From 646ba487102664734fb7d57778cb50cb050b2d8c Mon Sep 17 00:00:00 2001 From: Heng Li Date: Wed, 15 Apr 2009 21:02:53 +0000 Subject: [PATCH] Release samtools-0.1.3 --- NEWS | 6 +++++- bamtk.c | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 1956b6c..e3468f1 100644 --- a/NEWS +++ b/NEWS @@ -15,6 +15,8 @@ Notable changes in SAMtools: * Fixed a bug in alignment retrieval: alignments bridging n*16384bp are not correctly retrieved sometimes. + * Fixed a bug in rmdup: segfault if unmapped reads are present. + * Move indel_filter.pl to samtools.pl and improved the filtering by checking the actual number of alignments containing indels. The indel pileup line is also changed a little to make this filtration easier. @@ -37,7 +39,9 @@ Changes in other utilities: * Various converters: improved functionality in general. -(0.1.3: 15 April 2009, rXXX) + * Updated the example SAM due to the previous bug in fixmate. + +(0.1.3: 15 April 2009, r227) diff --git a/bamtk.c b/bamtk.c index 2bdc00a..67dec9e 100644 --- a/bamtk.c +++ b/bamtk.c @@ -3,7 +3,7 @@ #include "bam.h" #ifndef PACKAGE_VERSION -#define PACKAGE_VERSION "0.1.2-28" +#define PACKAGE_VERSION "0.1.3" #endif int bam_taf2baf(int argc, char *argv[]); -- 2.39.2