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 PR builds on and supersedes #7427 (
Updating tools/biapy from version 3.6.5 to 3.6.7).Changes:
ln -scommand now is forced asln -sf.I'm trying to introduce a nested conditional but I can't do it. I've tried several things but anyone worked. What I want is to control the visibility of the ground truth data related fields, e.g.
train_gt_paramandtest_gt_paramparameters defined inmacros.xml, based on the workflow selected (workflowparam defined inbiapy.xml). For example, the denoising workflow does not require ground truth, as it is self-supervised, so I don't want even to show that field for the user so they don't get confused. My last attempt, and the one in this PR, is define those ground-truth parameters as follows (here the example oftest_gt_param) :If you see, for the
"denoising"case, i.e.mode_selection.workflowhas the value"denoising", "test_gt_param_question" macro is not expanded. How can I do this? The resulting tool tested locally looks as follows:On top of that, I'd like to remove that "Internal Workflow Check" frame if possible so it's transparent for the user and don't add extra unnecessary frames into the tool.
Thank you so much!!
@bernt-matthias @bgruening