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.