= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
package biotk
-
biotk
-
-
biotk.pipes
-
biotk.pipes.unix
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val 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
val 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