YosefLab/ImpulseDE2

scaNProc / Parallelization / multi-thread

Opened this issue · 1 comments

Hi there,

nice new time series Analysis package you have written.
I have time series RNA-Seq data and wanted to analyze it with your new ImpulseDE2 package,
but I get an error message if I want to use more than 1 processor:
In MulticoreParam(workers = scaNProc) :
MulticoreParam() not supported on Windows, use SnowParam()
Doing a quick Google search I didnt' find a quick solution. How would I change it?
Or should I run your code NOT using the runImpulseDE2 function?
Thanks for any hint.

Best
Fabian

PS: Yes, I am using a Windows machine :). I just read that MulticorParam() is anyway not supported for Windows.

Hi, are there any news about how to change to SnowParam() on a Windows system?? Thanks