Thank you! Will try.
• 0 views
•
link
I am currently using the miRdeep2 module to predict novel miRNAs. However, I noticed that the '#computing rnandfold p-values' process took a very long time. I wonder if I can accelerate the process by enabling multithreaded calculation? It seems there is no such option for miRDeep2.pl: https://github.com/rajewsky-lab/mirdeep2/blob/master/README.md
Any ideas?
You are right as there is no option for running miRDeep2.pl by enabling multithreading. If you know Perl well enough you could study miRDeep2.pl script in order to find out if it is worth it to try incorporate multithreading. If you follow this route you may find Perl tutorial on threads useful.
Thank you! Will try.
Log in to answer this question.