omics_create_workflow: Creates a workflow

View source: R/omics_operations.R

omics_create_workflowR 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 storage capacity for the workflow 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.


paws.storage documentation built on May 29, 2024, 2:03 a.m.