OutputParamList: OutputParamList

Description Usage Arguments Value Examples

View source: R/AllClasses.R

Description

OutputParamList

OutputParamList #' A list of InputParam

outputs The outputs of a cwlParam object

Usage

1
2
3

Arguments

out

The default stdout parameter.

...

The InputParam objects.

cwl

A cwlParam object

Value

An object of class 'OutputParamList'.

outputs: A list of 'OutputParam'.

Examples

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) 

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