Closed andrewbcaldwell closed 4 years ago
Hi,
It seems to be a BiocParallel related issue. There are serveral things you could try.
1) Add nproc=1
parameter. This effectively should turn off any parallelization.
2) Check, that BiocParallel is properly working by running library(BiocParallel); example("bplapply")
.
3) Update BiocParallel to a more recent version (you probably need to upgrade Bioconductor as well).
Thank you for the response! nproc=1 seems to have solved the issue.
I recently updated to R 4.4.0 and reinstalled fgsea, however I have ran into an issue when running fgsea or fgseaMultilevel:
I've tried reinstalling both via GitHub or Bioconductor and I have the same issue. Thanks!