Locate and return intervals overlapping parameter qinterval in contig
qinterval must have members "start" and "end" (just like IntervalType stored in the tree, but the types needn't be the same).
Note that because the cgranges IITree stores contig this must be included, unlike the other interval tree implementations.
findOverlapsWith may also be called with \0-terminated contig, integer start, end
See Implementation
Locate and return intervals overlapping parameter qinterval in contig
qinterval must have members "start" and "end" (just like IntervalType stored in the tree, but the types needn't be the same).
Note that because the cgranges IITree stores contig this must be included, unlike the other interval tree implementations.
findOverlapsWith may also be called with \0-terminated contig, integer start, end