caseywdunn / sharkmer

3 stars 0 forks source link

separate graphs for separate start nodes #10

Open caseywdunn opened 5 months ago

caseywdunn commented 5 months ago

Starting about here https://github.com/caseywdunn/sharkmer/blob/570efb26427c14ca05f011579610c7be831926a2/sharkmer/src/pcr/mod.rs#L1362 , refactor so that assembly is attempted for one start node at a time rather than by throwing all the start nodes into a single graph.

The intent is to avoid cases where a poisonous start node balloons the graph and blocks extension of a different perfectly good start node.