[26.0] Add optional dataset collection mode to harmonize tool#22236
Merged
mvdbeek merged 2 commits intogalaxyproject:release_26.0from Mar 31, 2026
Merged
Conversation
Contributor
|
What is the policy regarding tools? Can this be included in 26.0? |
881cbe4 to
a924a77
Compare
jmchilton
approved these changes
Mar 30, 2026
When input2 is not provided, the tool produces: - output1: a copy of input1 (all elements preserved) - output2: same structure/identifiers as input1 but with expression.json null datasets This enables workflows to use the harmonize tool with optional inputs, producing null-filled collections that can be filtered downstream with the Filter Null tool. Bumps tool version to 1.1.0 and preserves 1.0.0 XML as backup. Closes galaxyproject#22080
Override check_inputs_ready to skip the input2 key when the optional collection is not provided, before delegating to the base class which rightfully assumes all collection inputs are present.
a924a77 to
7f3dce9
Compare
5 tasks
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.
When input2 is not provided, the tool produces:
This enables workflows to use the harmonize tool with optional inputs, producing null-filled collections that can be filtered downstream with the Filter Null tool.
Bumps tool version to 1.1.0 and preserves 1.0.0 XML as backup. Closes #22080
How to test the changes?
(Select all options that apply)
License