function used to import an invocation archive. #506
Draft
Smeds wants to merge 2 commits intogalaxyproject:mainfrom
Draft
function used to import an invocation archive. #506Smeds wants to merge 2 commits intogalaxyproject:mainfrom
Smeds wants to merge 2 commits intogalaxyproject:mainfrom
Conversation
…re it can be merged.
e347c4e to
ee710a4
Compare
…reading it into memory
Contributor
Author
|
For this to work, we need the following galaxy pull-request 20359 to be merged. |
Contributor
Author
|
@nsoranzo should I add some comment to the documentation that this function requires version XXX of galaxy? |
nsoranzo
reviewed
May 30, 2025
| assert len(step_jobs_summary) == 1 | ||
| assert step_jobs_summary[0]["populated_state"] == "ok" | ||
|
|
||
| @test_util.skip_unless_galaxy("release_25.01") |
Member
There was a problem hiding this comment.
Suggested change
| @test_util.skip_unless_galaxy("release_25.01") | |
| @test_util.skip_unless_galaxy("release_25.1") |
Contributor
Author
There was a problem hiding this comment.
I will wait with adding this until I know at which release the dependent code change end up on.
Member
There was a problem hiding this comment.
Sure, just noting that's the format we are currently using for releases.
Member
Yes, please, that would be helpful! Example: bioblend/bioblend/galaxy/users/__init__.py Lines 226 to 228 in 8e08b05 |
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.
Needs API updates before it can be merged.