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
system.file("cwl/sbg/workflow/rnaseq-salmon.json", package = "tidycwl") %>%
read_cwl_json()
#> Name: Salmon Workflow CWL 1.0
#> Class: Workflow
#> CWL Version: v1.0