From 813d1eae0ca268c948b5a0bd7e0d6b62a8bdb1a6 Mon Sep 17 00:00:00 2001 From: Jaclyn Taroni <19534205+jaclyn-taroni@users.noreply.github.com> Date: Thu, 17 Oct 2024 08:48:25 -0400 Subject: [PATCH] Update image source in cell-type-nonETP-ALL-03 module --- analyses/cell-type-nonETP-ALL-03/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/analyses/cell-type-nonETP-ALL-03/Dockerfile b/analyses/cell-type-nonETP-ALL-03/Dockerfile index d973dded8..dffa86a9b 100644 --- a/analyses/cell-type-nonETP-ALL-03/Dockerfile +++ b/analyses/cell-type-nonETP-ALL-03/Dockerfile @@ -6,7 +6,7 @@ FROM bioconductor/r-ver:3.19 LABEL org.opencontainers.image.title="openscpca/cell-type-nonETP-ALL-03" LABEL org.opencontainers.image.description="Docker image for the OpenScPCA analysis module 'cell-type-nonETP-ALL-03'" LABEL org.opencontainers.image.authors="OpenScPCA scpca@ccdatalab.org" -LABEL org.opencontainers.image.source="https://github.com/AlexsLemonade/OpenScPCA-analysis/tree/main/templates/analysis-module" +LABEL org.opencontainers.image.source="https://github.com/AlexsLemonade/OpenScPCA-analysis/tree/main/analyses/cell-type-nonETP-ALL-03" # Set an environment variable to allow checking if we are in an OpenScPCA container ENV OPENSCPCA_DOCKER=TRUE