diff --git a/somaticseq.wdl b/somaticseq.wdl
index afe2918f7d5fd50ac0870db6038c90cd212c7957..8c7fb8848dcd3f71ad18d86b0df63cc36b30b192 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"
     }