## need better examples here
ws <- WorkflowStepList(WorkflowStep(id = "step1", label = "align-and-sort",
description = "align and sort",
inputs = WorkflowStepInputList(
WorkflowStepInput(id = "id1"),
WorkflowStepInput(id = "id2")
)))
Workflow(steps = ws)
Run the code above in your browser using DataLab