parse_outputs | R Documentation |
Parse the outputs of the CWL workflow into a data frame
parse_outputs(x, simplify = TRUE)
x |
CWL object |
simplify |
Simplify the list as a data frame? |
List or data frame of outputs
system.file("cwl/sbg/workflow/rnaseq-salmon.json", package = "tidycwl") %>%
read_cwl_json() %>%
parse_outputs() %>%
names()
system.file("cwl/sbg/workflow/rnaseq-salmon.cwl", package = "tidycwl") %>%
read_cwl_yaml() %>%
parse_outputs() %>%
names()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.