galaxyproject / ephemeris

Library for managing Galaxy plugins - tools, index data, and workflows.
https://ephemeris.readthedocs.org/
Other
27 stars 38 forks source link

Configurable default install processes #12

Closed mvdbeek closed 7 years ago

mvdbeek commented 8 years ago

Previously we defaulted to installing tool dependencies and repository dependencies, and this could be overriden for each repository. I would like to be able to specify this on the top level of the tool_list.yml and on the commandline, as well as for each repository separately. So the new aspect here would be the top level parameter in the tool_list.yml (like we are currently handling the api_key and galaxy_url).

bgruening commented 7 years ago

:+1:

bgruening commented 7 years ago

@mvdbeek if I understand this issue correctly this is implemented in https://github.com/galaxyproject/ephemeris/pull/26

Feel free to close this issue.