From 568df5ae71134577795f38b4d815758a35ecd35e Mon Sep 17 00:00:00 2001 From: cedrick <cagaser@outlook.com> Date: Thu, 13 Feb 2020 11:02:24 +0100 Subject: [PATCH] minor fix --- vt.wdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vt.wdl b/vt.wdl index e04543c..7d64cc9 100644 --- a/vt.wdl +++ b/vt.wdl @@ -48,7 +48,7 @@ task Normalize { parameter_meta { # inputs - inputVcf: {description: "The VCF file to process.", category: "required"} + inputVCF: {description: "The VCF file to process.", category: "required"} inputVCFIndex: {description: "The index of the VCF file to be processed.", category: "required"} outputPath: {description: "The location the output VCF file should be written.", category: "common"} referenceFasta: {description: "The reference fasta file which was also used for mapping.", category: "required"} -- GitLab