From 75c5deaf01da1576e7119d4fe05aafd70a8563c0 Mon Sep 17 00:00:00 2001 From: rhpvorderman <r.h.p.vorderman@lumc.nl> Date: Thu, 22 Feb 2018 12:55:28 +0100 Subject: [PATCH] memory to int --- fastqc.wdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastqc.wdl b/fastqc.wdl index dc0d71d..ed724dd 100644 --- a/fastqc.wdl +++ b/fastqc.wdl @@ -96,7 +96,7 @@ task extractAdapters { Array[String] contamsList = read_lines(select_first([contamsOutputFilePath])) } runtime { - memory: "8G" + memory: 8 } } -- GitLab