Fix for workflow_lint to work with params/collections and add it to docs#1116
Merged
jmchilton merged 3 commits intogalaxyproject:masterfrom Dec 17, 2020
Merged
Fix for workflow_lint to work with params/collections and add it to docs#1116jmchilton merged 3 commits intogalaxyproject:masterfrom
jmchilton merged 3 commits intogalaxyproject:masterfrom
Conversation
Member
|
Thanks so much. We should just merge this - it looks solid! Lots of little PRs are good IMO. |
jmchilton
reviewed
Dec 17, 2020
docs/_running_intro.rst
Outdated
| $ pip install https://github.com/galaxyproject/planemo/archive/master.tar.gz | ||
| $ # install dev version of galaxy-tool-util | ||
| $ git clone https://github.com/galaxyproject/galaxy.git | ||
| $ pip install -e galaxy/packages/tool_util |
Member
There was a problem hiding this comment.
I published the latest release to PyPI if that helps at all. https://pypi.org/project/galaxy-tool-util/21.1.0.dev4/
Member
Author
There was a problem hiding this comment.
Yes it does, thanks a lot! You can go ahead and merge this if you like.
Member
|
Thanks so much - keep up the awesomeness! |
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.
@bernt-matthias here is the fix for
workflow_lint.I think I'll keep this PR open for now and continue adding any other necessary fixes, rather than open lots of small PRs.