Hi Pierre, Thanks for your help. Is -L everything_but_chrM.bed your.bam the input file (= accepted.hits.bam).
• 0 views
•
link
Hi All,
When I tried to run Cufflinks it was crashed, and I found that because of Mitochondrial RNA abundance that mapped to human genome. Dose any one have any idea about removing Mitochondrial RNA from the the accepted.hit.bam file to use it with Cufflinks.
remove your reads mapped to chrM using
samtools view -b -o nochrm.bam -L everything_but_chrM.bed your.bam
Hi Pierre, Thanks for your help. Is -L everything_but_chrM.bed your.bam the input file (= accepted.hits.bam).
Hi,
We recently had a similar experience with cufflinks running out of memory and crashing. Our library also has mitochondrial RNA reads. Can you please share what error you had?
Log in to answer this question.