From f4f10f1930559fbf3fce4f03de88f89d2e823531 Mon Sep 17 00:00:00 2001 From: Ruben Vorderman <r.h.p.vorderman@lumc.nl> Date: Mon, 26 Feb 2018 12:41:06 +0100 Subject: [PATCH] update memory --- bwa.wdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bwa.wdl b/bwa.wdl index a95bb25..0a2cb1a 100644 --- a/bwa.wdl +++ b/bwa.wdl @@ -6,7 +6,7 @@ task mem { String? outputFile = "aligned.bam" String? preCommand Int? threads = 1 - Int? memory = 4 + Int? memory = 8 Int? minimumSeedLength Int? w Int? d -- GitLab