Skip to content

Commit

Permalink
Restore mainstream assembly path.
Browse files Browse the repository at this point in the history
  • Loading branch information
paoloshasta committed Dec 11, 2024
1 parent a97ad8b commit 01df992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mode3-AssemblyGraph.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ void AssemblyGraph::run(
performanceLog << timestamp << "Detangling begins." << endl;
while(compressSequentialEdges());
compressBubbleChains();
#if 0
#if 1
detangleEdges(false,
options.assemblyGraphOptions.detangleToleranceLow,
options.assemblyGraphOptions.detangleToleranceHigh,
Expand Down

0 comments on commit 01df992

Please sign in to comment.