Error: Could not find Bowtie 2 index files (splice-mismatch.*.bt2)
1
0
Entering edit mode
5.4 years ago
ALI Hkz • 0

hi i am running tophat2 and bowtie2 , these are my commands and i couldn't get the result:

tophat2 -p 16 --keep-fasta-order -o ./tophat_out_${NAME}\
 --read-mismatches 4\
 --read-gap-length 4\
 --read-edit-dist 4\
 --read-realign-edit-dist 0\
 --min-anchor 4\
 -- splice-mismatch 1\
 --GTF gencode.v19.annotation.gtf\
 --transcriptome-index= transcriptome/\
 genome/Homo_sapiens.bowtie_index\
 trimmed_cut1SRR5481725.fastq trimmed_cut2SRR5481725.fastq

and that's the error massage that i face:

[2018-12-05 09:23:33] Checking for Bowtie index files (genome)..
Error: Could not find Bowtie 2 index files (splice-mismatch.*.bt2)
rna-seq software error sequencing next-gen tophat2 • 1.2k views
ADD COMMENT
1
Entering edit mode

Please do not use Tophat anymore, the author himself said it's outdated

HISAT2 and STAR are both splice aware solution

ADD REPLY
0
Entering edit mode

Hmmm the command you show doesn't match with the error you get?

ADD REPLY
4
Entering edit mode
5.4 years ago

You have a space in -- splice-mismatch. As mentioned in the comment, you should not be using tophat for anything.

ADD COMMENT

Login before adding your answer.

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