Learn R Programming

tidycwl (version 1.0.7)

get_cwl_version: Get CWL version

Description

Get CWL version

Usage

get_cwl_version(x)

Arguments

x

CWL object

Value

CWL version number

Examples

Run this code
# NOT RUN {
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()
# }

Run the code above in your browser using DataLab