Hiding/showing input parameters conditionally when launching pipeline
acknowledged
E
Eligible Octopus
For our pipelines in Seqera Platform, we often have a lot of input parameters grouped by functionality. We would like functionality that allows parameters to be exposed depending on another parameter. For example, if we want to run the alignment part of our QC pipeline, the specific parameters would remain hidden unless we check the "align" flag, revealing alignment specific parameters. This would help with exposing only the most relevant parameters that are required for the particular pipeline run.
Rob Newman
Eligible Octopus - This is based on the schema definition. You would have to review the schema definition of your pipeline to determine if show/hide is possible.
E
Eligible Octopus
Rob Newman I can't see an easy way to do this based on the schema definition. Perhaps instead, functionality to collapse groups of parameters in the UI would allow parts of the parameters list to be easily hidden. A key in the schema like "collapsed": true for example could allow defaults to be set for a given pipeline to hide lesser used groups of Params by default.
Rob Newman
acknowledged