This operation uploads a specific part of a read set. If you upload a new part using a previously used part number, the previously uploaded part will be overwritten.
See https://www.paws-r-sdk.com/docs/omics_upload_read_set_part/ for full documentation.
omics_upload_read_set_part(
sequenceStoreId,
uploadId,
partSource,
partNumber,
payload
)
[required] The Sequence Store ID used for the multipart upload.
[required] The ID for the initiated multipart upload.
[required] The source file for an upload part.
[required] The number of the part being uploaded.
[required] The read set data to upload for a part.