From 1e00692a3f76fb5030c7de240861173c3624b005 Mon Sep 17 00:00:00 2001 From: DavyCats <davycats.dc@gmail.com> Date: Thu, 1 Nov 2018 13:37:33 +0100 Subject: [PATCH] increase memory modifier for VcfStats --- biopet/biopet.wdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biopet/biopet.wdl b/biopet/biopet.wdl index cd3578b..881a84f 100644 --- a/biopet/biopet.wdl +++ b/biopet/biopet.wdl @@ -388,7 +388,7 @@ task VcfStats { Array[String]+? sparkConfigValues Int memory = 4 - Float memoryMultiplier = 2.0 + Float memoryMultiplier = 2.5 File? toolJar String? preCommand } -- GitLab