Hi
I have some bed files that I want to concatenate and also I want to have unique file as output(not overlapping). I tried with this script:
cat files | sort -u
But it seems that some overlapping. Anyone knows new script for this purpose?
Thanks in advance.
I have some bed files that I want to concatenate and also I want to have unique file as output(not overlapping). I tried with this script:
cat files | sort -u
But it seems that some overlapping. Anyone knows new script for this purpose?
Thanks in advance.

Comment