Uploads a specific part of a read set into a sequence store. When you a upload a read set part with a part number that already exists, the new part replaces the existing one. This operation returns a JSON formatted response containing a string identifier that is used to confirm that parts are being added to the intended upload.
For more information, see Direct upload to a sequence store in the Amazon Web Services HealthOmics User Guide.
put/sequencestore/{sequenceStoreId}/upload/{uploadId}/part#partSource&partNumber
Path parameters
sequenceStoreIdstring required
The Sequence Store ID used for the multipart upload.
uploadIdstring required
The ID for the initiated multipart upload.
Query parameters
partSource'SOURCE1' | 'SOURCE2' required
The source file for an upload part.
partNumberinteger required
The number of the part being uploaded.
Request body
Response
Success