Entering edit mode
Hey there, I got an Macbook Pro with M1 Max Chip. I will analyse RNA Seq data and use the OUTRIDER package. Always when I try to run this code with MulticoreParam() I get an Error log:
ods <- OUTRIDER(ods, BPPARAM = MulticoreParam(as.integer(8))) Error in serialize(data, node$con) : error writing to connection
As soon as I try SerialParam() it works but very very slow of cause!
Do anyone has an idea what I can do?
Thank you in advance! Best, Melanie
Can you reproduce the problem with a simpler example, e.g.,
What about the simpler example and your more complicated example with
SnowParam(8)
.Can you provide the output of
systemInfo()
andBiocManager::valid()
(the latter should returnTRUE
).I do not know the details of the OUTRIDER package. What type of object is
ods
?I guess this is the same underlying error as you described in another thread.
To pinpoint the error, could you please run it in steps? Use a small test set to speed it up.