From 56030a53809de880c739bec537902a870e921d97 Mon Sep 17 00:00:00 2001
From: JasperBoom <jboom@infernum.nl>
Date: Tue, 7 Apr 2020 15:45:28 +0200
Subject: [PATCH] Update parameter_meta.

---
 ccs.wdl     | 1 +
 isoseq3.wdl | 1 +
 lima.wdl    | 1 +
 3 files changed, 3 insertions(+)

diff --git a/ccs.wdl b/ccs.wdl
index a0941e9..983900d 100644
--- a/ccs.wdl
+++ b/ccs.wdl
@@ -81,6 +81,7 @@ task CCS {
         cores: {description: "The number of cores to be used.", category: "advanced"}
         memory: {description: "The amount of memory available to the job.", 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"}
+        timeMinutes: {description: "The time (in minutes) it will take for this task to complete.", category: "advanced"}
 
         # outputs
         outputCCSfile: {description: "Consensus reads output file."}
diff --git a/isoseq3.wdl b/isoseq3.wdl
index de58bc4..0a3f263 100644
--- a/isoseq3.wdl
+++ b/isoseq3.wdl
@@ -92,6 +92,7 @@ task Refine {
         cores: {description: "The number of cores to be used.", category: "advanced"}
         memory: {description: "The amount of memory available to the job.", 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"}
+        timeMinutes: {description: "The time (in minutes) it will take for this task to complete.", category: "advanced"}
 
         # outputs
         outputFLNCfile: {description: "Filtered reads output file."}
diff --git a/lima.wdl b/lima.wdl
index 5e9c32f..5a9646d 100644
--- a/lima.wdl
+++ b/lima.wdl
@@ -145,6 +145,7 @@ task Lima {
         cores: {description: "The number of cores to be used.", category: "advanced"}
         memory: {description: "The amount of memory available to the job.", 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"}
+        timeMinutes: {description: "The time (in minutes) it will take for this task to complete.", category: "advanced"}
 
         # outputs
         outputFLfile: {description: "Demultiplexed reads output file(s)."}
-- 
GitLab