From c60c3f605d2d271acf0f9e78b4b6b7b5b124824c Mon Sep 17 00:00:00 2001 From: jboom1 <j.boom.me@lumc.nl> Date: Thu, 12 Dec 2019 10:58:43 +0100 Subject: [PATCH] Update parameter_meta for TALON task to include config file. --- talon.wdl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/talon.wdl b/talon.wdl index 1e0c6ff..dfd92d6 100644 --- a/talon.wdl +++ b/talon.wdl @@ -537,5 +537,9 @@ task Talon { description: "Read annotation file from TALON run.", category: "required" } + outputConfigFile: { + description: "The TALON configuration file.", + category: "required" + } } } -- GitLab