Print a brief summary of the CWL object.
# S3 method for cwl
print(x, ...)An object of class cwl.
Additional parameters for print (not used).
The input cwl object.
path <- system.file("cwl/sbg/workflow/rnaseq-salmon.json", package = "tidycwl")
flow <- read_cwl(path, format = "json")
flow
#> Name: Salmon Workflow CWL 1.0
#> Class: Workflow
#> CWL Version: v1.0