Skip to content
Snippets Groups Projects
Commit 6139deab authored by Nicolas Descostes's avatar Nicolas Descostes
Browse files

deploy genomeinfodb, add rcurl

parent 7f7ed783
No related branches found
No related tags found
No related merge requests found
Pipeline #37690 failed
......@@ -29,7 +29,7 @@ From: ubuntu:bionic
conda install -c conda-forge r-base=4.2.1
# ~~~~~ R packages ~~~~~ #
R --slave -e 'install.packages("BiocManager", repos="https://cloud.r-project.org/")'
R --slave -e 'install.packages("BiocManager", "RCurl", repos="https://cloud.r-project.org/")'
R --slave -e 'BiocManager::install("GenomeInfoDb")'
%environment
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment