We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If you encounter an error similar to the one below, you probably have an older version of BiocParallel. See this issue:Bioconductor/BiocParallel#237
Error in manager$availability[[as.character(result$node)]] <- TRUE : wrong args for environment subassignment Calls: <Anonymous> ... .bploop_impl -> .collect_result -> .manager_recv -> .manager_recv In addition: Warning message: ... Execution halted Error in serialize(data, node$con, xdr = FALSE) : ignoring SIGPIPE signal Calls: <Anonymous> ... .send_to -> <Anonymous> -> sendData.SOCK0node -> serialize
As mentioned, updating BiocParallel to 1.32.5 (release version) should make the error go away!
This solution has worked on my side.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If you encounter an error similar to the one below, you probably have an older version of BiocParallel. See this issue:Bioconductor/BiocParallel#237
As mentioned, updating BiocParallel to 1.32.5 (release version) should make the error go away!
This solution has worked on my side.
The text was updated successfully, but these errors were encountered: