From ab3a4f9f5dbf08e7af028e5133ea7be6f074cec1 Mon Sep 17 00:00:00 2001
From: Ruben Vorderman <r.h.p.vorderman@lumc.nl>
Date: Tue, 25 Jun 2019 08:49:41 +0200
Subject: [PATCH] fix input

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

diff --git a/biopet/biopet.wdl b/biopet/biopet.wdl
index 8e9e36d..d88f061 100644
--- a/biopet/biopet.wdl
+++ b/biopet/biopet.wdl
@@ -231,7 +231,7 @@ task ReorderGlobbedScatters {
 task ScatterRegions {
     input {
         File referenceFasta
-        File referenceFastaFai
+        File referenceFastaDict
         Int? scatterSize
         File? regions
         Boolean notSplitContigs = false
-- 
GitLab