Hi, I am running the newest version of cufflinks with cuffdiff and am getting the error:
"Error: this SAM file doesn't appear to be correctly sorted!
current hit is at chr3:3018707, last one was at chr2:181747854
You may be able to fix this by running:
$ LC_ALL="C" sort -k 3,3 -k 4,4n input.sam > fixed.sam"
I have used the sort command as suggested as well as sorting through samtools and continue to get the error.
I can successfully split up the chromosomes per bam file and this works. But is anyone else getting this error?
The same files worked with the previous version of cufflinks.
Thanks!
"Error: this SAM file doesn't appear to be correctly sorted!
current hit is at chr3:3018707, last one was at chr2:181747854
You may be able to fix this by running:
$ LC_ALL="C" sort -k 3,3 -k 4,4n input.sam > fixed.sam"
I have used the sort command as suggested as well as sorting through samtools and continue to get the error.
I can successfully split up the chromosomes per bam file and this works. But is anyone else getting this error?
The same files worked with the previous version of cufflinks.
Thanks!
Comment