Skip to content

Commit

Permalink
Rfast install bug RfastOfficial/Rfast#3
Browse files Browse the repository at this point in the history
  • Loading branch information
dpark01 committed Dec 8, 2023
1 parent ee40773 commit 6370e1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ RUN locale-gen en_US.UTF-8
ENV LANG="en_US.UTF-8" LANGUAGE="en_US:en" LC_ALL="en_US.UTF-8"

# Install necessary R dependencies
RUN R -e "for (lib in c( 'tidyverse', 'extraDistr', 'Rfast', 'istr', 'LaplacesDemon', 'ade4', 'kmer', 'phylogram', 'aphid', 'insect' )) { install.packages(lib, dependencies=TRUE); library(lib, character.only=TRUE) }"
RUN R -e "for (lib in c( 'tidyverse', 'extraDistr', 'istr', 'LaplacesDemon', 'ade4', 'kmer', 'phylogram', 'aphid', 'insect' )) { install.packages(lib, dependencies=TRUE); library(lib, character.only=TRUE) }"
RUN R -e "devtools::install_github('RfastOfficial/Rfast', dependencies=TRUE); library(Rfast)"

# Install reconstructR R package -- invalidate cache any time github main branch updates
ADD https://api.github.com/repos/broadinstitute/reconstructR/git/refs/heads/main version.json
Expand Down

0 comments on commit 6370e1a

Please sign in to comment.