read_cwl_yaml | R Documentation |
Read a CWL file (YAML format) into a list
read_cwl_yaml(file)
file |
A file path, YAML string, or connection. |
List representation of the input CWL
system.file("cwl/sbg/workflow/rnaseq-salmon.cwl", package = "tidycwl") %>%
read_cwl_yaml()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.