Skip to content

Commit

Permalink
update process names and use script for plotting
Browse files Browse the repository at this point in the history
  • Loading branch information
cjfields committed Apr 5, 2024
1 parent 7ac81d1 commit dc3cb7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/R/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM rocker/verse:4.1.1
FROM rocker/verse:4.3.2
#Modified from here https://github.com/davismcc/r-tidybioc-img/blob/master/Dockerfile
LABEL description="Docker image containing latest R with tidyverse and Bioconductor packages"
LABEL description="Docker image containing DADA2, DECIPHER, phangorn, and latest R with tidyverse and Bioconductor packages"

# Install container-wide requrements gcc, pip, zlib, libssl, make, libncurses, fortran77, g++, R
RUN apt-get update && \
Expand Down
3 changes: 2 additions & 1 deletion dockerfiles/R/install.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ pkgs <- c(
"DECIPHER",
"digest",
"biomformat",
"optparse"
"optparse",
"yaml"
)

# check that desired packages are available
Expand Down

0 comments on commit dc3cb7e

Please sign in to comment.