Hi,
I tried yesterday tophat 2.0.4 with fusion-search on several on my samples and I have an error in a few of them at the "Searching for junctions via segment mapping" step. My data are paired-end 76bp (illumina). Here's my command. I allowed 10Gb for each tophat job (so maybe the problem is coming from there.. it's not enough).
tophat -r 60 --b2-sensitive --no-convert-bam --splice-mismatches 1 --min-anchor-length 5 --fusion-search --segment-length 20 --bowtie1 --no-coverage-search --fusion-anchor-length 13 --fusion-min-dist 100000 --mate-std-dev 70 --library-type fr-unstranded --output-dir tophat_2_fusion /home/lab/database/bowtie/ref R1.fastq.gz R2.fastq.gz
[2012-08-29 20:03:33] Beginning TopHat run (v2.0.4)
-----------------------------------------------
[2012-08-29 20:03:33] Checking for Bowtie
Bowtie version: 0.12.7.0
[2012-08-29 20:03:33] Checking for Samtools
Samtools version: 0.1.18.0
[2012-08-29 20:03:33] Checking for Bowtie index files
[2012-08-29 20:03:33] Checking for reference FASTA file
Warning: Could not find FASTA file /home/lab/database/bowtie/ref.fa
[2012-08-29 20:03:33] Reconstituting reference FASTA file from Bowtie index
Executing: /home/lab/softs/bowtie-0.12.7/bowtie-inspect /home/lab/database/bowtie/ref > tophat_2_fusion/tmp/ref.fa
[2012-08-29 20:42:20] Generating SAM header for /home/lab/database/bowtie/ref
format: fastq
quality scale: phred33 (default)
[2012-08-29 20:42:22] Preparing reads
left reads: min. length=76, max. length=76, 14027314 kept reads (37184 discarded)
right reads: min. length=76, max. length=76, 14048352 kept reads (16146 discarded)
[2012-08-29 21:09:17] Mapping left_kept_reads to genome ref with Bowtie
[2012-08-29 22:41:09] Mapping left_kept_reads_seg1 to genome ref with Bowtie (1/3)
[2012-08-29 23:47:18] Mapping left_kept_reads_seg2 to genome ref with Bowtie (2/3)
[2012-08-30 00:54:31] Mapping left_kept_reads_seg3 to genome ref with Bowtie (3/3)
[2012-08-30 01:09:06] Mapping right_kept_reads to genome ref with Bowtie
[2012-08-30 02:29:13] Mapping right_kept_reads_seg1 to genome ref with Bowtie (1/3)
[2012-08-30 03:38:27] Mapping right_kept_reads_seg2 to genome ref with Bowtie (2/3)
[2012-08-30 04:49:32] Mapping right_kept_reads_seg3 to genome ref with Bowtie (3/3)
[2012-08-30 05:05:35] Searching for junctions via segment mapping
[FAILED]
Error: segment-based junction search failed with err =-11
Loading left segment hits...
Thanks a lot for your help,
N.
A fix on seqanswers for this seems to be rebuilding bowtie index. Also, put your fasta file in the same directory where the bowtie index will be built. You'll save the fasta reconstruction step.
I rebuild it just before the tophat jobs. And on a two sample, tophat finished well .. so it's a strange problem
Hi,
I have the same problem Error: segment-based junction search failed with err =-11 Loading left segment hits... did someone find a solution?