From 0718c5daa3e13d2794e59f37baeb71b0bf4e44f2 Mon Sep 17 00:00:00 2001
From: BIOPZ-Gypas Foivos <foivos.gypas@unibas.ch>
Date: Fri, 26 Mar 2021 12:26:37 +0100
Subject: [PATCH] Replace zpca container from zavolab to biocontainers.
 Partially fixes #150

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

diff --git a/Snakefile b/Snakefile
index f0087cb..b630801 100644
--- a/Snakefile
+++ b/Snakefile
@@ -847,7 +847,7 @@ rule pca_salmon:
     threads: 1
 
     singularity:
-        "docker://zavolab/zpca:0.8"
+        "docker://quay.io/biocontainers/zpca:0.8.2--pyh3252c3a_0"
 
     shell:
         "(zpca-tpm  \
-- 
GitLab