Completes a multipart read set upload into a sequence store after you have initiated the upload process with CreateMultipartReadSetUpload and uploaded all read set parts using UploadReadSetPart
Source:R/omics_operations.R
omics_complete_multipart_read_set_upload.RdCompletes a multipart read set upload into a sequence store after you have initiated the upload process with create_multipart_read_set_upload and uploaded all read set parts using upload_read_set_part. You must specify the parts you uploaded using the parts parameter. If the operation is successful, it returns the read set ID(s) of the uploaded read set(s).
See https://www.paws-r-sdk.com/docs/omics_complete_multipart_read_set_upload/ for full documentation.