We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de61b3f commit c61ca2fCopy full SHA for c61ca2f
src/melon/cli.py
@@ -13,7 +13,7 @@ def cli(argv=sys.argv):
13
Entry point for command line interface.
14
'''
15
parser = ArgumentParser(
16
- description='Melon: metagenomic long-read-based taxonomic identification and quantification', add_help=False)
+ description='Melon: metagenomic long-read-based taxonomic identification and quantification using marker genes', add_help=False)
17
required = parser.add_argument_group('required arguments')
18
optional = parser.add_argument_group('optional arguments')
19
additional = parser.add_argument_group('additional arguments')
0 commit comments