Description Usage Arguments Value Examples
write 'cwlParam' to cwl and yml.
1  | 
cwl | 
 A 'cwlParam' or 'cwlStepParam' object.  | 
prefix | 
 The prefix of 'cwl' and 'yml' file to write.  | 
docker | 
 Whether to use docker.  | 
... | 
 Other options from 'yaml::write_yaml'.  | 
A CWL file and A YML file.
1 2 3 4 5  | input1 <- InputParam(id = "sth")
echo <- cwlParam(baseCommand = "echo",
                 inputs = InputParamList(input1))
tf <- tempfile()
writeCWL(echo, tf)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.