package biocaml

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

BAM header files contain a plain text SAM header, plus additional information related to the encoding of the file.

type t
val of_sam : Sam.header -> t
val to_sam : t -> Sam.header