Release bwa-0.5.9 (r16)

This commit is contained in:
Heng Li 2011-01-24 22:00:24 -05:00
parent 7fd8948689
commit 87664941b0
4 changed files with 30 additions and 3 deletions

27
NEWS
View File

@ -1,3 +1,30 @@
Beta Release 0.5.9 (24 January, 2011)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Notable changes:
* Feature: barcode support via the `-B' option.
* Feature: Illumina 1.3+ read format support via the `-I' option.
* Bugfix: RG tags are not attached to unmapped reads.
* Bugfix: very rare bwasw mismappings
* Recommend options for PacBio reads in bwasw help message.
Also, since January 13, the BWA master repository has been moved to github:
https://github.com/lh3/bwa
The revision number has been reset. All recent changes will be first
committed to this repository.
(0.5.9: 24 January 2011, r16)
Beta Release Candidate 0.5.9rc1 (10 December, 2010)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

2
README
View File

@ -23,7 +23,7 @@ Publications (Open Access):
http://www.ncbi.nlm.nih.gov/pubmed/20080505
http://www.ncbi.nlm.nih.gov/pubmed/19451168
Part of citations (via HubMed.org):
Incomplete list of citations (via HubMed.org):
http://www.hubmed.org/references.cgi?uids=20080505
http://www.hubmed.org/references.cgi?uids=19451168

2
bwa.1
View File

@ -1,4 +1,4 @@
.TH bwa 1 "10 December 2010" "bwa-0.5.9rc1" "Bioinformatics tools"
.TH bwa 1 "24 January 2011" "bwa-0.5.9" "Bioinformatics tools"
.SH NAME
.PP
bwa - Burrows-Wheeler Alignment Tool

2
main.c
View File

@ -3,7 +3,7 @@
#include "main.h"
#ifndef PACKAGE_VERSION
#define PACKAGE_VERSION "0.5.9rc1-r15"
#define PACKAGE_VERSION "0.5.9-r16"
#endif
static int usage()