package biocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = private {
  1. min_mapq : int;
  2. bam_header : Bam.Header.t;
  3. counts : string Accu.Counter.t;
}
val create : ?min_mapq:int -> Bam.Header.t -> t
val update0 : t -> Bam.Alignment0.t -> unit Core.Or_error.t