LinearWalk

Constructors

this
this(Scaffold!T scaffold, ContigNode startNode, IncidentEdgesCache incidentEdgesCache = emptyIncidentEdgesCache)

Start linear walk through a scaffold graph in startNode.

this
this(Scaffold!T scaffold, ContigNode startNode, Join!T firstJoin, IncidentEdgesCache incidentEdgesCache = emptyIncidentEdgesCache)

Start linear walk through a scaffold graph in startNode.

Meta