Description Usage Arguments Value Examples
A workflow step parameters. More details: https://www.commonwl.org/v1.0/Workflow.html#WorkflowStep
1 2 3 4 5 6 7 8 |
id |
The unique identifier for this workflow step. |
run |
A 'cwlParam' object or the path of a cwl file. |
In |
A 'stepInParamList'. |
Out |
A list of outputs |
scatter |
character or a list. The inputs to be scattered. |
scatterMethod |
required if scatter is an array of more than one element. It can be one of "dotproduct", "nested_crossproduct" and "flat_crossproduct". Details: https://www.commonwl.org/v1.0/Workflow.html#WorkflowStep |
An object of class 'stepParam'.
1 | s1 <- stepParam(id = "s1")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.