Skip to content

Commit

Permalink
Dont clip tips
Browse files Browse the repository at this point in the history
  • Loading branch information
1dayac committed Sep 3, 2023
1 parent 5ca8f62 commit e8d4243
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ namespace debruijn_graph {
extendBackward(edge_set, linear_path, e);
auto component = GraphComponent<Graph>::FromEdges(gp_.g, linear_path, true);
DEBUG("Here");
component.ClipTips();
// component.ClipTips();
DEBUG("Here");

if (IsSimplePath(component)) {
Expand Down

0 comments on commit e8d4243

Please sign in to comment.