Skip to content

Commit

Permalink
Add vcfR
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed Mahgoub committed Jun 28, 2024
1 parent 38f669e commit 861a6c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified .DS_Store
Binary file not shown.
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', 'tidyverse')); \
RUN R -e "install.packages(c('argparse', 'data.table', 'tidyverse', 'vcfR')); \
BiocManager::install(c('HDF5Array', 'bsseq', 'DSS', 'GenomicRanges', 'IRanges', 'methylKit'))"

# Entry point for the container
Expand Down

0 comments on commit 861a6c3

Please sign in to comment.