-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
Hi Bambu developer,
I have set up a new conda environment to install bambu through bioconductor, but it returns error that some dependency packages cannot be installed. I am using following command to set up the environment and install by bioconductor :
conda create -n bambu
conda activate bambu
conda config --add channels conda-forge
conda config --set channel_priority strict
conda install r #R version 4.5.2 is installed
Then I install by:
R
if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager")
BiocManager::install("bambu")
The Errors I got:
ERROR: dependencies ‘BSgenome’, ‘tidyr’, ‘GenomicAlignments’, ‘GenomicFeatures’, ‘Rsamtools’, ‘xgboost’, ‘RcppArmadillo’ are not available for package ‘bambu’
Do you have any ideas to troubleshoot?
Thank you!
Metadata
Metadata
Assignees
Labels
No labels