Hello,
I have a problem with tophat reproting output tracks. It might be similar to the one reported here. http://seqanswers.com/forums/showthread.php?t=24205.
However, in this thread the problem is solved with using tophat v2.0.6. In my case is is happening with exactly this version.
I've tried using --keep-tmp an the file bam_merge fails to open, does exist.
I am using a bunch of paired-end data, 100 bp, with ~20 Mio read pairs. Has been working fine for 28 out of 29 samples.
complete call looks like that:
I have a problem with tophat reproting output tracks. It might be similar to the one reported here. http://seqanswers.com/forums/showthread.php?t=24205.
However, in this thread the problem is solved with using tophat v2.0.6. In my case is is happening with exactly this version.
Code:
The error message is the following: [2012-11-15 13:32:17] Reporting output tracks [FAILED] Error running /ngsdata/ngs/tophat/tophat-2.0.6/tophat_reports --min-anchor 8 --splice-mismatches 0 --min-report-intron 50 --max-report-intron 10000 --min-isoform-fraction 0.15 --output-dir ./tophat_D6T90_R1_PE100_trimmed/ --max-multihits 1 --max-seg-multihits 10 --segment-length 25 --segment-mismatches 2 --min-closure-exon 100 --min-closure-intron 50 --max-closure-intron 5000 --min-coverage-intron 50 --max-coverage-intron 10000 --min-segment-intron 50 --max-segment-intron 10000 --read-mismatches 2 --read-gap-length 2 --read-edit-dist 2 --read-realign-edit-dist 3 --max-insertion-length 3 --max-deletion-length 3 -z gzip -p24 --inner-dist-mean 50 --inner-dist-std-dev 20 --gtf-annotations /home/jlinde/Gff/Aspergillus_fumigatusa1163.CADRE.15_cufflinks.gff --gtf-juncs ./tophat_D6T90_R1_PE100_trimmed/tmp/Aspergillus_fumigatusa1163.juncs --no-closure-search --no-coverage-search --no-microexon-search --sam-header ./tophat_D6T90_R1_PE100_trimmed/tmp/Aspergillus_fumigatusa1163.CADRE_genome.bwt.samheader.sam --samtools=/usr/bin/samtools --bowtie2-max-penalty 6 --bowtie2-min-penalty 2 --bowtie2-penalty-for-N 1 --bowtie2-read-gap-open 5 --bowtie2-read-gap-cont 3 --bowtie2-ref-gap-open 5 --bowtie2-ref-gap-cont 3 /ngsdata/ngs/bowtie/indexes_bowtie2/Aspergillus_fumigatusa1163.CADRE.fa ./tophat_D6T90_R1_PE100_trimmed/junctions.bed ./tophat_D6T90_R1_PE100_trimmed/insertions.bed ./tophat_D6T90_R1_PE100_trimmed/deletions.bed ./tophat_D6T90_R1_PE100_trimmed/fusions.out ./tophat_D6T90_R1_PE100_trimmed/tmp/accepted_hits ./tophat_D6T90_R1_PE100_trimmed/tmp/left_kept_reads.m2g.bam,./tophat_D6T90_R1_PE100_trimmed/tmp/left_kept_reads.m2g_um.mapped.bam,./tophat_D6T90_R1_PE100_trimmed/tmp/left_kept_reads.m2g_um.candidates ./tophat_D6T90_R1_PE100_trimmed/tmp/left_kept_reads.bam ./tophat_D6T90_R1_PE100_trimmed/tmp/right_kept_reads.m2g.bam,./tophat_D6T90_R1_PE100_trimmed/tmp/right_kept_reads.m2g_um.mapped.bam,./tophat_D6T90_R1_PE100_trimmed/tmp/right_kept_reads.m2g_um.candidates ./tophat_D6T90_R1_PE100_trimmed/tmp/right_kept_reads.bam Error: bam_merge failed to open BAM file ./tophat_D6T90_R1_PE100_trimmed/tmp/right_kept_reads.m2g_um.candidates1.bam
I am using a bunch of paired-end data, 100 bp, with ~20 Mio read pairs. Has been working fine for 28 out of 29 samples.
complete call looks like that:
Code:
tophat2 -G mygff .gff -g 1 --no-mixed --no-discordant -p 24 --b2-very-sensitive -o tophat_a myindex a1.fq a.fq
Comment