Skip to content

Commit

Permalink
Released 0.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
lh3 committed Jul 14, 2014
1 parent 7fd6a11 commit 705aa53
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
Release 0.7.10 (13 July, 2014)
------------------------------

Notable changes to BWA-MEM:

* Fixed a segmentation fault due to an alignment bridging the forward-reverse
boundary. This is a bug.

* Use the PacBio heuristic to map contigs to the reference genome. The old
heuristic evaluates the necessity of full extension for each chain. This may
not work in long low-complexity regions. The PacBio heuristic performs
SSE2-SW around each short seed. It works better. Note that the heuristic is
only applied to long query sequences. For Illumina reads, the output is
identical to the previous version.

(0.7.10: 13 July 2014, r789)



Release 0.7.9 (19 May, 2014)
----------------------------

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.7.9a-r788-dirty"
#define PACKAGE_VERSION "0.7.10-r789"
#endif

int bwa_fa2pac(int argc, char *argv[]);
Expand Down

0 comments on commit 705aa53

Please sign in to comment.