From 269c040aa3c675bd2dc6683f7c3214ef45e65d23 Mon Sep 17 00:00:00 2001
From: DavyCats <davycats.dc@gmail.com>
Date: Tue, 16 Oct 2018 11:26:51 +0200
Subject: [PATCH] adjust memory validation tools

---
 biopet/biopet.wdl | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/biopet/biopet.wdl b/biopet/biopet.wdl
index daa5371..c732d9c 100644
--- a/biopet/biopet.wdl
+++ b/biopet/biopet.wdl
@@ -245,8 +245,8 @@ task ValidateAnnotation {
         File? gtfFile
         Reference reference
 
-        Int memory = 4
-        Float memoryMultiplier = 2.0
+        Int memory = 3
+        Float memoryMultiplier = 3.0
     }
 
     String toolCommand = if defined(toolJar)
@@ -277,8 +277,8 @@ task ValidateFastq {
         File? toolJar
         FastqPair inputFastq
 
-        Int memory = 4
-        Float memoryMultiplier = 2.0
+        Int memory = 3
+        Float memoryMultiplier = 3.0
     }
 
     String toolCommand = if defined(toolJar)
@@ -310,8 +310,8 @@ task ValidateVcf {
         IndexedVcfFile vcf
         Reference reference
 
-        Int memory = 4
-        Float memoryMultiplier = 2.0
+        Int memory = 3
+        Float memoryMultiplier = 3.0
     }
 
     String toolCommand = if defined(toolJar)
-- 
GitLab