Release bwa-0.5.9 (r16)
This commit is contained in:
parent
7fd8948689
commit
87664941b0
27
NEWS
27
NEWS
|
|
@ -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)
|
Beta Release Candidate 0.5.9rc1 (10 December, 2010)
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
|
|
||||||
2
README
2
README
|
|
@ -23,7 +23,7 @@ Publications (Open Access):
|
||||||
http://www.ncbi.nlm.nih.gov/pubmed/20080505
|
http://www.ncbi.nlm.nih.gov/pubmed/20080505
|
||||||
http://www.ncbi.nlm.nih.gov/pubmed/19451168
|
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=20080505
|
||||||
http://www.hubmed.org/references.cgi?uids=19451168
|
http://www.hubmed.org/references.cgi?uids=19451168
|
||||||
|
|
|
||||||
2
bwa.1
2
bwa.1
|
|
@ -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
|
.SH NAME
|
||||||
.PP
|
.PP
|
||||||
bwa - Burrows-Wheeler Alignment Tool
|
bwa - Burrows-Wheeler Alignment Tool
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue