-
Notifications
You must be signed in to change notification settings - Fork 2
Add subcommands #118
Copy link
Copy link
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestlong term planWork on this issue may not start for some timeWork on this issue may not start for some time
Description
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestlong term planWork on this issue may not start for some timeWork on this issue may not start for some time
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. E.g. I'm always frustrated when [...]
Atm each command in
cazy_webscraperis a separate CL command and entry point, with it's own CLI.Simplify the use of
cazy_webscraperand have one commandcazy_webscraperwith subcommands, i.e. one subcommand per task (e.g. downloading protein seqs from GenBank).Describe the solution you'd like
Add subcommands to
cazy_webscraper, as implemented in cazomvolve and pyani packages.