get_cwl_version | R Documentation |
Get CWL version
get_cwl_version(x)
x |
CWL object |
CWL version number
system.file("cwl/sbg/workflow/gatk4-wgs.json", package = "tidycwl") %>%
read_cwl_json() %>%
get_cwl_version()
system.file("cwl/sbg/workflow/rnaseq-salmon.json", package = "tidycwl") %>%
read_cwl_json() %>%
get_cwl_version()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.