Module generic

Module generic 

Source
Expand description

A module providing types and functions for IO in a generic node-centric format.

Structs§

GenericEdge
An edge representing a k-1 overlap between unitigs.

Traits§

GenericNode
A node representing a unitig with the edges of a bidirected de Bruijn graph, inspired by bcalm2’s fasta format.

Functions§

convert_generic_node_centric_bigraph_to_edge_centric
Read a genome graph in bcalm2 fasta format into an edge-centric representation.