get_steps_doc: Get documentation/description for steps

View source: R/get-param.R

get_steps_docR Documentation

Get documentation/description for steps

Description

Get documentation/description for steps

Usage

get_steps_doc(steps)

Arguments

steps

Steps object parsed by parse_steps

Value

Vector of step documentation/descriptions

Examples

# steps represented by a dictionary
system.file("cwl/sbg/workflow/rnaseq-salmon.json", package = "tidycwl") %>%
  read_cwl_json() %>%
  parse_steps() %>%
  get_steps_doc()

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

sbg/tidycwl documentation built on April 2, 2022, 3:29 a.m.