Tutorial: DiffBind run parallel
Hi,
In the past I had problems running DiffBind with RunParallel = TRUE and most of the times I was setting this option as FALSE, however, it is working using the following setting
library(BiocParallel)
register(MulticoreParam(8))
In case someone faces the same problem, it worth the try
Greetings!
• 1,562 views
•
link
0 answers
No answers yet.
Log in to answer this question.