Skip to content
Snippets Groups Projects
Commit e7200bee authored by Celine Noirot's avatar Celine Noirot
Browse files

Add miseq has library allowed.

parent afaf5f23
No related branches found
No related tags found
No related merge requests found
...@@ -156,8 +156,8 @@ class RNAseqDenovo (ApplicationWithoutReferenceGenome): ...@@ -156,8 +156,8 @@ class RNAseqDenovo (ApplicationWithoutReferenceGenome):
# Check librairies sequencers # Check librairies sequencers
for lib_arg in self.library: for lib_arg in self.library:
if lib_arg["sequencer"] not in ("HiSeq2000", "ILLUMINA","SLX","SOLEXA","SOLID","454","COMPLETE","PACBIO","IONTORRENT","CAPILLARY","HELICOS","UNKNOWN") : if lib_arg["sequencer"] not in ("MiSeq", "HiSeq2000","HiSeq3000","HiSeq2500", "ILLUMINA","SLX","SOLEXA","SOLID","454","COMPLETE","PACBIO","IONTORRENT","CAPILLARY","HELICOS","UNKNOWN") :
raise ValueError( "The sequencer '" + lib_arg["sequencer"] + "' is not valid. Sequencer must be in : ILLUMINA, SLX, SOLEXA, SOLID, 454, COMPLETE, PACBIO, IONTORRENT, CAPILLARY, HELICOS, UNKNOWN." ) raise ValueError( "The sequencer '" + lib_arg["sequencer"] + "' is not valid. Sequencer must be in : MiSeq, HiSeqXX00, ILLUMINA, SLX, SOLEXA, SOLID, 454, COMPLETE, PACBIO, IONTORRENT, CAPILLARY, HELICOS, UNKNOWN." )
# Contigs split # Contigs split
split = self.add_component( "SplitSeq", [self.assembly["file"], NB_SPLIT] ) split = self.add_component( "SplitSeq", [self.assembly["file"], NB_SPLIT] )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment