This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Does miRDeep2.pl module support multi-thread?

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?

mirna rna-seq srna mirdeep2 srna-seq

1 answer

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.

Log in to answer this question.