get_read_set(**kwargs)¶Gets a file from a read set.
See also: AWS API Documentation
Request Syntax
response = client.get_read_set(
    file='SOURCE1'|'SOURCE2'|'INDEX',
    id='string',
    partNumber=123,
    sequenceStoreId='string'
)
[REQUIRED]
The read set's ID.
[REQUIRED]
The part number to retrieve.
[REQUIRED]
The read set's sequence store ID.
dict
Response Syntax
{
    'payload': StreamingBody()
}
Response Structure
(dict) --
payload (StreamingBody) --
The read set file payload.
Exceptions
Omics.Client.exceptions.InternalServerExceptionOmics.Client.exceptions.RangeNotSatisfiableExceptionOmics.Client.exceptions.ThrottlingExceptionOmics.Client.exceptions.ValidationExceptionOmics.Client.exceptions.ConflictExceptionOmics.Client.exceptions.ResourceNotFoundExceptionOmics.Client.exceptions.AccessDeniedExceptionOmics.Client.exceptions.RequestTimeoutException