From b4e37856cf5f21f56d5824dc7c01ac1c63cdf4c0 Mon Sep 17 00:00:00 2001 From: cagaser <c.agaser@lumc.nl> Date: Wed, 8 Apr 2020 14:56:26 +0200 Subject: [PATCH] update smoove.wdl --- smoove.wdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smoove.wdl b/smoove.wdl index afdd862..e8846f7 100644 --- a/smoove.wdl +++ b/smoove.wdl @@ -66,7 +66,7 @@ task Call { outputDir: {description: "The location the output VCF file should be written.", category: "common"} sample: {description: "The name of the sample.", category: "required"} memory: {description: "The memory required to run the programs.", category: "advanced"} - time_minutes: {description: "The maximum duration (in minutes) the tool is allowed to run.", category: "advanced"} + timeMinutes: {description: "The maximum duration (in minutes) the tool is allowed to run.", 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