InputParamList.RdInputParamList
InputParamList A list of InputParam
inputs
InputParamList(...) inputs(cwl)
| ... | The InputParam objects. |
|---|---|
| cwl | A cwlProcess object |
An object of class `InputParamList`.
inputs: A list of `InputParam`.
#> inputs: #> sth (string):## Inputs input1 <- InputParam(id = "sth") echo <- cwlProcess(baseCommand = "echo", inputs = InputParamList(input1)) inputs(echo)#> inputs: #> sth (string):