From 3c8c98778bb95572ac43be6679980c654954d5c9 Mon Sep 17 00:00:00 2001
From: DavyCats <davycats.dc@gmail.com>
Date: Wed, 8 Jan 2020 14:06:35 +0100
Subject: [PATCH] typo

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

diff --git a/picard.wdl b/picard.wdl
index 04a7501..e76d5c6 100644
--- a/picard.wdl
+++ b/picard.wdl
@@ -31,7 +31,7 @@ task BedToIntervalList {
     }
 
     parameter_meta {
-        bedfile: {description: "A bed file.", category: "required"}
+        bedFile: {description: "A bed file.", category: "required"}
         dict: {description: "A sequence dict file.", category: "required"}
         outputPath: {description: "The location the output interval list should be written to.",
                      category: "advanced"}
-- 
GitLab