get_cwl_version {tidycwl} | R Documentation |
Get CWL version
Description
Get CWL version
Usage
get_cwl_version(x)
Arguments
x |
CWL object |
Value
CWL version number
Examples
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()
[Package tidycwl version 1.0.7 Index]