We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1aafb0 commit 0f1fd8dCopy full SHA for 0f1fd8d
1 file changed
4Pipe4.py
@@ -70,7 +70,7 @@
70
extraction\n\t2 - SeqClean\n\t3 - Mira\n\t4 - DiscoveryTCS\n\t5 - \
71
SNP grabber\n\t6 - ORF finder\n\t7 - Blast2go\n\t8 - SSR finder\n\t9 - 7zip \
72
the report")
73
-parser.add_argument("-d", dest="datatype", nargs=1, help="Declare the type of \
+parser.add_argument("-d", dest="datatype", help="Declare the type of \
74
data being used. Currentlly suported are 454 (454) and Illumina (solexa). \
75
Default is 454.", required=False, metavar="454/solexa", default="454")
76
# parser.add_argument("-p", dest="paired", nargs="?", default=False, type=bool,
0 commit comments