Replies: 1 comment 1 reply
-
I'm currently running the randomization test WITHOUT |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
TL;DR R module on mox producing new errors when running randomization tests
I'm running some pretty computationally-intensive
methylKit
randomization tests. This is my R script, and this is the SLURM script I'm using to load the R module and run the R script.When running this code, I encountered the errors below:
I haven't encountered the "non-existent physical address" or cores not delivering results errors previously. I did try running this code on the R Studio server without the
mc.cores
argument. However, it took 2 days to make it through 6 iterations, and when I included themc.cores
argument, the R Studio server browser interface froze (see notebook here).What do these errors mean, and how do I not get them?
Beta Was this translation helpful? Give feedback.
All reactions