Replies: 1 comment 2 replies
-
Hi, Thank you for the feedback! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I realize that for _find_genes.py you are using a scanning for loop to identify overlapping peaks genes.
An IntervalTree data structure will be way more efficient in terms of memory consumption and speed.
We are speaking order of magnitude.
Open source library implementing this data structure exists.
Do you accept merge request?
Beta Was this translation helpful? Give feedback.
All reactions