parse_type | R Documentation |
Parse CWL content type
parse_type(x)
x |
CWL object |
CWL content type (Workflow or CommandLineTool)
system.file("cwl/sbg/workflow/gatk4-wgs.json", package = "tidycwl") %>% read_cwl(format = "json") %>% parse_type() system.file("cwl/sbg/tool/bwa-mem.json", package = "tidycwl") %>% read_cwl(format = "json") %>% parse_type()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.