Module Biocaml_bam_alt.Header (.ml)

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

module Header: 
sig
type t 
val of_sam : Biocaml_sam.header -> t
val to_sam : t -> Biocaml_sam.header
end