ChIPQC BiocParallel errors
0
0
Entering edit mode
@minervajunjun-11493
Last seen 4.8 years ago

Hi, I was running ChIPQC version ‘1.20.0’ under R version 3.6.0. I try to use ChIPQC() to construct an ChIPQCexperiment object, however it gives an error

"Calculating shift for chr1 300 / 300 Error: BiocParallel errors element index: 1, 2, 3, 4 first error: subscript contains out-of-bounds ranges"

any idea why was that? Thanks!

ChIPQC ChIPQC error BiocParallel • 1.4k views
ADD COMMENT
0
Entering edit mode

You might try to simplify this by making sure you use the SerialParam() back-end, which will cause local evaluation and allow you to debug the error interactively. I think you can do this with

BiocParallel::register(BiocParallel::SerialParam())

before executing your ChIPQD command.

ADD REPLY

Login before adding your answer.

Traffic: 580 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