Skip to content

GBWT v0.4

Compare
Choose a tag to compare
@jltsiren jltsiren released this 11 May 03:46
· 274 commits to master since this release

This is the first proper GBWT release. It was used in the benchmarks in the preprint.

  • New functionality: GBWT::hasEdge(), GBWT::edges(), GBWT::find(node).
  • Read and write data in smaller blocks to avoid the issue with >2 GB reads in GCC on macOS.
  • Faster GBWT::LF(from, i), GBWT::prefix(), GBWT::locate(), and GBWT::extract() queries.