Skip to content

Commit

Permalink
recommend tsv
Browse files Browse the repository at this point in the history
  • Loading branch information
DarianHole committed Aug 23, 2019
1 parent 300117c commit f1a580b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bio_hansel/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def init_parser():
parser.add_argument('--scheme-name',
help='Custom user-specified SNP substyping scheme name')
parser.add_argument('-M', '--scheme-metadata',
help='Scheme subtype metadata table (CSV or tab-delimited format (.tab, .tsv); must contain "subtype" column)')
help='Scheme subtype metadata table (CSV or TSV format (TSV highly recommended!); must contain "subtype" column)')
parser.add_argument('-p', '--paired-reads',
nargs=2,
metavar=('forward_reads', 'reverse_reads'),
Expand Down

0 comments on commit f1a580b

Please sign in to comment.