Description Usage Arguments Value Examples
InputParamList
InputParamList A list of InputParam
inputs
1 2 3 | InputParamList(...)
inputs(cwl)
|
... |
The InputParam objects. |
cwl |
A cwlParam object |
An object of class 'InputParamList'.
inputs: A list of 'InputParam'.
1 2 3 4 5 6 | input1 <- InputParam(id = "sth")
InputParamList(input1)
## Inputs
input1 <- InputParam(id = "sth")
echo <- cwlParam(baseCommand = "echo", inputs = InputParamList(input1))
inputs(echo)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.