From 67c69d4eb336c69de999c66fadccf6c91345e0c7 Mon Sep 17 00:00:00 2001 From: cagaser <c.agaser@lumc.nl> Date: Tue, 20 Jul 2021 16:46:45 +0200 Subject: [PATCH] small fix --- somaticseq.wdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/somaticseq.wdl b/somaticseq.wdl index 2992a80..63f8362 100644 --- a/somaticseq.wdl +++ b/somaticseq.wdl @@ -123,7 +123,7 @@ task ParallelPaired { strelkaSNV: {description: "An SNV VCF as produced by strelka.", category: "advanced"} strelkaIndel: {description: "An indel VCF as produced by somaticsniper.", category: "advanced"} threads: {description: "The number of threads to use.", category: "advanced"} - ParallelPaired + memory: {description: "The amount of memory this job will use.", category: "advanced"} timeMinutes: {description: "The maximum amount of time the job will run in minutes.", category: "advanced"} dockerImage: {description: "The docker image used for this task. Changing this may result in errors which the developers may choose not to address.", category: "advanced"} -- GitLab