When attempting to run cufflinks v2.0.2 (command line below) it quickly processes for moments and then gets stuck processing locus chr1:16765605-16765782. I've read on other threads to wait it out, but the job has been running for over 51hrs on 8 processors. It doesn't matter if I use the -g option or not or the -r option with a .gtf for all known rRNAs and tRNAs (downloaded from rmsk on UCSC table browser filtering for rRNA and tRNAs and then cat the files together). The reads were aligned with tophat2 without problems (~90% aligned or 50,000,000 paired-end reads from ribosomal depletion). Any suggestions? My only thought is to use the -r option with all of rmsk, but I'm not sure if that will help.
or
or
or
Code:
cufflinks -p 8 -M rrnatrnacatandsort.gtf -o C31_cufout accepted_hits.bam
Code:
cufflinks -p 8 -M rrnatrnacatandsort.gtf -g ucscknowngenes.gtf -o C31_cufout accepted_hits.bam
Code:
cufflinks -p 8 -g ucscknowngenes.gtf -o C31_cufout accepted_hits.bam
Code:
cufflinks -p 8 -o C31_cufout accepted_hits.bam
Comment