Skip to content

GBWTGraph v0.2

Compare
Choose a tag to compare
@jltsiren jltsiren released this 08 Nov 21:24
· 404 commits to master since this release
  • The minimizer index is now parametrized with a key type. In addition to the old 64-bit keys, there is an option to use 128-bit keys that support up to 63 bp minimizers.
  • GBWT construction from a greedy (maximum) path cover of an arbitrary graph. This can be used to build a GBWTGraph when true haplotypes are not available.
  • A variant of the path cover algorithm that samples the local haplotypes. This can be used to build a GBWTGraph without rare haplotypes.