Skip to content

Commit

Permalink
Release bwa-0.5.9 (r16)
Browse files Browse the repository at this point in the history
  • Loading branch information
Heng Li committed Jan 25, 2011
1 parent 7fd8948 commit 8766494
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 3 deletions.
27 changes: 27 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 1 addition & 1 deletion bwa.1
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 8766494

Please sign in to comment.