Skip to content

Commit a967d04

Browse files
committed
bump iranges
1 parent a2a658b commit a967d04

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ python_requires = >=3.9
5050
install_requires =
5151
importlib-metadata; python_version<"3.8"
5252
biocframe>=0.6.2
53-
iranges>=0.5.0
53+
iranges>=0.5.1
5454
biocutils>=0.2.1
5555
numpy
5656

src/genomicranges/GenomicRanges.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1642,6 +1642,8 @@ def narrow(
16421642
######>> inter-range methods <<######
16431643
#####################################
16441644

1645+
# TODO: a better way groups = seqnames * 3 + strand
1646+
# then split indices by this group.
16451647
def _group_indices_by_chrm(self, ignore_strand: bool = False) -> dict:
16461648
__strand = self._strand.copy()
16471649
if ignore_strand:

0 commit comments

Comments
 (0)