parse_meta {tidycwl}R 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()

[Package tidycwl version 1.0.7 Index]