This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Warning: Could not find FASTA file /home/praveenkumarr/rice_default/bwt/genome/genome.fa

Hi, I am early user of RNA Seq data analysis. When i run tophat

Warning: Could not find FASTA file /home/praveenkumarr/rice_default/bwt/genome/genome.fa
[2017-02-01 16:46:40] Reconstituting reference FASTA file from Bowtie index
Executing: /opt/bowtie2_2_2_6/bowtie2-inspect /home/praveenkumarr/rice_default/bwt/genome/genome > sample9_Rep2_WTPB1/tmp/genome.fa

It says like that. In my directory i have genome.con file instead of genome.fa (/home/praveenkumarr/rice_default/bwt/genome/genome.fa) but somehow i got output (accepted_hits.bam). My question is output file valid or not if it is not valid what is proper way...please help me

rna-seq next-gen software error

What happened to the genome.fa that the index was built from?

i guess bowtie index. comments seems to be.

Your reference genome has been moved or deleted. If such a critical file has gone missing, I would be concerned about all the other files you're intending to use in your analysis. For example, if you use annotations for a different version of the reference genome, then your gene positions will be incorrect. How will you know if your annotation coordinates match your reference genome coordinates if you don't know what version of your reference genome you are using?

Hi, Thanks for your comment. I am using MSU7 oryza sativa as a reference file. I have file all.con instead of all.fa . The file is still there.

copy genome.fa to the directory containing the indexed genome with the same indexbase name

1 answer

The output is valid.

It could not find genome.fa so it reconstructed the fasta from bowtie2 index using bowtie2-inspect

If you have genome.fa in /home/praveenkumarr/rice_default/bwt/genome/ , it would not show that warning.

Thanks for your reply. I have another doubt. How to calculate inner distance between read of pair from .bam file which were generated by Tophat or other possible (-r 60' tells TopHat the expected inner distance between the reads of a pair. [fragment size - (2 x read length)]. 260 - (2 x 100) = 60). I went through some biostar answers but i am not able to understand.

Different versions of the SAM file specifications gave different definitions of the fragment length/insert size. Check the documentation of your tool (TopHat) to see which definition it uses and in what context.

Log in to answer this question.