Module Values.GetReferenceRequestSource

Downloads parts of data from a reference genome and returns the reference file in the same format that it was uploaded. For more information, see Creating a HealthOmics reference store in the Amazon Web Services HealthOmics User Guide.

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

    The reference's ID.

    *)
  2. referenceStoreId : ReferenceStoreId.t;
    (*

    The reference's store ID.

    *)
  3. range : Range.t option;
    (*

    The range to retrieve.

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

    The part number to retrieve.

    *)
  5. file : ReferenceFile.t option;
    (*

    The file to retrieve.

    *)
}
Sourceval context_ : string
Sourceval make : ?range:??? -> ?file:??? -> id:ReferenceId.t -> referenceStoreId:ReferenceStoreId.t -> partNumber:GetReferenceRequestPartNumberInteger.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Integer of GetReferenceRequestPartNumberInteger.t | `String of ReferenceId.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