]> git.donarmstrong.com Git - samtools.git/blobdiff - bam.h
Release samtools-0.1.15 (r949:203)
[samtools.git] / bam.h
diff --git a/bam.h b/bam.h
index 98612dd687ad3c1813028bb9fddcd1dac0fb29bc..87e3de326fea144e10323ad8229309b6b31136a4 100644 (file)
--- a/bam.h
+++ b/bam.h
 
   BAM library provides I/O and various operations on manipulating files
   in the BAM (Binary Alignment/Mapping) or SAM (Sequence Alignment/Map)
-  format. It now supports importing from or exporting to TAM, sorting,
+  format. It now supports importing from or exporting to SAM, sorting,
   merging, generating pileup, and quickly retrieval of reads overlapped
   with a specified region.
 
   @copyright Genome Research Ltd.
  */
 
-#define BAM_VERSION "0.1.14 (r947:199)"
+#define BAM_VERSION "0.1.15 (r949:203)"
 
 #include <stdint.h>
 #include <stdlib.h>