Closed joseverdezoto closed 4 years ago
Are your packages consistent with the Bioconductor version you are trying to use?
BiocManager::version()
BiocManager::valid()
Hi @joseverdezoto ,
This is a regression I introduced recently while working on improvements to the seqlevelsStyle()
setter, sorry. It should be fixed in the latest version of GenomeInfoDb (version 1.25.6, see https://github.com/Bioconductor/GenomeInfoDb/commit/0a1cf2ec6abbaa1c8368005a57f4c92c80a4d5f9) and BSgenome (version 1.57.3, see commit b5c3f3aedf7973ba0968259efb842a40e55cbdc7). Both packages will become available via BiocManager::install()
in the next 24h-48h.
Note that you can get them immediately by installing from GitHub:
BiocManager::install(c("Bioconductor/GenomeInfoDb", "Bioconductor/BSgenome"))
Please be aware that we usually don't recommend installing Bioconductor packages from GitHub so consider this an exception.
Best, H.
Dear @hpages,
Thank you so much for the pointer. I was able to successfully install both packages.
Hello,
I'm having issues with the installation of the BSgenome package that I had not experienced before. I was hoping to get your input on this issue. When trying to install the package, I get the following error:
Below my session Info: