Read a CWL file (YAML format) into a list

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()
#> Name: Salmon Workflow CWL 1.0 #> Class: Workflow #> CWL Version: v1.0