Skip to content

Releases: jltsiren/bwt-merge

BWT-merge v0.3

04 Nov 16:22
Compare
Choose a tag to compare

This is the first actual release accompanying the arXiv version of the paper. bwt_merge now supports multiple input files and different input/output formats. Merging is faster than in v0.2.1, and memory usage has improved significantly. The programs now support RopeBWT format. Multithreading uses C++ threads instead of OpenMP.

BWT-merge v0.2.1

28 Sep 08:32
Compare
Choose a tag to compare
BWT-merge v0.2.1 Pre-release
Pre-release

This is a minor performance update. The overall speed has increased by around 10%.

BWT-merge v0.2

25 Sep 14:04
Compare
Choose a tag to compare
BWT-merge v0.2 Pre-release
Pre-release

This second pre-release is a bit faster and has adjustable merge parameters. The native file format has stabilized, and the accompanying conversion tool can convert between multiple BWT formats.

BWT-merge v0.1

16 Sep 09:56
Compare
Choose a tag to compare
BWT-merge v0.1 Pre-release
Pre-release

The initial pre-release has a tool for converting BWTs from SGA format to the native format and another tool for merging BWTs in the native format. The file format is still subject to change.