I'm using the software Bowtie 2 which aligns genome sequences. I have all my indexes in a directory miniReference1
.
When I call Bowtie2 with the -x <dir>
option I get the error that my index is not a Bowtie 2 index. What am I doing wrong? Below is a screenshot:
I had a similar issue running
bowtie 2.5.0
against index files built bybowtie 2.4.5
. The error message showsreadU: No such file or directory
even though the files are there.I rebuilt the indexes using
bowtie 2.5.0
and the issue was resolved. So I'd suggest rebuilding the indexes using the same version as the aligner, and then running it again.