View source: R/omics_operations.R
omics_start_run | R Documentation |
Starts a workflow run. To duplicate a run, specify the run's ID and a role ARN. The remaining parameters are copied from the previous run.
See https://www.paws-r-sdk.com/docs/omics_start_run/ for full documentation.
omics_start_run(
workflowId = NULL,
workflowType = NULL,
runId = NULL,
roleArn,
name = NULL,
runGroupId = NULL,
priority = NULL,
parameters = NULL,
storageCapacity = NULL,
outputUri = NULL,
logLevel = NULL,
tags = NULL,
requestId,
retentionMode = NULL,
storageType = NULL,
workflowOwnerId = NULL
)
workflowId |
The run's workflow ID. |
workflowType |
The run's workflow type. |
runId |
The ID of a run to duplicate. |
roleArn |
[required] A service role for the run. |
name |
A name for the run. |
runGroupId |
The run's group ID. |
priority |
A priority for the run. |
parameters |
Parameters for the run. |
storageCapacity |
A storage capacity for the run in gibibytes. This field is not required if the storage type is dynamic (the system ignores any value that you enter). |
outputUri |
An output URI for the run. |
logLevel |
A log level for the run. |
tags |
Tags for the run. |
requestId |
[required] To ensure that requests don't run multiple times, specify a unique ID for each request. |
retentionMode |
The retention mode for the run. |
storageType |
The run's storage type. By default, the run uses STATIC storage type, which allocates a fixed amount of storage. If you set the storage type to DYNAMIC, HealthOmics dynamically scales the storage up or down, based on file system utilization. |
workflowOwnerId |
The ID of the workflow owner. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.