BenLangmead / bowtie2

A fast and sensitive gapped read aligner
GNU General Public License v3.0
664 stars 158 forks source link

Bowtie2 can not read input file #416

Closed aerlaut closed 1 year ago

aerlaut commented 1 year ago

Hi,

I'm trying to use Bowtie2 to align some sequence. However, it seems that Bowtie2 failed to detect the input files:

image

I'm using the latest image of Bowtie2 from Bioconda, which seems to point to Bowtie2 version 2.5.0.

Can someone please help?

aerlaut commented 1 year ago

I think this issue is also referenced in this Stackoverflow question: https://stackoverflow.com/questions/73917347/directory-argument-for-bowtie2

aerlaut commented 1 year ago

I think the issue happens because the index was built using a different version of Bowtie2 than what I'm using. It turns out that the index files were built using Bowtie 2.4.5, while alignment was done using 2.5.0. Building the index again using Bowitie 2.5.0 fixes it.