Skip to content

Commit 737b952

Browse files
committed
add R-package: hdf5r
1 parent de680f7 commit 737b952

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
2828
ENV CRAN_REPO="https://packagemanager.posit.co/cran/__linux__/jammy/latest"
2929

3030
# Install CRAN packages
31-
RUN R -e "install.packages(c('Seurat', 'tidyverse', 'Matrix', 'patchwork', 'remotes'), repos='${CRAN_REPO}')"
31+
RUN R -e "install.packages(c('Seurat', 'tidyverse', 'Matrix', 'patchwork', 'remotes', 'hdf5r'), repos='${CRAN_REPO}')"
3232

3333
# Install DoubletFinder from GitHub at the pinned commit
3434
RUN R -e "remotes::install_github('chris-mcginnis-ucsf/DoubletFinder@3b420df68b8e2a0cc6ebd4c5c1c7ea170464c97f', upgrade=FALSE, dependencies=TRUE)"

0 commit comments

Comments
 (0)