Entering edit mode
15 months ago
Juan
•
0
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!