parse_meta: Parse the metadata in the CWL workflow

View source: R/parse.R

parse_metaR Documentation

Parse the metadata in the CWL workflow

Description

Parse the metadata in the CWL workflow

Usage

parse_meta(x)

Arguments

x

CWL object

Value

List of CWL metadata

Examples

system.file("cwl/sbg/workflow/gatk4-wgs.json", package = "tidycwl") %>%
  read_cwl(format = "json") %>%
  parse_meta()

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