Skip to content
Prev 9599 / 21312 Next

[Bioc-devel] Debugging build error on Linux machine: is it using rtracklayer >= 1.33.11?

Thanks Dan for finding the /tmp/udcCache error and fixing it! I assume
that recount will build properly next time.


The error related to SRP009615-results.Rmd is likely related to
https://github.com/leekgroup/recount/blob/master/vignettes/Makefile.
I'm using that Makefile trick to include the HTML output of a
regionReport::DESeq2Report() created via
https://github.com/leekgroup/recount/blame/master/vignettes/recount-quickstart.Rmd#L343-L359
which re-writes SRP009615-results.Rmd. regionReport::DESeq2Report()
specifies the `software` variable which is then used when rendering
the Rmd file. Given that it works well on the OS build machine, I
suspect it'll work well now with Linux thanks to the /tmp/udcCache
issue you resolved. If you use R CMD build from a clean `recount` dir,
it should all work.

Best,
Leo
On Tue, Aug 9, 2016 at 2:30 PM, Dan Tenenbaum <dtenenba at fredhutch.org> wrote: