Re: [Bioc-devel] HiCBricks build error

2019-07-30 Thread Mike Smith
There are many other packages affected by this e.g. biomformat, BiocSklearn, CoGAPS, ... It looks like Rhdf5lib is being built without linking to zlib, and so files written with zlib compression can't be read. I've been trying to get Rhdf5lib to play more smoothly for systems that use conda as a

[Bioc-devel] Python Z trees to hclust

2019-07-30 Thread Bernat Gel Moreno
Hi, For one of our packages (CopyNumberPlots) we'll need to read 10X CNV data in H5 format. I've read in everything I need except for the cell clustering tree. It's in a format called Z format produced by SciPy hierarchical clustering. The format itself is relatively easy to parse and not so

Re: [Bioc-devel] HiCBricks build error

2019-07-30 Thread Mike Smith
I've pushed an update to the configure script that will hopefully find zlib correctly now. This wil be in Rhdf5lib 1.7.4. The installation is supposed to fail if zlib isn't found, so there was clearly at least two problems in the existing script. I'll keep an eye on the build reports and push

Re: [Bioc-devel] tokay1 C++14 compiler

2019-07-30 Thread Kasper Daniel Hansen
Well, that's pretty clear. The compiler apparently doesn't support C++14 (perhaps ask about this on the Stan support - it suggests that Stan doesn't run on Windows with default Rtools). When you delay compiling the models to runtime, of course the package builds - it just won't work for any user.