Skip to content
Prev 11435 / 21312 Next

[Bioc-devel] workflow building issues on mac and windows

I've updated pandoc on the win workflow builder to the latest release
(1.19.2.1) which resolves the vignette compilation error there.

Regarding the Mac builder the workflow fails in the call to
derfinder::loadCoverage issued by the line

regions <- expressed_regions("SRP045638", "chr21", cutoff = 5L,
maxClusterGap = 3000L)

2017-09-01 07:32:44 loadCoverage: loading BigWig file
http://duffel.rail.bio/recount/SRP045638/bw/mean_SRP045638.bw
Error in .local(con, format, text, ...) : UCSC library operation failed
In addition: Warning message:
In .local(con, format, text, ...) : End of file reading 4096 bytes (got 0)

I didn't look into what loadCoverage does internally, but maybe the error
has something to do with the fact that the size of mean_SRP045638.bw is
7GB, while the builder vagrant box runs only on 2GB(!) of RAM.

Best,
Andrzej


On Thu, Aug 31, 2017 at 11:25 PM, Andrzej Ole? <andrzej.oles at gmail.com>
wrote: