Skip to content

Commit

Permalink
Release ropebwt3-3.5 (r203)
Browse files Browse the repository at this point in the history
  • Loading branch information
lh3 committed Aug 31, 2024
1 parent b691911 commit 70e929a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
Release 3.5-r203 (31 August 2024)
---------------------------------

Notable changes:

* New feature: added the end-to-end mode (`-e`) to `sw`. It outputs local
haplotypes similar to the entire query string.

* New feature: `hapdiv` command to estimate local haplotype diversity. It
applies the end-to-end mode to slide 101-mers and reports the number of
haplotypes within certain edit distance threshold.

* Improvement: ~30% faster BWT construction for large datasets.

* Breaking: in `sw`, changed the default scoring to the BLASTN scoring

(3.5: 31 August 2024, r203)



Release 3.4-r167 (20 August 2024)
---------------------------------

Expand Down
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include "io.h"
#include "ketopt.h"

#define RB3_VERSION "3.4-r196-dirty"
#define RB3_VERSION "3.5-r203"

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

0 comments on commit 70e929a

Please sign in to comment.