Could not locate a Bowtie index corresponding to basename "mm9"
0
0
Entering edit mode
4.3 years ago
yueli7 ▴ 250

Hello, I got this message.

Thanks for any help!

Best,

Yue

lixxx:~/umi_tools_example$ bowtie --threads 4 -v 2 -m 10 -a mm9 <( gunzip < processed.fastq.gz ) --sam > mapped.sam
Could not locate a Bowtie index corresponding to basename "mm9"
Command: /usr/bin/bowtie-align-s --wrapper basic-0 --threads 4 -v 2 -m 10 -a --sam mm9 /dev/fd/63
RNA-Seq • 3.4k views
ADD COMMENT
0
Entering edit mode

Maybe you can check the directory path of mm9 index files (such as mm9.1.bt2, mm9.2.bt2 ....).

ADD REPLY
1
Entering edit mode

Hello, yaochung41, Thank you for your response!

This works!

bowtie-build mm9.fa mm9.fa

ADD REPLY
0
Entering edit mode

Did you index the reference genome ? If so, you might have given base name for indexing. That base should be provided here instead of mm9. @ yueli7

ADD REPLY
0
Entering edit mode

Hello, cpad0112, Thank you for your response!

This works!

bowtie-build mm9.fa mm9.fa

ADD REPLY
0
Entering edit mode

Please show output of ls while being in that folder. Also, no need to do that unzipping, bowtie will happily accept compressed files.

ADD REPLY
0
Entering edit mode

Hello, ATpoint, Thank you for your response!

This works!

bowtie-build mm9.fa mm9.fa

ADD REPLY
0
Entering edit mode

Good to hear, still no need to make the same post under each comment.

ADD REPLY

Login before adding your answer.

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