WorkflowStepOutputList
WorkflowStepList
A workflow step is an executable element of a workflow. It specifies the underlying process implementation (such as CommandLineTool) in the run field and connects the input and output parameters of the underlying process to workflow parameters.
WorkflowStepInputList(...)
WorkflowStepOutputList(...)
WorkflowStepList(...)
id
inputs
outputs
requirements
hints
label
description
run
scatter
scatterMethod
id
source
linkMerge
default
id
ws <- WorkflowStepList(WorkflowStep(id = "step1", label = "align-and-sort",
description = "align and sort",
inputs = WorkflowStepInputList(
WorkflowStepInput(id = "id1"),
WorkflowStepInput(id = "id2")
)))
Run the code above in your browser using DataLab