From e0553269a7255b0eb459e99afe72732bb4aecdb1 Mon Sep 17 00:00:00 2001
From: Maciej Bak <maciej.bak@unibas.ch>
Date: Thu, 11 Feb 2021 13:46:42 +0100
Subject: [PATCH] add new docker image

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

diff --git a/Snakefile b/Snakefile
index 2ee4d73..3ce2e93 100644
--- a/Snakefile
+++ b/Snakefile
@@ -1357,7 +1357,7 @@ rule multiqc_report:
             "multiqc_report.stdout.log")
 
     singularity:
-        "docker://zavolab/multiqc:1.9"
+        "docker://zavolab/multiqc-plugins:1.0.0"
 
     shell:
         "(multiqc \
-- 
GitLab