From 7aea19d5feeab4aa5ff5a035216157d375dad116 Mon Sep 17 00:00:00 2001 From: Cedrick Agaser <47602860+cagaser@users.noreply.github.com> Date: Thu, 12 Nov 2020 12:11:18 +0100 Subject: [PATCH] Update vt.wdl --- vt.wdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vt.wdl b/vt.wdl index 9441405..85077da 100644 --- a/vt.wdl +++ b/vt.wdl @@ -66,6 +66,6 @@ task Normalize { 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"} # outputs - outputVcf: {description: "Output VCF file."} + outputVcf: {description: "Normalized & decomposed VCF file."} } } -- GitLab