omics_create_workflow {paws.storage} | R Documentation |
Creates a workflow
Description
Creates a workflow.
See https://www.paws-r-sdk.com/docs/omics_create_workflow/ for full documentation.
Usage
omics_create_workflow(
name = NULL,
description = NULL,
engine = NULL,
definitionZip = NULL,
definitionUri = NULL,
main = NULL,
parameterTemplate = NULL,
storageCapacity = NULL,
tags = NULL,
requestId,
accelerators = NULL
)
Arguments
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. |
[Package paws.storage version 0.7.0 Index]