fix version and source for Seurat, add extensions required by Seurat in R 3.4.0 easyconfig#4889
Conversation
…add extensions required by Seurat in R 3.4.0 easyconfig
|
Test report by @boegel |
|
Tested on top of easybuilders/easybuild-framework#2276. |
|
Test report by @boegel |
|
Test report by @boegel |
|
Test report by @boegel |
|
@vanzod Good to go now? |
|
Going in, thanks @boegel! |
Loading Seurat in R results in the following error:
This went undetected because of a bug in the EasyBuild framework where the
library(...)import checks for R extensions were basically being skipped, see easybuilders/easybuild-framework#2276.The problem was the we were using the binary release of Seurat, rather than the source tarball...
As it turns out, several R extensions were also missing as dependencies.