From 82f0cc79f1d2d49a5d34c27ea743f1be7655d7f5 Mon Sep 17 00:00:00 2001
From: DavyCats <davycats.dc@gmail.com>
Date: Wed, 29 Jul 2020 14:38:13 +0200
Subject: [PATCH] fix parameter_meta

---
 gridss.wdl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gridss.wdl b/gridss.wdl
index 14bc441..3d4b7d7 100644
--- a/gridss.wdl
+++ b/gridss.wdl
@@ -72,7 +72,7 @@ task GRIDSS {
         normalBam: {description: "The BAM file for the normal/control sample.", category: "advanced"}
         normalBai: {description: "The index for normalBam.", category: "advanced"}
         normalLabel: {description: "The name of the normal sample.", category: "advanced"}
-        BwaIndex reference: {description: "A BWA index, this should also include the fasta index file (.fai).", category: "required"}
+        reference: {description: "A BWA index, this should also include the fasta index file (.fai).", category: "required"}
         outputPrefix: {description: "The prefix for the output files. This may include parent directories.", category: "common"}
 
         threads: {description: "The number of the threads to use.", category: "advanced"}
-- 
GitLab