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.
Document that reference to parameters in
format_source
in sections and conditionals needs to be qualified with|
. Collection elements can be referred to using element access syntax.To verify this I added a log statement here: lib/galaxy/tools/actions/init.py printing
format_source
,input_datasets
andinput_dataset_collections
. Here we look at a test for a tool with a pairpaired_input
in a conditionalsingle_paired
(IUC's fastp tool). Access would be via'single_paired|paired_input
:For the single ended input this looks analogous. Bottom line the dictionaries do not contain the unqualified inputs. In the fastp tool additional output actions were implemented https://github.com/galaxyproject/tools-iuc/blob/a80e3e4aa3a40970af507bf9119cf7f1c2ffb336/tools/fastp/macros.xml#L73 .. likely because the unqualified
format_source
did not work.How to test the changes?
(Select all options that apply)
License