Module Values.GetReadSetRequestSource

Retrieves 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.

Sourcetype nonrec t = {
  1. id : ReadSetId.t;
    (*

    The read set's ID.

    *)
  2. sequenceStoreId : SequenceStoreId.t;
    (*

    The read set's sequence store ID.

    *)
  3. file : ReadSetFile.t option;
    (*

    The file to retrieve.

    *)
  4. partNumber : GetReadSetRequestPartNumberInteger.t;
    (*

    The part number to retrieve.

    *)
}
Sourceval context_ : string
Sourceval make : ?file:??? -> id:ReadSetId.t -> sequenceStoreId:SequenceStoreId.t -> partNumber:GetReadSetRequestPartNumberInteger.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Integer of GetReadSetRequestPartNumberInteger.t | `String of ReadSetId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t