Releases: jltsiren/bwt-merge
BWT-merge v0.3
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
This is a minor performance update. The overall speed has increased by around 10%.
BWT-merge v0.2
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
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.