@@ -110,7 +110,7 @@ class RNAseqDenovo (ApplicationWithoutReferenceGenome):
# Parameters for process workflow
eliffunction=="process":
# Parameter rename
self.add_parameter("split","Nb contig to put per split files.",display_name="Nb contig to split",type="int",
self.add_parameter("split","Nb contig to put per split files.",display_name="Nb contig to split",type="int",add_to="assembly",
default=4000,group="ASSEMBLY section")
self.add_parameter("rename","With this option the contigs are renamed with the name of their best hit.",display_name="Rename contigs",type="bool",
default=False,group="ASSEMBLY section")
...
...
@@ -169,9 +169,8 @@ class RNAseqDenovo (ApplicationWithoutReferenceGenome):
raiseValueError("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.")