get_workflow: Get a specific workflow

Description Usage Arguments Value Examples

Description

This model is not suitable for editing OR as base template for new workflows, call get_edit_model_of_workflow to obtain such a workflow!

Usage

1
get_workflow(connection, workflow_id, fullDetail = FALSE)

Arguments

connection

The connection to be used, call connect to obtain one.

workflow_id

The id of the workflow, usually looks like wf_.....

fullDetail

If TRUE, the calculationflow, screenflow and parameters are included.

Value

A FGResponse object

Examples

1
2
3
connection <- fastgenomicsRclient::connect("https://fastgenomics.org/", "Beaer ey...")
workflows <- fastgenomicsRclient::get_workflow(connection, "wf_abc")
print(workflows@content) # the workflow

FASTGenomics/r_client documentation built on June 25, 2019, 12:12 a.m.