Values.GetReadSetRequestSourceRetrieves detailed information from parts of a read set and returns the read set in the same format that it was uploaded. You must have read sets uploaded to your sequence store in order to run this operation.
type nonrec t = {id : ReadSetId.t;The read set's ID.
*)sequenceStoreId : SequenceStoreId.t;The read set's sequence store ID.
*)file : ReadSetFile.t option;The file to retrieve.
*)partNumber : GetReadSetRequestPartNumberInteger.t;The part number to retrieve.
*)}val make :
?file:??? ->
id:ReadSetId.t ->
sequenceStoreId:SequenceStoreId.t ->
partNumber:GetReadSetRequestPartNumberInteger.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of GetReadSetRequestPartNumberInteger.t
| `String of ReadSetId.t ])
list ]