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!
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.pl
is in your PATH, you should run it using the absolute/relative path to the script. If it's the current dir,./mirbase.pl
might work wheremirbase.pl
fails.