Description Usage Arguments Value Examples
Parameters for array outputs. More details: https://www.commonwl.org/v1.0/CommandLineTool.html#CommandOutputArraySchema
1 2 3 4 5 6 7 8 |
label |
A short, human-readable label of this object. |
type |
Must be "array". |
items |
Defines the type of the array elements. |
glob |
Pattern to find files relative to the output directory. |
loadContents |
Read text from globbed file. |
outputEval |
Evaluate an expression to generate the output value. |
An object of class 'OutputArrayParam'.
1 | b <- OutputParam(id = "b", type = OutputArrayParam(items = "File"), glob = "*.txt")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.