get_outputs_label {tidycwl}R 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()

[Package tidycwl version 1.0.7 Index]