parse_cwl | R Documentation |
Parse a CWL workflow and return the metadata, inputs, outputs, and steps in a list.
parse_cwl(x)
x |
CWL object |
List of CWL metadata, inputs, outputs, and steps
system.file("cwl/sbg/workflow/rnaseq-salmon.cwl", package = "tidycwl") %>%
read_cwl_yaml() %>%
parse_cwl() %>%
names()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.