Skip to content

Commit

Permalink
keep trying
Browse files Browse the repository at this point in the history
  • Loading branch information
katiesevans committed May 16, 2023
1 parent d5df34a commit 5e976a5
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions env/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@ FROM continuumio/miniconda
MAINTAINER Katie Evans <katiesevans9@gmail.com>

RUN conda install -c bioconda bcftools=1.9 plink=1.90b6.12 bedtools=2.29.2
RUN conda install -c conda-forge pandoc=2.12 r=3.6.0 mscorefonts
RUN conda install -c conda-forge r-rlang r-ellipsis r-tidyverse=1.3.1 r-data.table r-lme4 r-knitr r-markdown r-futile.logger
RUN conda install -c conda-forge pandoc=2.12 r=4.1.1 mscorefonts
RUN conda install -c conda-forge "conda-forge/label/cf201901" r-tidyverse

RUN Rscript -e "install.packages('boot', dependencies=TRUE, repos='http://cran.us.r-project.org')"
RUN Rscript -e "install.packages('sommer', dependencies=TRUE, repos='http://cran.us.r-project.org')"
#r-data.table r-lme4 r-knitr r-markdown r-futile.logger

# RUN Rscript -e "install.packages('boot', dependencies=TRUE, repos='http://cran.us.r-project.org')"
# RUN Rscript -e "install.packages('sommer', dependencies=TRUE, repos='http://cran.us.r-project.org')"


# install other tools not avalible on conda cloud
Expand Down

0 comments on commit 5e976a5

Please sign in to comment.