biocaml.unix
Bamstats.Chr_histogram
biocaml.base
biocaml.ez
type t = private {
min_mapq : int;
bam_header : Bam.Header.t;
counts : string Accu.Counter.t;
}
val create : ?min_mapq:int -> Bam.Header.t -> t
val update0 : t -> Bam.Alignment0.t -> unit Core_kernel.Or_error.t