From 8349056c8bd768e472c4178201f3241edaa7952f Mon Sep 17 00:00:00 2001
From: cagaser <c.agaser@lumc.nl>
Date: Wed, 21 Jul 2021 16:05:31 +0200
Subject: [PATCH] remove duplicated memory

---
 somaticseq.wdl | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/somaticseq.wdl b/somaticseq.wdl
index afe2918..8c7fb88 100644
--- a/somaticseq.wdl
+++ b/somaticseq.wdl
@@ -50,7 +50,6 @@ task ParallelPaired {
         String memory = "2G"
         Int threads = 1
         Int timeMinutes = 60
-        String memory = "2G"
         String dockerImage = "lethalfang/somaticseq:3.1.0"
     }
 
@@ -167,7 +166,6 @@ task ParallelPairedTrain {
         String memory = "2G"
         Int threads = 1
         Int timeMinutes = 240
-        String memory = "2G"
         String dockerImage = "lethalfang/somaticseq:3.1.0"
     }
 
@@ -277,7 +275,6 @@ task ParallelSingle {
         String memory = "2G"
         Int threads = 1
         Int timeMinutes = 60
-        String memory = "2G"
         String dockerImage = "lethalfang/somaticseq:3.1.0"
     }
 
@@ -371,7 +368,6 @@ task ParallelSingleTrain {
         String memory = "2G"
         Int threads = 1
         Int timeMinutes = 240
-        String memory = "2G"
         String dockerImage = "lethalfang/somaticseq:3.1.0"
     }
 
@@ -451,7 +447,6 @@ task ModifyStrelka {
 
         String memory = "2G"
         Int timeMinutes = 20
-        String memory = "2G"
         String dockerImage = "lethalfang/somaticseq:3.1.0"
     }
 
-- 
GitLab