striplog
striplog copied to clipboard
striplog.merge_overlaps() fails on big overlaps
If an interval overlaps more than one other interval at the top or the base, the merge fails. It assumes that there's just a bit of overlap at each edge.
I think we'd need to do something recursive to cope with arbitrary overlaps.
Need to check if this is still an issue, I thought I'd fixed it.