omics_create_multipart_read_set_upload: Begins a multipart read set upload

View source: R/omics_operations.R

omics_create_multipart_read_set_uploadR Documentation

Begins a multipart read set upload

Description

Begins a multipart read set upload.

See https://www.paws-r-sdk.com/docs/omics_create_multipart_read_set_upload/ for full documentation.

Usage

omics_create_multipart_read_set_upload(
  sequenceStoreId,
  clientToken = NULL,
  sourceFileType,
  subjectId,
  sampleId,
  generatedFrom = NULL,
  referenceArn = NULL,
  name,
  description = NULL,
  tags = NULL
)

Arguments

sequenceStoreId

[required] The sequence store ID for the store that is the destination of the multipart uploads.

clientToken

An idempotency token that can be used to avoid triggering multiple multipart uploads.

sourceFileType

[required] The type of file being uploaded.

subjectId

[required] The source's subject ID.

sampleId

[required] The source's sample ID.

generatedFrom

Where the source originated.

referenceArn

The ARN of the reference.

name

[required] The name of the read set.

description

The description of the read set.

tags

Any tags to add to the read set.


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