-
Notifications
You must be signed in to change notification settings - Fork 736
Closed
Labels
Description
TL;DR
A naming scheme to enable meta-data annotation for workflow parameters.
Details
Usually, workflow-specific execution parameters for the single processes are defined in the params
scope, a DSL-feature Nextflow provides to access parameter variables from the workflow script during wf execution.
Currently, there is no naming scheme / convention / language feature for annotating parameters with description text, mandatory/optional flags or similar.
This could be useful though for upstream applications in order to build graphical user interfaces and configure a workflow correctly before execution in a dynamic, user-friendly way.
I am very happy for any input here and design suggestions :)
Best, Sven
maxulysse, apeltzer, ewels, nausikt, hclimente and 2 moreapeltzer