Begins a multipart read set upload.
See https://www.paws-r-sdk.com/docs/omics_create_multipart_read_set_upload/ for full documentation.
omics_create_multipart_read_set_upload(
sequenceStoreId,
clientToken = NULL,
sourceFileType,
subjectId,
sampleId,
generatedFrom = NULL,
referenceArn = NULL,
name,
description = NULL,
tags = NULL
)
[required] The sequence store ID for the store that is the destination of the multipart uploads.
An idempotency token that can be used to avoid triggering multiple multipart uploads.
[required] The type of file being uploaded.
[required] The source's subject ID.
[required] The source's sample ID.
Where the source originated.
The ARN of the reference.
[required] The name of the read set.
The description of the read set.
Any tags to add to the read set.