Error: Could not find Bowtie 2 index files (genome_index_base.*.bt2l)
1
0
Entering edit mode
2.0 years ago
rishav513 ▴ 30

when trying to map my reads to the index file, it shows an error. please help

$tophat2 genome_index_base reads1.fq reads2.fq

[2022-04-14 12:41:18] Beginning TopHat run (v2.1.1)

[2022-04-14 12:41:18] Checking for Bowtie

Bowtie version: 2.3.5.1

[2022-04-14 12:41:18] Checking for Bowtie index files (genome)..

Error: Could not find Bowtie 2 index files (genome_index_base.*.bt2l)

tophat2 bowtie2 • 882 views
ADD COMMENT
0
Entering edit mode

Did you generate the index for bowtie?

and if so, where are those files located? if they are not in the directory where you are running that cmdline, you will need to add the path to the location where you've placed the index files.

ADD REPLY
0
Entering edit mode

Sorry for the late reply, actually i understood the error , actually the output generated by me through bowtie2 was index not genome_index_base, so that was the error. Command that i wrote for building index was

bowtie2-build genome. fa index

ADD REPLY
0
Entering edit mode
2.0 years ago

The word genome_index_base means the name of the index file that you or someone else built with `bowtie2-index.

Don't type that in literally.

ADD COMMENT
0
Entering edit mode

Sorry for the late reply, actually i understood the error , actually the output generated by me through bowtie2 was index not genome_index_base, so that was the error. Command that i wrote for building index was

bowtie2-build genome.fa index

ADD REPLY

Login before adding your answer.

Traffic: 1993 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