rna seq bowtie couldn't find index files
0
0
Entering edit mode
7.4 years ago

Hello guys

I am aware that many doubts in the similar contexts have been cleared here. I have been all those discussion forums.Yet I couldn't solve the issue.

I am trying to run the tophat and this following error comes up:

prasanth@prasanth-ngs:~/Desktop/myecoli-rna seq/data $ tophat2  ~/Desktop/myecoli-rna seq/referecoli -0 ~/Desktop/myecoli-rna seq/alignment  exponential.fastq stationary.fastq 

[2016-12-21 16:21:52] Beginning TopHat run (v2.0.9)
-----------------------------------------------
[2016-12-21 16:21:52] Checking for Bowtie
          Bowtie version:    2.1.0.0
[2016-12-21 16:21:52] Checking for Samtools
        Samtools version:    0.1.19.0
[2016-12-21 16:21:52] Checking for Bowtie index files (genome)..
Error: Could not find Bowtie 2 index files (/home/prasanth/Desktop/myecoli-rna.*.bt2)
prasanth@prasanth-ngs:~/Desktop/myecoli-rna seq/data $ tophat 
bowite/                   referecoli.bt2.1.bt2      referecoli.bt2.4.bt2      referecoli.fasta          typescript
exponential.fastq         referecoli.bt2.2.bt2      referecoli.bt2.rev.1.bt2  stationary.fastq          
fastqc/                   referecoli.bt2.3.bt2      referecoli.bt2.rev.2.bt2  tophat_out/

Guys, once again for repeating the question, but I have tried all my options and this is my only option left to post it here..

Thank you for your time.

tophat Bowtie RNA-Seq • 1.8k views
ADD COMMENT
4
Entering edit mode

I see your bowtie index files are named as referecoli. The problem could be due to the space in foldername "myecoli-rna seq", as the program consider it as 2 different folders as myecoli-rna and seq, so it is searching for myecoli-rna.*.bt2 as index file

ADD REPLY
1
Entering edit mode

That's very likely the cause. Just avoid spaces in your directory and filenames.

ADD REPLY
1
Entering edit mode

Please read the how-to posts before writing a post. This is not a "Tool" post, it's a "Question". I'm making the necessary changes now.

ADD REPLY
0
Entering edit mode

When you say "I have tried all my options", what exactly have you tried? Please give us the commands you ran to try and solve this.

ADD REPLY
0
Entering edit mode

The output folder you specified should be followed by "-o" not "-0" and avoid spaces in directory/filenames.

~/Desktop/myecoli-rna seq/referecoli should be written as ~/Desktop/myecoli-rna\ seq/referecoli
ADD REPLY

Login before adding your answer.

Traffic: 2980 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6