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

tidycwl documentation built on May 3, 2022, 9:07 a.m.