Skip to content

Commit 0f1fd8d

Browse files
committed
Corrected a bug with lists & strings.
1 parent c1aafb0 commit 0f1fd8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

4Pipe4.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
extraction\n\t2 - SeqClean\n\t3 - Mira\n\t4 - DiscoveryTCS\n\t5 - \
7171
SNP grabber\n\t6 - ORF finder\n\t7 - Blast2go\n\t8 - SSR finder\n\t9 - 7zip \
7272
the report")
73-
parser.add_argument("-d", dest="datatype", nargs=1, help="Declare the type of \
73+
parser.add_argument("-d", dest="datatype", help="Declare the type of \
7474
data being used. Currentlly suported are 454 (454) and Illumina (solexa). \
7575
Default is 454.", required=False, metavar="454/solexa", default="454")
7676
# parser.add_argument("-p", dest="paired", nargs="?", default=False, type=bool,

0 commit comments

Comments
 (0)