Hi,
I am trying to align my sequences to a reference genome but Bowtie2 is having trouble locating the index files that I downloaded from Illumina. I am working on a server and have read instructions about moving the files to the bowtie2 index subdirectory, however, this does not exist. It also says that bowtie2 is not a directory.
Does anyone know how I can solve this problem?
Can you provide a link where you downloaded the sequence/annotation/index bundle from? Bundles from iGenomes contain indexes for multiple aligners. You don't need to move any files into directories etc as long as you provide right paths.
I got the files from this page under pre-built indexes: http://bowtie-bio.sourceforge.net/tutorial.shtml#preb
bowtie v.1
andbowtie2
are two independent aligners. They don't share indexes. It looks like you downloaded indexes forbowtie v.1
.bowtie2
then you would need to download the indexes from http://bowtie-bio.sourceforge.net/bowtie2/index.shtml.@Istvan has a simple guide on how you would use
bowtie2
here.Thank you, this helped!!