Parameters 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()
)

Arguments

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.

Value

An object of class `OutputArrayParam`.

Examples

b <- OutputParam(id = "b", type = OutputArrayParam(items = "File"), glob = "*.txt")