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