]> git.donarmstrong.com Git - samtools.git/commitdiff
Release samtools-0.1.12a
authorHeng Li <lh3@live.co.uk>
Thu, 2 Dec 2010 21:16:08 +0000 (21:16 +0000)
committerHeng Li <lh3@live.co.uk>
Thu, 2 Dec 2010 21:16:08 +0000 (21:16 +0000)
NEWS
bamtk.c

diff --git a/NEWS b/NEWS
index 9118140a48dd853050cb932179cb3dc04f103df7..6b4d8aac5ede779b7efee6e02969dea40926275c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-Beta release 0.1.12 (2 December, 2010)
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+Beta release 0.1.12a (2 December, 2010)
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 This is another bug fix release:
 
@@ -18,7 +18,9 @@ This is another bug fix release:
  * Fixed a bug in writing meta information to the BAM index for the last
    sequence. This bug is invisible to most users, but it is a bug anyway.
 
-(0.1.12: 2 December 2010, r859)
+ * Fixed a bug in bcftools which causes false "DP4=0,0,0,0" annotations.
+
+(0.1.12: 2 December 2010, r862)
 
 
 
diff --git a/bamtk.c b/bamtk.c
index 32c8417cc4584277ac3f13af0daea52e2268648b..79635d6bf1bca8bad00abdaa5f926b35a3fc59a0 100644 (file)
--- a/bamtk.c
+++ b/bamtk.c
@@ -9,7 +9,7 @@
 #endif
 
 #ifndef PACKAGE_VERSION
-#define PACKAGE_VERSION "0.1.12 (r859)"
+#define PACKAGE_VERSION "0.1.12a (r862)"
 #endif
 
 int bam_taf2baf(int argc, char *argv[]);