You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to run around 400 samples (each is RNA-seq data from one of the patients) but the FRASER crashes. (It runs ok with lower number of samples - <25).
Programm is killed when running function countRNAData().
with the following error: Error in sendMaster(try(eval(expr, env), silent = TRUE), FALSE) :
ignoring SIGPIPE signal
Calls: countRNAData ... bploop.lapply -> .send_to -> .send_to -> -> sendMaster
Error in sendMaster(try(eval(expr, env), silent = TRUE), FALSE) :
ignoring SIGPIPE signal
Calls: countRNAData ... bploop.lapply -> .send_to -> .send_to -> -> sendMaster
The parallelization should be turned on by the following code:
if(.Platform$OS.type == "unix") { register(MulticoreParam(workers=min(10, multicoreWorkers())))
} else { register(SnowParam(workers=min(10, multicoreWorkers()))) }
The text was updated successfully, but these errors were encountered:
c-mertes
transferred this issue from gagneurlab/FRASER-old-gagneurlab
May 27, 2024
CPUs: 8
memory: 32849380
storage: /home total: 11T used: 2,7T free: 8,3T
with the following error: Error in sendMaster(try(eval(expr, env), silent = TRUE), FALSE) :
ignoring SIGPIPE signal
Calls: countRNAData ... bploop.lapply -> .send_to -> .send_to -> -> sendMaster
Error in sendMaster(try(eval(expr, env), silent = TRUE), FALSE) :
ignoring SIGPIPE signal
Calls: countRNAData ... bploop.lapply -> .send_to -> .send_to -> -> sendMaster
The parallelization should be turned on by the following code:
if(.Platform$OS.type == "unix") { register(MulticoreParam(workers=min(10, multicoreWorkers())))
} else { register(SnowParam(workers=min(10, multicoreWorkers()))) }
The text was updated successfully, but these errors were encountered: