Closed ArnaudBelcour closed 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.
--taxon
--tax
Fixed in #58.
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.