Skip to content

Commit

Permalink
New apply methods, types for left_overlaps(); new big-position feat…
Browse files Browse the repository at this point in the history
…ure.

 - New `--feature=big-position` added for u64 `Position` support, for
   large chromosomes.
 - Many new `left_overlaps()` join methods and types to handle all
   possible cases of range overlaps and downstream apply operation
   on left and right combinations of `GRanges` and `GRangesEmpty`
   objects.
  • Loading branch information
vsbuffalo committed Feb 24, 2024
1 parent d84ec3e commit 1b928d5
Show file tree
Hide file tree
Showing 5 changed files with 506 additions and 155 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ dev-commands = [ ]
test_bigranges = [] # NOTE: not used yet, for tests on large files
polars = ["dep:polars"]
ndarray = ["dep:ndarray", "dep:ndarray-npy"]
big-position = []

[profile.release]
opt-level = 3
Expand Down
Loading

0 comments on commit 1b928d5

Please sign in to comment.