Skip to content

Commit

Permalink
Add tidyverse
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed Mahgoub committed Jun 27, 2024
1 parent 2a23357 commit 38f669e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-bsseq/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN apt-get update && apt-get -y install \
RUN R -e "install.packages('BiocManager'); BiocManager::install(version = '3.19')"

# Install required R and Bioconductor packages
RUN R -e "install.packages(c('argparse', 'data.table')); \
RUN R -e "install.packages(c('argparse', 'data.table', 'tidyverse')); \
BiocManager::install(c('HDF5Array', 'bsseq', 'DSS', 'GenomicRanges', 'IRanges', 'methylKit'))"

# Entry point for the container
Expand Down

0 comments on commit 38f669e

Please sign in to comment.