Skip to content

Commit

Permalink
Merge pull request #171 from open2c/docstring-patch-1
Browse files Browse the repository at this point in the history
Update overlap docstring - overlap column
  • Loading branch information
golobor authored Nov 24, 2023
2 parents 153ba94 + 2a89dc3 commit fbca3bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bioframe/ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,9 @@ def overlap(
return_overlap : bool
If True, return overlapping intervals for the overlapping pairs
as two additional columns (`overlap_start`, `overlap_end`).
When `cols1` is modified, `start` and `end` are replaced accordingly.
When `return_overlap` is a string, its value is used for naming the overlap
columns: `return_overlap + "_start"`, `return_overlap + "_end"`.
Default False.
suffixes : (str, str)
Expand Down

0 comments on commit fbca3bc

Please sign in to comment.