We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add an argv parameter to cli.main, cli._parse_opts. Currently uses ArgumentParser.parse_args() with no args, so it only looks at sys.argv.
cli.main
cli._parse_opts
ArgumentParser.parse_args()
sys.argv
Parameterizing those would make it easier to run the service programmatically from another application.
seqrepo-rest-service/src/seqrepo_rest_service/cli.py
Lines 44 to 50 in a6386e0
Line 40 in a6386e0
The text was updated successfully, but these errors were encountered:
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.
Sorry, something went wrong.
This issue was closed because it has been stalled for 7 days with no activity.
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 7 days.
No branches or pull requests
Add an argv parameter to
cli.main
,cli._parse_opts
. Currently usesArgumentParser.parse_args()
with no args, so it only looks atsys.argv
.Parameterizing those would make it easier to run the service programmatically from another application.
seqrepo-rest-service/src/seqrepo_rest_service/cli.py
Lines 44 to 50 in a6386e0
seqrepo-rest-service/src/seqrepo_rest_service/cli.py
Line 40 in a6386e0
The text was updated successfully, but these errors were encountered: