Values.SequenceInformationSourceDetails about a sequence.
type nonrec t = {totalReadCount : Long.t option;The sequence's total read count.
*)totalBaseCount : Long.t option;The sequence's total base count.
*)generatedFrom : GeneratedFrom.t option;Where the sequence originated.
*)alignment : String_.t option;The sequence's alignment setting.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Long of Long.t | `String of GeneratedFrom.t ]) list ]