read_cwl_yaml: Read a CWL file (YAML format) into a list

View source: R/read.R

read_cwl_yamlR Documentation

Read a CWL file (YAML format) into a list

Description

Read a CWL file (YAML format) into a list

Usage

read_cwl_yaml(file)

Arguments

file

A file path, YAML string, or connection.

Value

List representation of the input CWL

Examples

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

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