= 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
type header = Biocaml_unix.Sam.header
type alignment = Biocaml_unix.Sam.alignment
val fold :
string ->
init:'a ->
f:(header -> 'a -> alignment -> 'a) ->
'a Core_kernel.Or_error.t