Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
JRWallace authored Mar 11, 2024
1 parent f600112 commit b44b022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM ghcr.io/compbiocore/bootcamp_scrna:mar_11_12-01-43_2024
RUN R -e "BiocManager::install(c('AnnotationHub', 'biomaRt', 'BSgenome.Hsapiens.UCSC.hg19', 'BSgenome', 'DESeq2', 'DT', 'enrichplot', 'ensembldb', 'GenomeInfoDb', 'GenomicFeatures', 'limma', 'S4Vectors', 'SingleCellExperiment', 'SummarizedExperiment'))",
RUN R -e "BiocManager::install(c('AnnotationHub'))"

0 comments on commit b44b022

Please sign in to comment.