HiCBricks offers user-friendly and efficient solutions for handling large high-resolution Hi-C datasets. The package provides a R/Bioconductor framework with the bricks to build more complex data analysis pipelines and algorithms.
This is a past issue from Bioconductor 3.14. I believe this issue was fixed with Bioc 3.15 release. If you have not updated, please update your package to the latest bioconductor version
I encountered the following issue with running HiCBricks::Create_many_Bricks, following the vignette examples.
As a workaround, the "hdf5r" package needs to be installed from CRAN separately, HiCBricks can then be called without errors and writes to disk.
Clearly this is not ideal so if the dependencies can be installed correctly based on the DESCRIPTION and NAMESPACE that would avoid this problem.
I am using R v4.1.2 on a RHEL 8 linux server with the latest versions of packages installed from Bioconductor and CRAN.