package biotk

  1. Overview
  2. Docs

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