install_resolver_dependencies keys are printed in the tool_list.yml#38
Merged
bgruening merged 8 commits intogalaxyproject:masterfrom May 5, 2017
Merged
Conversation
bgruening
reviewed
May 1, 2017
| sub_dic = {'name': tool['name'], 'owner': tool['owner'], 'revision': tool['changeset_revision'], | ||
| 'tool_panel_section_label': panel_label, 'tool_shed_url': 'https://'+tool['tool_shed']} | ||
| 'tool_panel_section_label': panel_label, 'tool_shed_url': 'https://'+tool['tool_shed'], | ||
| 'zinstall_resolver_dependencies': 'True'} |
Member
Author
There was a problem hiding this comment.
Yes this is the nasty trick I mentioned... This is not a bug, this is a feature :-/
Member
|
@drosofff do you mind to add a test for this tool? |
…workflow_files.py
Member
Author
|
@bgruening No I don't. I put it in my todo list ! |
Member
Author
|
@bgruening here is a test. Works on my fork, should work on the upstream. |
Member
drosofff
referenced
this pull request
in ARTbio/ephemeris
May 5, 2017
…cies, install_repository_dependencies and install_resolver_dependencies at global level as recommended by @bgruening
Member
|
Thanks @drosofff! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
with a nasty trick to preserve a more readable order of keys in the yml file (name first)
install_resolver_dependencies is always set to True