From 751720985c230d556011d29302e7f56820ac9a15 Mon Sep 17 00:00:00 2001 From: Ruben Vorderman <r.h.p.vorderman@lumc.nl> Date: Wed, 18 Mar 2020 16:10:46 +0100 Subject: [PATCH] update default fastqc container since it fixes several bugs --- fastqc.wdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastqc.wdl b/fastqc.wdl index b13c19d..4d10147 100644 --- a/fastqc.wdl +++ b/fastqc.wdl @@ -39,7 +39,7 @@ task Fastqc { Int threads = 1 String memory = "4G" - String dockerImage = "quay.io/biocontainers/fastqc:0.11.7--4" + String dockerImage = "quay.io/biocontainers/fastqc:0.11.9--0" Array[File]? NoneArray File? NoneFile } -- GitLab