We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ca8f62 commit e8d4243Copy full SHA for e8d4243
assembler/src/projects/spades/molecule_extraction_stage.cpp
@@ -306,7 +306,7 @@ namespace debruijn_graph {
306
extendBackward(edge_set, linear_path, e);
307
auto component = GraphComponent<Graph>::FromEdges(gp_.g, linear_path, true);
308
DEBUG("Here");
309
- component.ClipTips();
+// component.ClipTips();
310
311
312
if (IsSimplePath(component)) {
0 commit comments