create_analysis_template: A helper function that creates a template for the analysis....

Description Usage Arguments Value Examples

Description

A helper function that creates a template for the analysis. A template is an internal representation of the analysis that is yet to be started. Aside from the combination of dataset_id and workflow_id it contains some additional metadata like title, abstract and description.

Usage

1
2
create_analysis_template(connection, dataset_id, workflow_id, title,
  abstract, description)

Arguments

connection

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

dataset_id

dataset to be anlayzed

workflow_id

workflow to be used

title

title of the analysis

abstract

short abstract of the analysis

description

longer description

Value

class FGResponse

Examples

1
None

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