We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2a658b commit a967d04Copy full SHA for a967d04
setup.cfg
@@ -50,7 +50,7 @@ python_requires = >=3.9
50
install_requires =
51
importlib-metadata; python_version<"3.8"
52
biocframe>=0.6.2
53
- iranges>=0.5.0
+ iranges>=0.5.1
54
biocutils>=0.2.1
55
numpy
56
src/genomicranges/GenomicRanges.py
@@ -1642,6 +1642,8 @@ def narrow(
1642
######>> inter-range methods <<######
1643
#####################################
1644
1645
+ # TODO: a better way groups = seqnames * 3 + strand
1646
+ # then split indices by this group.
1647
def _group_indices_by_chrm(self, ignore_strand: bool = False) -> dict:
1648
__strand = self._strand.copy()
1649
if ignore_strand:
0 commit comments