OutputArrayParam: Output array parameters

Description Usage Arguments Value Examples

View source: R/AllClasses.R

Description

Parameters for array outputs. More details: https://www.commonwl.org/v1.0/CommandLineTool.html#CommandOutputArraySchema

Usage

1
2
3
4
5
6
7
8
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

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

Rcwl documentation built on Nov. 8, 2020, 8:11 p.m.