I have now sorted using:
$ sort -k1,1 -k2,2n sample_RB49.bedGraph > sample_RB49_sorted.bedGraph
and it now says:
chrMT is not found in chromosome sizes file
$ sort -k1,1 -k2,2n sample_RB49.bedGraph > sample_RB49_sorted.bedGraph
and it now says:
chrMT is not found in chromosome sizes file
Comment