zjshi / Maast

Microbial agile accurate SNP Typer
MIT License
24 stars 2 forks source link

Fix usage in help text #2

Closed snayfach closed 2 years ago

snayfach commented 2 years ago

Currently "usage: Maast.py [options]" but should be "usage: maast [options]"

zjshi commented 2 years ago

Good catch, fixed now.

snayfach commented 2 years ago

Not fixed for ant of the individual modules: ./maast end_to_end

zjshi commented 2 years ago

This is seemingly due to the default error message of argparse. Not sure if there is a easy way to change it. I changed the name of Maast.py to maast.py to make it less obvious. Let me know please if you have a better way.