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