get_edit_model_of_workflow: Get a specific workflow as an editable model

Description Usage Arguments Value Examples

Description

This model is suitable to be used as a base for new workflows.

Usage

1

Arguments

connection

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

workflow_id

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

Value

A FGResponse object if no errors, otherwisea a FGErrorResponse

Examples

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

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