OutputArrayParam.RdParameters for array outputs. More details: https://www.commonwl.org/v1.0/CommandLineTool.html#CommandOutputArraySchema
OutputArrayParam( label = character(), type = "array", items = character(), glob = character(), loadContents = logical(), outputEval = character() )
| 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`.