From bc1bacf11498d2d30b85591cfccdcf71ef0966a5 Mon Sep 17 00:00:00 2001 From: cagaser <c.agaser@lumc.nl> Date: Wed, 21 Jul 2021 16:22:35 +0200 Subject: [PATCH] remove duplicate memory --- samtools.wdl | 1 - somaticseq.wdl | 5 ----- 2 files changed, 6 deletions(-) diff --git a/samtools.wdl b/samtools.wdl index 5421583..81b6c17 100644 --- a/samtools.wdl +++ b/samtools.wdl @@ -49,7 +49,6 @@ task BgzipAndIndex { memory: memory time_minutes: timeMinutes docker: dockerImage - memory: memory } parameter_meta { diff --git a/somaticseq.wdl b/somaticseq.wdl index 8c7fb88..63f8362 100644 --- a/somaticseq.wdl +++ b/somaticseq.wdl @@ -94,7 +94,6 @@ task ParallelPaired { cpu: threads memory: memory time_minutes: timeMinutes - memory: memory docker: dockerImage } @@ -209,7 +208,6 @@ task ParallelPairedTrain { cpu: threads memory: memory time_minutes: timeMinutes - memory: memory docker: dockerImage } @@ -312,7 +310,6 @@ task ParallelSingle { cpu: threads memory: memory time_minutes: timeMinutes - memory: memory docker: dockerImage } @@ -404,7 +401,6 @@ task ParallelSingleTrain { cpu: threads memory: memory time_minutes: timeMinutes - memory: memory docker: dockerImage } @@ -466,7 +462,6 @@ task ModifyStrelka { runtime { memory: memory time_minutes: timeMinutes - memory: memory docker: dockerImage } -- GitLab