github.com/Schaudge/hts@v0.0.0-20240223063651-737b4d69d68c/bam/bam.go (about) 1 // Copyright ©2012 The bíogo Authors. All rights reserved. 2 // Use of this source code is governed by a BSD-style 3 // license that can be found in the LICENSE file. 4 5 // Package bam implements BAM file format reading, writing and indexing. 6 // The BAM format is described in the SAM specification. 7 // 8 // http://samtools.github.io/hts-specs/SAMv1.pdf 9 package bam