Dear All,
I was trying to use sort-bed fro sorting our bed files and encountered strange problem. It works fine for files containing up to 50,000,000 lines but for 60,000,000 return no output. No error messages or other hints, just finished with no output.
This how I run it:
zcat test.bed.gz | sort-bed --max-mem 1G - &> out.bed
Are there limitations for sort-bed on file size? How can I find out what is wrong?
Best,
Mikhail