-
Notifications
You must be signed in to change notification settings - Fork 26
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
BSmooth with HDF5 realization backend error: Stop worker failed with the error: wrong args for environment subassignment #118
Comments
Hi, I'm on leave until April 26 and will not be dealing with GitHub issues during this time. @kasperdanielhansen may be able to help in the meantime. Please provide a reproducible example and Thanks, |
|
And a reproducible example? |
Hmm I guess that'd be tough without sending you my cov files. I did end up getting it to work using SerialParam. Should I figure out a way to send my files if possible? |
If possible, that'd be helpful. How many cores does your machine have? |
Hello,
I'm trying to smooth a bsseq object that I contructed with a HDF5 realization backend and I am getting the error "Stop worker failed with the error: wrong args for environment subassignment."
The code I ran to smooth the bsseq object is:
bsseq_obj_smooth <- bsseq::BSmooth(BSseq = bsseq_obj, BPPARAM = BiocParallel::MulticoreParam(workers = 16, progressbar = TRUE), verbose = TRUE)
I read that there are some issues with realization and parallelization combinations but this didn't seem to be an issue as far as I know.
The text was updated successfully, but these errors were encountered: