Description Usage Arguments Value
cwlParam methods
cwlVersion CWL document version
cwlClass
cwlClass
baseCommand
baseCommand
arguments
arguments
hints
hints
requirements
requirements
stdout of cwlParam
stdout of cwlParam
Extensions and metadata of cwlParam
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | cwlVersion(cwl)
cwlVersion(cwl) <- value
cwlClass(cwl)
cwlClass(cwl) <- value
baseCommand(cwl)
baseCommand(cwl) <- value
arguments(cwl, step = NULL)
arguments(cwl, step = NULL) <- value
hints(cwl)
hints(cwl) <- value
requirements(cwl, step = NULL)
requirements(cwl, step = NULL) <- value
stdOut(cwl)
stdOut(cwl) <- value
extensions(cwl)
extensions(cwl) <- value
|
cwl |
A 'cwlParam' object. |
value |
To assign a list of 'requirements' value. |
step |
To specifiy a step ID when 'cwl' is a workflow. |
cwlVersion: cwl version
cwlClass: CWL Class
baseCommand: CWL baseCommand
arguments: CWL arguments
hints: CWL hints
requirements: CWL requirments
stdOut: CWL stdout
extensions: A list of extensions or metadata
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.