Skip to content

Commit

Permalink
Quick nit. Closes #32.
Browse files Browse the repository at this point in the history
  • Loading branch information
anshumanmohan committed Apr 16, 2023
1 parent 83275d9 commit 4672b21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions slow_odgi/inject.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ def track_path(graph, bed):


def where_chop(graph, pathname, index):
"""Given a path and an index, find which segment should be cut.
It's possible we won't need to cut: the index could be at a seam b/w segments.
In such case, return None
"""Given a path and an index, find which segment should be chopped.
We may not need to chop: the index could already be at a seam b/w segments.
In such case, return None.
"""
walk = 0
for handle in graph.paths[pathname].segments:
Expand Down

0 comments on commit 4672b21

Please sign in to comment.