parse_cwl: Parse a CWL workflow

View source: R/parse.R

parse_cwlR Documentation

Parse a CWL workflow

Description

Parse a CWL workflow and return the metadata, inputs, outputs, and steps in a list.

Usage

parse_cwl(x)

Arguments

x

CWL object

Value

List of CWL metadata, inputs, outputs, and steps

Examples

system.file("cwl/sbg/workflow/rnaseq-salmon.cwl", package = "tidycwl") %>%
  read_cwl_yaml() %>%
  parse_cwl() %>%
  names()

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