Module types

Module types 

Source
Expand description

Contains type aliases for genome graphs.

Type Aliasesยง

PetBCalm2EdgeGraph
An edge-centric genome graph with PlainBCalm2NodeData as edge data represented using the petgraph crate.
PetBCalm2NodeGraph
A node-centric genome graph with PlainBCalm2NodeData as node data represented using the petgraph crate.
PetWtdbg2DotGraph
Simple type to represent bigraphs from the .dot format.
PetWtdbg2Graph
A genome graph for the wtdbg2 assembler represented using the petgraph crate.