powered by
Read a CWL file (YAML format) into a list
read_cwl_yaml(file)
A file path, YAML string, or connection.
List representation of the input CWL
# NOT RUN { system.file("cwl/sbg/workflow/rnaseq-salmon.cwl", package = "tidycwl") %>% read_cwl_yaml() # }
Run the code above in your browser using DataLab