thank you for answer...
i am provide the index by using :
bowtie2-build /media/mra/4A3B44B64CA65A93/SNP/DATA/Genom/refrense_genome/Bowtie2/refrence.fa indexed-refrence
and it give me six files with .bt2 format ...
i do it for several time but tophat not recognize my indexed refrence genome
i using now tophat v2.1.1 and Bowtie version 2.2.8.0... but still give me same error
.........................................................................................
tophat2 -p 4 -r 200 --mate-std-dev 50 /media/mra/4A3B44B64CA65A93/SNP/DATA/Genom/refrense_genome/Bowtie2/refrence.fa /media/mra/4A3B44B64CA65A93/SNP/DATA/drone larvae/SRR1571716/Trimmomatic/80/SRR1571716-1.trimmed.fastq.gz /media/mra/4A3B44B64CA65A93/SNP/DATA/drone larvae/SRR1571716/Trimmomatic/80/SRR1571716-2.trimmed.fastq.gz
[2016-11-03 17:05:27] Beginning TopHat run (v2.1.1)
-----------------------------------------------
[2016-11-03 17:05:27] Checking for Bowtie
Bowtie version: 2.2.8.0
[2016-11-03 17:05:27] Checking for Bowtie index files (genome)..
Error: Could not find Bowtie 2 index files (/media/mra/4A3B44B64CA65A93/SNP/DATA/Genom/refrense_genome/Bowtie2/refrence.fa.*.bt2l)
Please don't use spaces in file/directory names. That can only lead to trouble with TopHat. I suggest that you replace them with "_" so you can remove the single quotes you have had to use everywhere.
You are also using a 2+ year old version of TopHat which you should try and upgrade to the latest.