ContigNode

A contig is represented by four ContigNodes in the scaffold graph.

alias ContigNode = Tuple!(size_t, "contigId", ContigPart, "contigPart")

See Also

ContigPart

Meta