From a281a579e85bcf02e45237fde333341dca1c7d89 Mon Sep 17 00:00:00 2001 From: "Huang, Huan (PG/R - Comp Sci & Elec Eng)" <huan_huang@surrey.ac.uk> Date: Wed, 4 Jun 2025 11:40:53 +0000 Subject: [PATCH] Update 2 files - /container.def - /README.md --- README.md | 6 +++--- container.def | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f07a607..4ae4608 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -This is the Apptainer version of `docker://container-registry.surrey.ac.uk/shared-containers/bioinformatics-r-seurat-5-with-banksy` +This is the Apptainer version of `docker://container-registry.surrey.ac.uk/shared-containers/bioinformatics-yingma-card` Use ```bash -apptainer pull ./docker_imgs/R_seurat5_with_banksy.sif oras://container-registry.surrey.ac.uk/shared-containers/apptainer-bioinformatics-r-seurat5-with-banksy:latest +apptainer pull ./docker_imgs/R_YMa_CARD.sif oras://container-registry.surrey.ac.uk/shared-containers/apptainer-bioinformatics-yingma-card:latest # Run -apptainer exec --bind /usr/lib/locale:/usr/lib/locale --env R_LIBS_USER="" --env R_ENVIRON_USER="" ./docker_imgs/R_seurat5_with_banksy.sif R +apptainer exec --bind /usr/lib/locale:/usr/lib/locale --env R_LIBS_USER="" --env R_ENVIRON_USER="" ./docker_imgs/R_YMa_CARD.sif R ``` \ No newline at end of file diff --git a/container.def b/container.def index ebdeee2..5ec6ab5 100644 --- a/container.def +++ b/container.def @@ -1,5 +1,5 @@ Bootstrap: docker -From: container-registry.surrey.ac.uk/shared-containers/bioinformatics-r-seurat-5-with-banksy:latest +From: container-registry.surrey.ac.uk/shared-containers/bioinformatics-yingma-card:latest %labels Author Huan -- GitLab