Closed topherconley closed 6 years ago
Hi Chris,
I've asked this question on Bioconductor support site: https://support.bioconductor.org/p/104702/
In the meantime, you can set nproc
option to 1
. This shouldn't create additional processes.
Best, Alexey
As Martin Morgan said on the Bioconductor Support, this issue is fixed in R-devel version. You can try to install it from source or wait for the release.
Hi,
First, very nice package.
If I run
fgsea
hundreds or thousands of times by means of anlapply
orforeach::foreach
, either on linux or Mac, it generates a lot of zombie processes and then runs out of resources. It would be nice to turn off theBPPARAM
ornproc
option and run serially. Even better, I can then wrap this inside a solid and stable backend likedoParallel
combined with an iterator likeforeach
and not have to deal with an unsatisfactoryBiocParallel
wrapper.Why I am running this hundreds or thousands of times has to do with a specific application not (historically) common in bioinformatics data sets.
Thanks in advance, Chris