Activity
Update dependencies in Cargo.lock to latest versions
Update dependencies in Cargo.lock to latest versions
Merge branch 'main' into less_memory_partition
Merge branch 'main' into less_memory_partition
do not store CIGAR ops while partitioning
do not store CIGAR ops while partitioning
max_depth as u16 to reduce memory usage
max_depth as u16 to reduce memory usage
min_mask_proximity
parameter
min_mask_proximity
parameterAdd min_distance_between_ranges parameter to query functions for bett…
Add min_distance_between_ranges parameter to query functions for bett…
Add min_interval_size parameter to query functions and adjust logic f…
Add min_interval_size parameter to query functions and adjust logic f…
Improve y-axis breaks calculation for small max_length values in crea…
Improve y-axis breaks calculation for small max_length values in crea…
Change max_depth type from u32 to u16 across query functions
Change max_depth type from u32 to u16 across query functions
Refactor max_depth parameter to be non-optional across query functions
Refactor max_depth parameter to be non-optional across query functions
Add max_depth parameter to query functions for limiting recursion depth
Add max_depth parameter to query functions for limiting recursion depth