After running tophat, I sorted "accepted_hit.bam", resulting in "accepted_hits_sorted.bam", and also transformed "Mh.gff to "Mh.gtf" by using gffread utility.
However, if I run the commands below, error message keeps appearing. Would you please give me some tips about fixing this error?
~/cufflinks-2.0.2.Linux_x86_64/cufflinks -g Mh.gtf -o cufflinks_out_IR_t1_Mh IR_t1_Mh/accepted_hits_sorted.bam
~/cufflinks-2.0.2.Linux_x86_64/cufflinks -g Mh.gff -o cufflinks_out_IR_t1_Mh IR_t1_Mh/accepted_hits_sorted.bam
You are using Cufflinks v2.0.2, which is the most recent release.
Error: sort order of reads in BAMs must be the same
However, if I run the commands below, error message keeps appearing. Would you please give me some tips about fixing this error?
~/cufflinks-2.0.2.Linux_x86_64/cufflinks -g Mh.gtf -o cufflinks_out_IR_t1_Mh IR_t1_Mh/accepted_hits_sorted.bam
~/cufflinks-2.0.2.Linux_x86_64/cufflinks -g Mh.gff -o cufflinks_out_IR_t1_Mh IR_t1_Mh/accepted_hits_sorted.bam
You are using Cufflinks v2.0.2, which is the most recent release.
Error: sort order of reads in BAMs must be the same
Comment