get_cwl_version: Get CWL version

View source: R/get-param.R

get_cwl_versionR 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()

sbg/tidycwl documentation built on April 2, 2022, 3:29 a.m.