I am trying to run my RNA-seq data in TopHat and I keep getting the below error. I have tried the latest 1.1.0 version and it gave me the same error. So I went back to 1.0.14 and I got output for 1 sample. Now using 1.0.14, I tried to run another sample but I am getting the same error.
I have also mailed Cole Trapnell the error and the log files and haven't heard from him yet. Any insight into this error is greatly appreciated.
Code:
tophat --num-threads 8 -r 80 --output-dir /home/dinesh/Samples/171/tophat_out_67625/ /home/dinesh/hg19/hg19 s_4_1_sequence.fq,s_7_1_sequence.fq s_4_2_sequence.fq,s_7_2_sequence.fq [Mon Oct 11 00:44:32 2010] Beginning TopHat run (v1.0.14) ----------------------------------------------- [Mon Oct 11 00:44:32 2010] Preparing output location /home/dinesh/Samples/171/tophat_out_67625// [Mon Oct 11 00:44:32 2010] Checking for Bowtie index files [Mon Oct 11 00:44:32 2010] Checking for reference FASTA file [Mon Oct 11 00:44:32 2010] Checking for Bowtie Bowtie version: 0.12.7.0 [Mon Oct 11 00:44:32 2010] Checking reads seed length: 60bp format: fastq quality scale: phred33 (default) [Mon Oct 11 01:20:03 2010] Mapping reads against hg19 with Bowtie [Mon Oct 11 01:56:26 2010] Joining segment hits Splitting reads into 2 segments [Mon Oct 11 02:11:51 2010] Mapping reads against hg19 with Bowtie [Mon Oct 11 03:25:32 2010] Mapping reads against hg19 with Bowtie [Mon Oct 11 04:40:38 2010] Mapping reads against hg19 with Bowtie [Mon Oct 11 05:14:31 2010] Joining segment hits Splitting reads into 2 segments [Mon Oct 11 05:30:01 2010] Mapping reads against hg19 with Bowtie [Mon Oct 11 06:39:51 2010] Mapping reads against hg19 with Bowtie [Mon Oct 11 07:45:55 2010] Searching for junctions via segment mapping [FAILED] Error: segment-based junction search failed with err = -9
Comment