Great! Thanks a lot. Will try that. I have added my code if that helps.
miRDeep2 for small RNA sequencing
Hello,
I am using the following tutorial for microRNA profiling: https://drmirdeep.github.io/mirdeep2_tutorial.html
I was able to follow it until the patching step which is: bash patchme.sh
However the next step where we install the miRBase reference file gives an error as follows:
mirdeep2_patch abhaykanodia$ mirbase.pl 21
-bash: mirbase.pl: command not found
Can someone please let me know how to fix it? Thanks a lot!
• 3,861 views
•
link
1 answer
Perhaps you could type the word perl before mirbase.pl in order to run the program. If it is already installed it should run the same as other perl programs. This might work.
• 0 views
•
link
Log in to answer this question.
If you see the miRDeep2 usage instructions on the screen you can continue to install the patch. Otherwise something went wrong during the installation.
Try the step before: perl install pl ??
Hi @M.O.L.S,
Thanks for your response. The problem is not with the patch argument which runs successfully and I can see the usage instructions. The problem is with the next command where mirbase.pl where it is not recognized and says "command not found."
Another point: Unless the directory containing
mirbase.plis in your PATH, you should run it using the absolute/relative path to the script. If it's the current dir,./mirbase.plmight work wheremirbase.plfails.