Expand description

Algorithms and structures to compute and store macronodes.

Modules

Structs

  • A struct containing the macronodes of an uncompressed graph, represented as walks through their uncompressed centers. In an uncompressed graph, macronode centers are maximal unitigs with the property that their first node has outdegree = 1, and their last node has indegree = 1.

Traits

  • A trait abstracting over the concrete algorithm used to compute macronodes.