Skip to content

Commit

Permalink
Add methylKit
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed Mahgoub committed Jun 27, 2024
1 parent 5f511e9 commit 2a23357
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 @@ -31,7 +31,7 @@ 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')); \
BiocManager::install(c('HDF5Array', 'bsseq', 'DSS', 'GenomicRanges', 'IRanges'))"
BiocManager::install(c('HDF5Array', 'bsseq', 'DSS', 'GenomicRanges', 'IRanges', 'methylKit'))"

# Entry point for the container
CMD ["bash"]

0 comments on commit 2a23357

Please sign in to comment.