Skip to content

GBWTGraph v0.8

Compare
Choose a tag to compare
@jltsiren jltsiren released this 21 Jan 16:34
· 173 commits to master since this release
  • GBWTGraph implements more libhandlegraph interfaces:
    • PathHandleGraph: Reference paths corresponding to sample name _gbwt_ref are reported as named paths.
    • NamedNodeBackTranslation: Node chopping + node id / segment name translation for GFA.
    • CachedGBWTGraph is only a HandleGraph.
  • Multithreaded GFA (de)compression in gfa2gbwt and with gfa_to_gbwt() / gbwt_to_gfa().
    • Faster and more memory-efficient compression, faster decompression.
    • Path order in the GBWT and path/edge order in the decompressed GFA file is different from the old algorithms.