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
There's a number of ways this can be done, but a simple and common way to do this is with configparser: https://docs.python.org/3/library/configparser.html
configparser
Here's an example of combining configparser with argparse to allow the config parameters to be overridden on the command line: https://stackoverflow.com/questions/3609852/which-is-the-best-way-to-allow-configuration-options-be-overridden-at-the-comman
The text was updated successfully, but these errors were encountered:
/home/jackson/Documents/GitHub/htsget_app/config.ini
Sorry, something went wrong.
zhengwin
No branches or pull requests
There's a number of ways this can be done, but a simple and common way to do this is with
configparser
: https://docs.python.org/3/library/configparser.htmlHere's an example of combining configparser with argparse to allow the config parameters to be overridden on the command line: https://stackoverflow.com/questions/3609852/which-is-the-best-way-to-allow-configuration-options-be-overridden-at-the-comman
The text was updated successfully, but these errors were encountered: