Learn R Programming

tidycwl (version 1.0.6)

get_steps_id: Get ID for steps

Description

Get ID for steps

Usage

get_steps_id(steps)

Arguments

steps

Steps object parsed by parse_steps

Value

Vector of step IDs

Examples

Run this code
# NOT RUN {
# steps represented by a dictionary
system.file("cwl/sbg/workflow/rnaseq-salmon.json", package = "tidycwl") %>%
  read_cwl_json() %>%
  parse_steps() %>%
  get_steps_id()

# steps represented by a list
system.file("cwl/sbg/workflow/rnaseq-salmon.cwl", package = "tidycwl") %>%
  read_cwl_yaml() %>%
  parse_steps() %>%
  get_steps_id()
# }

Run the code above in your browser using DataLab