Closed mdozmorov closed 4 years ago
Hey @mdozmorov,
Sorry to hear that you are having so much trouble. I think the problem is that you are using the HiCBricks package from Bioconductor release 3.9 with the vignette from release 3.10. Can you please try out these commands?
First, make sure that you are using R 3.6.0. Next, run
BiocManager::install("HiCBricks", version = "3.10")
This should fail because you are still using many dependencies from the previous release. To fix this, run BiocManager::install(version="3.10")
to update all packages.
After this is complete, run BiocManager::install("HiCBricks", version = "3.10")
Thanks, @koustav-pal, that was indeed the problem. Good the README was updated. Will continue playing with the package.
Hi,
I installed HiCBricks as
BiocManager::install("HiCBricks", version = "3.9")
(also, tried the latest version from GitHub). Then, I tried following the vignette. The first command:gives empty Bintable_path.
OK, one can download the file manually from GitHub Bintable_100kb.bins.
The second command also fails:
What may be wrong?