Skip to content

Commit

Permalink
r126: release bwa-0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lh3 committed Jun 19, 2012
1 parent 29ed2d8 commit 09ee115
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
Release 0.6.2 (19 June, 2012)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

This is largely a bug-fix release. Notable changes in BWA-short and BWA-SW:

* Bugfix: BWA-SW may give bad alignments due to incorrect band width.

* Bugfix: A segmentation fault due to an out-of-boundary error. The fix is a
temporary solution. The real cause has not been identified.

* Attempt to read index from prefix.64.bwt, such that the 32-bit and 64-bit
index can coexist.

* Added options '-I' and '-S' to control BWA-SW pairing.

(0.6.2: 19 June 2012, r126)



Release 0.6.1 (28 November, 2011)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion bwa.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH bwa 1 "28 November 2011" "bwa-0.6.1" "Bioinformatics tools"
.TH bwa 1 "19 June 2012" "bwa-0.6.2" "Bioinformatics tools"
.SH NAME
.PP
bwa - Burrows-Wheeler Alignment Tool
Expand Down
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include "utils.h"

#ifndef PACKAGE_VERSION
#define PACKAGE_VERSION "0.6.1-r125"
#define PACKAGE_VERSION "0.6.2-r126"
#endif

static int usage()
Expand Down

0 comments on commit 09ee115

Please sign in to comment.