Step: Step function

Description Usage Arguments Value See Also

View source: R/stepParam.R

Description

Function to assign value to 'stepParam' object.

Usage

1
2
3
4
5
6
7
Step(
  id,
  run = cwlParam(),
  In = list(),
  scatter = character(),
  scatterMethod = character()
)

Arguments

id

The id of 'stepParam' object.

run

A 'cwlParam' object for command tool, or path to a CWL file.

In

one or two layes of list.

scatter

character or a list. The inputs to be scattered.

scatterMethod

required if scatter is an array of more than one element. It can be one of "dotproduct", "nested_crossproduct" and "flat_crossproduct". Details: https://www.commonwl.org/v1.0/Workflow.html#WorkflowStep

Value

An object of 'stepParam'.

See Also

cwlStepParam


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