Skip to content

Commit

Permalink
DOC: remove outdated comment re: FR splitting
Browse files Browse the repository at this point in the history
  • Loading branch information
fedarko committed Jun 21, 2023
1 parent e64d940 commit a60fd29
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions metagenomescope/graph/assembly_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -902,11 +902,7 @@ def _hierarchically_identify_patterns(self):
self.decomposed_graph, n, self.pattid2obj
)
if validation_results:
# Mostly the same logic as for when we found a pattern above --
# but here, we don't bother adding anything to the "candidates"
# after finding a frayed rope, because we don't perform node
# splitting on frayed rope boundaries (at least, as of writing)
# and because frayed ropes can't be contained in other patterns
# Mostly the same logic as for when we found a pattern above.
pobj, left_splits, right_splits = self._add_pattern(
validation_results
)
Expand Down

0 comments on commit a60fd29

Please sign in to comment.