Entering edit mode
8.6 years ago
ancient_learner
▴
680
Hi
I have a file like this
chr1 1 100
chr1 1 50
chr1 55 70
chr1 75 100
chr1 101 200
I want to obtain all non-overlapping regions into separate file. So my output will look like this
chr1 1 100
chr1 101 200
Is there any way to do this please let me know
This was already answered here