ChIPQC BiocParallel errors
2
0
Entering edit mode
5.3 years ago
Chevy Xu ▴ 60

Hi, I try to use ChIPQC to assess my ChIP-seq quality while meet an error, I stuck in ChIPQC() step and something wrong just happened:

ERROR message

could you help me figure this out?

SessionInfo

chipqc • 4.2k views
ADD COMMENT
2
Entering edit mode
library("BiocParallel") 
register(DoparParam())
registered() 
bpparam("SerialParam")

Problem solved. Thanks for jared.andrews07's help.

ADD REPLY
0
Entering edit mode

Please use instructions included in this guide: How to add images to a Biostars post

It would be best to translate and post error messages in English since that is the primary language used on this forum.

ADD REPLY
4
Entering edit mode
5.3 years ago

Can't see the error, but I've also run into many of them with the ChIPQC/DiffBind family of packages related to BiocParallel. They just don't seem to handle the parallelization well (or consistently). After loading the BiocParallel package, try setting it to run in serial, which usually fixes the issue for me:

library("BiocParallel")
register(SerialParam)

You can also try the Bioconductor forum, as the package's authors (usually Tom Carroll) answer pretty quickly there.

ADD COMMENT
2
Entering edit mode
21 months ago
Rory Stark ★ 2.0k

I have submitted a fix for ChIPQC to makes the use of BiocParallel more explicit, checking for installed backends and reporting information on how ChIPQC will be executed.

This fix will be in effect from version ChIPQC_1.32.1 in the main Release branch. There are related fixes in DiffBind_3.6.2 so these should be updated together.

ADD COMMENT

Login before adding your answer.

Traffic: 2646 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6