From 843f0bfd8383d2e18e351f5ac4a40818753e146b Mon Sep 17 00:00:00 2001
From: DavyCats <davycats.dc@gmail.com>
Date: Thu, 9 Jan 2020 14:14:47 +0100
Subject: [PATCH] typo

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

diff --git a/gatk.wdl b/gatk.wdl
index 99b562b..db9a833 100644
--- a/gatk.wdl
+++ b/gatk.wdl
@@ -344,7 +344,7 @@ task HaplotypeCallerGvcf {
                          category: "required"}
         referenceFastaDict: {description: "The sequence dictionary associated with the reference fasta file.",
                              category: "required"}
-        referenceFastaFai: {description: "The index for the reference fasta file.", category: "required"}
+        referenceFastaIndex: {description: "The index for the reference fasta file.", category: "required"}
         contamination: {description: "Equivalent to HaplotypeCaller's `-contamination` option.", category: "advanced"}
         dbsnpVCF: {description: "A dbSNP VCF.", category: "common"}
         dbsnpVCFIndex: {description: "The index for the dbSNP VCF.", category: "common"}
-- 
GitLab