Learn R Programming

tidycwl (version 1.0.7)

parse_meta: 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

Run this code
# NOT RUN {
system.file("cwl/sbg/workflow/gatk4-wgs.json", package = "tidycwl") %>%
  read_cwl(format = "json") %>%
  parse_meta()
# }

Run the code above in your browser using DataLab