Skip to content

Conversation

mvdbeek
Copy link
Member

@mvdbeek mvdbeek commented Sep 23, 2021

commandline options should take precedence over options specied in yaml
file, but default values should be used if options are not set in yaml
file. Fixes #180

commandline options should take precedence over options specied in yaml
file, but default values should be used if options are not set in yaml
file. Fixes galaxyproject#180
@mvdbeek mvdbeek force-pushed the fix_option_parsing_and_tool_id_handling branch from 6f968e2 to 62ff309 Compare September 23, 2021 20:40
@natefoo
Copy link
Member

natefoo commented Oct 15, 2021

This looks like an issue with bioblend?

@martenson
Copy link
Member

Just hit this again. What is more confusing is that the docs describe the default (True) as related to skipping. Which seems to be just a confusing error.

--skip-install-resolver-dependencies, --skip_install_resolver_dependencies
Skip installing tool dependencies through resolver (e.g. conda). Will be ignored on galaxy releases older than 16.07. Can be overwritten on a per-tool basis in the tools file

Default: True

@martenson
Copy link
Member

docs rebuild does not update it, our docs generation logic maybe cannot make sense of two args storing in the same var in this way

https://github.com/galaxyproject/ephemeris/blob/d60bea5485f89f592da77eb22b31b10a3eccc21e/src/ephemeris/shed_tools_args.py#L136C1-L152C10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Global install_resolver_dependencies: false in yaml file does not work
4 participants