get_outputs_label: Get label for outputs

View source: R/get-param.R

get_outputs_labelR Documentation

Get label for outputs

Description

Get label for outputs

Usage

get_outputs_label(outputs)

Arguments

outputs

Parsed outputs

Value

Vector of output labels

Examples

# 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()

tidycwl documentation built on May 3, 2022, 9:07 a.m.