Implement external Galaxy engine.#781
Merged
jmchilton merged 7 commits intogalaxyproject:masterfrom Mar 13, 2018
Merged
Conversation
4 tasks
5012549 to
6c056f1
Compare
jmchilton
added a commit
to jmchilton/galaxy-lib
that referenced
this pull request
Mar 7, 2018
This is information Planemo generates from Galaxy's XUnit report and inserts back into the result JSON, with this change I think one can simply run ``planemo test_reports result.json`` on the result of the driver script here to generate Planemo-style reports for tool test runs. ``` pip install galaxy-lib galaxy-tool-test -u http://localhost:8080 -a dccd838ad8f46637e0d7661d849806a1 -k dccd838ad8f46637e0d7661d849806a1 -t inputs_as_json -j output.json planemo test_reports --test_output output.html --test_output_markdown output.md output.json ``` Requires some small changes to Planemo's test_reports command contained within galaxyproject/planemo#781.
This work is focused on "test" and "run" commands for Galaxy tools and workflows, though it should enable other combinations of artifacts and commands such as serving workflows and various CWL artifact operations against that fork of Galaxy. The tool piece of this requires an unreleased version of galaxy-lib (galaxyproject/galaxy-lib#91) and unmerged Galaxy modifications to expose a APIs for external tool testing (galaxyproject/galaxy#5545). Workflows are oddly enough likely closer to working with this WIP. Implements galaxyproject#592. Implements galaxyproject#508.
6c056f1 to
d7a7124
Compare
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.
This work is focused on getting the "test" and "run" commands for Galaxy tools and workflows to be able to target already running Galaxy servers, though it should enable other combinations of artifacts and commands such as serving workflows and various CWL artifact operations against that fork of Galaxy.
The tool piece of this requires an unreleased version of galaxy-lib (galaxyproject/galaxy-lib#91) and development APIs in Galaxy for external tool testing (galaxyproject/galaxy-lib#103).
Implements #592.
Implements #508.