package biotk

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Biotk.Bam_iteratorSource

Sourceval fold0 : bam:string -> bai:string -> loc:GLoc.t -> init:'a -> f:(Biocaml_unix.Bam.Header.t -> 'a -> Biocaml_unix.Bam.Alignment0.t -> 'a) -> ('a, [> `Msg of string ]) result
Sourceval fold : bam:string -> bai:string -> locs:GLoc.t list -> init:'a -> f:(Biocaml_unix.Bam.Header.t -> 'a -> Biocaml_unix.Bam.Alignment0.t -> 'a) -> ('a list, [> `Msg of string ]) result