By default, the accepted_hits.bam file is co-ordinate sorted and does not need any further sorting to run cufflinks on it. Have you tried the accepted_hits.bam 'as is' generated by Tophat?
Also, would suggest you use the GTF from igenomes, if you are mapping to one of the 10 genomes available here:
http://tophat.cbcb.umd.edu/igenomes.html.
Also, would suggest you use the GTF from igenomes, if you are mapping to one of the 10 genomes available here:
http://tophat.cbcb.umd.edu/igenomes.html.
I work on maize genome sequence available from http://ftp.maizesequence.org/current/assembly. You will find the file <ZmB73_RefGen_v2.tar.gz>. On untaring we get separate files for each chromosome. So before making the bowtie index, I concatenated all the chr.fasta files. (10 chromosomes, 1 Mt, 1 Pt and 1 UNKNOWN...a total of 13). I also built another index with only the ten chromosomes (hoping that by getting rid of Mt and Pt, I might circumvent the issue)
Whatever I do, I still end up with
Code:
Error: sort order of reads in BAMs must be the same
I think it may be to do with all the pre-processing I am having to do with the genome files. I will have to talk to some one from maizesequence.org.
Comment