Description Usage Arguments Value Examples
Read CWL Function to read CWL command or workflow files.
1 | readCWL(cwlfile)
|
cwlfile |
The cwl file to read. |
A object of class 'cwlParam' or 'cwlStepParam'.
1 2 3 4 5 6 | input1 <- InputParam(id = "sth")
echo <- cwlParam(baseCommand = "echo",
inputs = InputParamList(input1))
tf <- tempfile()
writeCWL(echo, tf)
readCWL(paste0(tf, ".cwl"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.