Description Usage Arguments Value Examples
OutputParamList
OutputParamList #' A list of InputParam
outputs The outputs of a cwlParam object
1 2 3 | OutputParamList(out = OutputParam(), ...)
outputs(cwl)
|
out |
The default stdout parameter. |
... |
The InputParam objects. |
cwl |
A cwlParam object |
An object of class 'OutputParamList'.
outputs: A list of 'OutputParam'.
1 2 3 4 5 | o1 <- OutputParam(id = "file", type = "File", glob = "*.txt")
OutputParamList(o1)
input1 <- InputParam(id = "sth")
echo <- cwlParam(baseCommand = "echo", inputs = InputParamList(input1))
outputs(echo)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.