From a81803b9dc3ae3fdf2431576157cfc2c09bed3f1 Mon Sep 17 00:00:00 2001
From: BIOPZ-Gypas Foivos <foivos.gypas@unibas.ch>
Date: Fri, 28 May 2021 09:08:44 +0000
Subject: [PATCH] Replace zpca container from zavolab to biocontainers.

---
 Snakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Snakefile b/Snakefile
index 64c346a..9728157 100644
--- a/Snakefile
+++ b/Snakefile
@@ -1072,7 +1072,7 @@ rule pca_salmon:
     threads: 1
 
     singularity:
-        "docker://zavolab/zpca:0.8.3-1"
+        "docker://quay.io/biocontainers/zpca:0.8.3.post1--pyh5e36f6f_0"
 
     shell:
         "(zpca-tpm  \
-- 
GitLab