You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (chrom == srcChrom and (abs(srcStart - start) < 100 and abs(srcEnd-end) < 100) or ( ( start >= srcStart and start < srcEnd) or (end >= srcStart and end < srcEnd) or (start <= srcStart and end >= srcEnd) ) ):