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