From 67a9dbfc33e6268a9e5625d5f2232b1dafe32800 Mon Sep 17 00:00:00 2001 From: Ruben Vorderman <r.h.p.vorderman@lumc.nl> Date: Wed, 20 Jun 2018 10:37:42 +0200 Subject: [PATCH] add runtime stuff to validatefastq --- biopet.wdl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/biopet.wdl b/biopet.wdl index 9103069..1f04df3 100644 --- a/biopet.wdl +++ b/biopet.wdl @@ -329,5 +329,8 @@ task ValidateFastq { output { File stderr = stderr() } + runtime { + memory: ceil(mem * select_first([memoryMultiplier, 2.0])) + } } -- GitLab