parse_meta | R Documentation |
Parse the metadata in the CWL workflow
parse_meta(x)
x |
CWL object |
List of CWL metadata
system.file("cwl/sbg/workflow/gatk4-wgs.json", package = "tidycwl") %>%
read_cwl(format = "json") %>%
parse_meta()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.