From 9c978d3aeaeb052a9deeea2aab529b5c910d5b9f Mon Sep 17 00:00:00 2001
From: DavyCats <davycats.dc@gmail.com>
Date: Tue, 16 Oct 2018 12:48:54 +0200
Subject: [PATCH] memory adjustments

---
 biopet/seqstat.wdl | 2 +-
 cutadapt.wdl       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/biopet/seqstat.wdl b/biopet/seqstat.wdl
index a9c24dc..c8b591f 100644
--- a/biopet/seqstat.wdl
+++ b/biopet/seqstat.wdl
@@ -15,7 +15,7 @@ task Generate {
         String readgroup
 
         Int memory = 4
-        Float memoryMultiplier = 2.0
+        Float memoryMultiplier = 2.5
     }
 
     String toolCommand = if defined(toolJar)
diff --git a/cutadapt.wdl b/cutadapt.wdl
index a8160aa..73e9033 100644
--- a/cutadapt.wdl
+++ b/cutadapt.wdl
@@ -10,7 +10,7 @@ task Cutadapt {
         String? format
         String? preCommand
         Int cores = 1
-        Int memory = 4
+        Int memory = 8
         Array[String]+? adapter
         Array[String]+? front
         Array[String]+? anywhere
-- 
GitLab