View source: R/omics_operations.R
omics_create_workflow | R Documentation |
Creates a workflow.
See https://www.paws-r-sdk.com/docs/omics_create_workflow/ for full documentation.
omics_create_workflow(
name = NULL,
description = NULL,
engine = NULL,
definitionZip = NULL,
definitionUri = NULL,
main = NULL,
parameterTemplate = NULL,
storageCapacity = NULL,
tags = NULL,
requestId,
accelerators = NULL
)
name |
A name for the workflow. |
description |
A description for the workflow. |
engine |
An engine for the workflow. |
definitionZip |
A ZIP archive for the workflow. |
definitionUri |
The URI of a definition for the workflow. |
main |
The path of the main definition file for the workflow. |
parameterTemplate |
A parameter template for the workflow. |
storageCapacity |
The default storage capacity for the workflow runs, in gibibytes. |
tags |
Tags for the workflow. |
requestId |
[required] To ensure that requests don't run multiple times, specify a unique ID for each request. |
accelerators |
The computational accelerator specified to run the workflow. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.