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