Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crash if run on large number of samples #80

Open
dkhalenkw opened this issue Mar 17, 2022 · 0 comments
Open

crash if run on large number of samples #80

dkhalenkw opened this issue Mar 17, 2022 · 0 comments

Comments

@dkhalenkw
Copy link

  1. 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).
  2. machine specifications:
    CPUs: 8
    memory: 32849380
    storage: /home total: 11T used: 2,7T free: 8,3T
  3. 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()))) }

@c-mertes c-mertes transferred this issue from gagneurlab/FRASER-old-gagneurlab May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant