get_outputs_label | R Documentation |
Get label for outputs
get_outputs_label(outputs)
outputs |
Parsed outputs |
Vector of output labels
# inputs represented by a dictionary
system.file("cwl/sbg/workflow/rnaseq-salmon.json", package = "tidycwl") %>%
read_cwl_json() %>%
parse_outputs() %>%
get_outputs_label()
# inputs represented by a list
system.file("cwl/sbg/workflow/rnaseq-salmon.cwl", package = "tidycwl") %>%
read_cwl_yaml() %>%
parse_outputs() %>%
get_outputs_label()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.