Skip to content

Commit

Permalink
New joins working!
Browse files Browse the repository at this point in the history
 - New `from_windows()` method and tests.
 - New `push_range_with_join()` and `left_overlaps()` functions for
   `GRangesEmtpy` and `GRanges` types for joins.
 - `LeftGroupedJoin` and `JoinData` for joins
 - `ParialEq` and tests.
  • Loading branch information
vsbuffalo committed Feb 22, 2024
1 parent 5b6db72 commit 8a32e48
Show file tree
Hide file tree
Showing 7 changed files with 532 additions and 75 deletions.
2 changes: 1 addition & 1 deletion scripts/benchmark_summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def calculate_ratios(criterion_dir):
percent_faster = ((bedtools_time - granges_time) / bedtools_time) * 100
# Format the output to show 3 decimal places
print(
f"{comparison} - Granges is {percent_faster:.3f}% faster than Bedtools"
f"{comparison} - GRanges is {percent_faster:.3f}% faster than Bedtools"
)


Expand Down
Loading

0 comments on commit 8a32e48

Please sign in to comment.