Release bwa-0.6.1
This commit is contained in:
parent
64e353ce49
commit
91a4a0c8ea
6
NEWS
6
NEWS
|
|
@ -1,4 +1,4 @@
|
||||||
Release 0.6.1 (25 November, 2011)
|
Release 0.6.1 (28 November, 2011)
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
Notable changes to BWA-short:
|
Notable changes to BWA-short:
|
||||||
|
|
@ -16,6 +16,8 @@ Notable changes to BWA-SW:
|
||||||
|
|
||||||
* Bugfix: incorrect mate position in the SE mode.
|
* Bugfix: incorrect mate position in the SE mode.
|
||||||
|
|
||||||
|
* Bugfix: rare segfault in the PE mode
|
||||||
|
|
||||||
* When macro _NO_SSE2 is in use, fall back to the standard Smith-Waterman
|
* When macro _NO_SSE2 is in use, fall back to the standard Smith-Waterman
|
||||||
instead of SSE2-SW.
|
instead of SSE2-SW.
|
||||||
|
|
||||||
|
|
@ -27,7 +29,7 @@ Changes to fastmap:
|
||||||
|
|
||||||
* Optionally output the query sequence.
|
* Optionally output the query sequence.
|
||||||
|
|
||||||
(0.6.1: 25 November 2011, r103)
|
(0.6.1: 28 November 2011, r104)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
2
bwa.1
2
bwa.1
|
|
@ -1,4 +1,4 @@
|
||||||
.TH bwa 1 "12 November 2011" "bwa-0.6.0" "Bioinformatics tools"
|
.TH bwa 1 "28 November 2011" "bwa-0.6.1" "Bioinformatics tools"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
.PP
|
.PP
|
||||||
bwa - Burrows-Wheeler Alignment Tool
|
bwa - Burrows-Wheeler Alignment Tool
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue