From f8198099cfa46fdc971764cb6a5bf30496291303 Mon Sep 17 00:00:00 2001
From: DavyCats <davycats.dc@gmail.com>
Date: Tue, 19 May 2020 13:16:44 +0200
Subject: [PATCH] fix missing paramter_meta

---
 biopet/biopet.wdl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/biopet/biopet.wdl b/biopet/biopet.wdl
index d56ed57..cc8e1bc 100644
--- a/biopet/biopet.wdl
+++ b/biopet/biopet.wdl
@@ -280,6 +280,7 @@ task ScatterRegions {
         bamIndex: {description: "The index for the bamfile given through bamFile.", category: "advanced"}
 
         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"}
         javaXmx: {description: "The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead.",
                   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.",
-- 
GitLab