AuReMe / metage2metabo

From annotated genomes to metabolic screening in large scale microbiotas
https://metage2metabo.readthedocs.io
GNU Lesser General Public License v3.0
53 stars 7 forks source link

Do not allow abbreviation in command arguments. #54

Closed ArnaudBelcour closed 10 months ago

ArnaudBelcour commented 10 months ago

argparse by default allows to abbreviate arguments (for example --taxon could be abbreviated into --tax). To avoid potential issue of argument, Metage2Metabo should not use these abbreviations.

ArnaudBelcour commented 10 months ago

Fixed in #58.