Entering edit mode
4.7 years ago
realnewbie
▴
30
Hi,
I have been trying to run mirdeep2 for a while. However, the tool cannot recognize bowtie-indexed reference genome at mirdeep2.pl step. It gives the same error: "refence.fa is not a fasta file". However it runs same file for mapping. When it comes to mirdeep2.pl, it could not. I could not understand why. Even little help will be appreacited a lot. Thanks a lot!
Are you using plain fasta file? You can't use bowtie indexed genome.
What is "plain fasta" file? I have been using this: Homo_sapiens.GRCh37.dna.primary_assembly.fa. In tutorial, it says we need to index the fasta file first.
From this site: https://drmirdeep.github.io/mirdeep2_tutorial.html
If you followed instructions in the tutorial I suppose you used
Here
Homo_sapiens.GRCh37.dna.primary_assembly.fa
should be the original fasta format genome file. Are all result files frombowtie-build
command in the same directory?Yes, they are in the same directory. By the way, thanks a lot for your quick response to help.
Tutorial page sucks. It was not useful at all. It was impossible to download the relevant files properly without conda install.
You may want to follow this tutorial. The files referred to there are probably in the
tutorial
directory inmiRdeep2
installation.Thanks a lot! I realized that in the mapper we are using bowtie indexed reference genome, however, in the mirdeep.pl step, we need to use not indexed-original fasta file. The old tutorial was a little bit confusing regarding this issue. New tutorial is more helpful. Best,