Skip to content

Commit e8d4243

Browse files
committed
Dont clip tips
1 parent 5ca8f62 commit e8d4243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assembler/src/projects/spades/molecule_extraction_stage.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ namespace debruijn_graph {
306306
extendBackward(edge_set, linear_path, e);
307307
auto component = GraphComponent<Graph>::FromEdges(gp_.g, linear_path, true);
308308
DEBUG("Here");
309-
component.ClipTips();
309+
// component.ClipTips();
310310
DEBUG("Here");
311311

312312
if (IsSimplePath(component)) {

0 commit comments

Comments
 (0)