Error: Could not find Bowtie 2 index files (/scratch/Genomes/Ptrichocarpa/assembly/Ptr_210_3.*.bt2l)
tophat2 -o myallignments --transcriptome-index=/scratch/Genomes/Ptrichocarpa/assembly/Ptr_210_3.tr/Ptr_210_3 -p 18 -i 15 -I 15000 -r 50 /scratch/Genomes/Ptrichocarpa/assembly/Ptr_210_3 Sample180_fwd_paired.fq Sample192_rev_paired.fq
I have the following code, I am not sure if there is an error in the way i have written out the path to the indexed files? I am using tophat and bowtie.
• 3,676 views
•
link
1 answer
Please make sure that there are just Bowtie2 indexes in the index directory. If you build Bowtie1 and Bowtie2 indexes in the same directory, this problem will arise.(see the check_bowtie_index function in tophat).Maybe you can also solve this problem by replace (idxext="bt2l") with (idxext="bt2") in tophat.
• 0 views
•
link
Log in to answer this question.
Hi, do you use the following command:
Tophat authors are saying it shouldn't be used any longer, for quite some time now:
https://ccb.jhu.edu/software/tophat/index.shtml
Or: