diff --git a/metadata/Dockerfile b/metadata/Dockerfile index 35429e9..56796f3 100644 --- a/metadata/Dockerfile +++ b/metadata/Dockerfile @@ -1 +1,3 @@ FROM ghcr.io/compbiocore/bootcamp_scrna:jun_11_09-18-27_2024 +RUN R -e "remotes::install_github('satijalab/azimuth')" +RUN R -e "remotes::install_github('satijalab/seurat-wrappers')"