From b44b0226988745349c39036629c1730fb555363e Mon Sep 17 00:00:00 2001 From: Joselynn Wallace Date: Mon, 11 Mar 2024 12:29:11 -0400 Subject: [PATCH] Update Dockerfile --- metadata/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata/Dockerfile b/metadata/Dockerfile index 9740755..3a2497c 100644 --- a/metadata/Dockerfile +++ b/metadata/Dockerfile @@ -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'))"