From 8ea4e8ffa32e6ce28000e7876d81f154c25d1081 Mon Sep 17 00:00:00 2001 From: BIOPZ-Gypas Foivos <foivos.gypas@unibas.ch> Date: Fri, 28 May 2021 11:15:29 +0000 Subject: [PATCH] Add biocontainers image for multiqc-plugins --- Snakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Snakefile b/Snakefile index 1d41cb2..c4c4e05 100644 --- a/Snakefile +++ b/Snakefile @@ -1630,7 +1630,7 @@ rule multiqc_report: current_rule + ".stdout.log") singularity: - "docker://zavolab/multiqc-plugins:1.2.1" + "docker://quay.io/biocontainers/zavolan-multiqc-plugins:1.3--pyh5e36f6f_0" shell: "(multiqc \ -- GitLab