Skip to content

Commit c61ca2f

Browse files
committed
fix description
1 parent de61b3f commit c61ca2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/melon/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def cli(argv=sys.argv):
1313
Entry point for command line interface.
1414
'''
1515
parser = ArgumentParser(
16-
description='Melon: metagenomic long-read-based taxonomic identification and quantification', add_help=False)
16+
description='Melon: metagenomic long-read-based taxonomic identification and quantification using marker genes', add_help=False)
1717
required = parser.add_argument_group('required arguments')
1818
optional = parser.add_argument_group('optional arguments')
1919
additional = parser.add_argument_group('additional arguments')

0 commit comments

Comments
 (0)