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