Skip to content

Commit

Permalink
Release ropebwt3-3.3 (r149)
Browse files Browse the repository at this point in the history
  • Loading branch information
lh3 committed Aug 7, 2024
1 parent ed06021 commit de32b65
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 7 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,4 @@ search.o: fm-index.h rb3priv.h rld0.h mrope.h rope.h io.h align.h ketopt.h
search.o: kthread.h kalloc.h
ssa.o: rb3priv.h fm-index.h rld0.h mrope.h rope.h io.h kalloc.h kthread.h
ssa.o: ketopt.h
test.o: rld0.h
28 changes: 28 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
Release 3.3-r149 (6 August 2024)
--------------------------------

Notable changes in the `sw` command:

* New feature: option to try SW only when there is a long MEM. This is not
enabled by default.

* New feature: option to output unmapped reads in PAF

* Bugfix: backtracking the F state could be wrong in corner cases

* Bugfix: coordinates on the reverse strand were not flipped in PAF

* Breaking: don't output the reference sequence in the rs tag by default

Other new features:

* New feature: added the stat command to report the number of runs. Only
working for the FMD format for now.

* New feature: added `--min-gap` to the `mem` command to output regions not
covered by long MEMs.

(3.3: 6 August 2024, r149)



Release 3.2-r137 (23 July 2024)
-------------------------------

Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,12 +269,12 @@ number of input bases.

|Dataset |Algorithm |Elapsed|CPU time|Peak RAM|
|:--------------|:---------|------:|-------:|-------:|
|human100 |rb3 build | 33.7h| 803.6h| 82.3GB|
| |rb3 merge | 24.2h| 757.2h| 70.7GB|
| |grlBWT | 8.3h| 29.6h| 84.8GB|
| |pfp-thres | 51.7h| 51.5h| 788.1GB|
|ecoli315k |rb3 build | 128.7h| 3826.8h| 20.5GB|
|CommonBacteria |rb3 build | 26.5d| 830.3d| 67.3GB|
|human100 |rb3 build | 33.7 h| 803.6 h| 82.3 G|
| |rb3 merge | 24.2 h| 757.2 h| 70.7 G|
| |grlBWT | 8.3 h| 29.6 h| 84.8 G|
| |pfp-thres | 51.7 h| 51.5 h| 788.1 G|
|ecoli315k |rb3 build |128.7 h|3826.8 h| 20.5 G|
|CommonBacteria |rb3 build | 26.5 d| 830.3 d| 67.3 G|

For human100, the following methods were evaluated:

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.2-r147-dirty"
#define RB3_VERSION "3.3-r149"

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

0 comments on commit de32b65

Please sign in to comment.