From 64bbcb2ce24dc1f3a7ebd05c527aef19a54c00ec Mon Sep 17 00:00:00 2001
From: Ruben Vorderman <r.h.p.vorderman@lumc.nl>
Date: Wed, 20 Feb 2019 09:07:24 +0100
Subject: [PATCH] fix order

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

diff --git a/biopet/biopet.wdl b/biopet/biopet.wdl
index 8900983..5a54e37 100644
--- a/biopet/biopet.wdl
+++ b/biopet/biopet.wdl
@@ -258,8 +258,8 @@ task ScatterRegions {
     }
 
     output {
-        Array[File] scatters = glob(scatterDir + "/scatter-*.bed")
         File scatterDir = scatterTempDir
+        Array[File] scatters = glob(scatterDir + "/scatter-*.bed")
     }
 
     runtime {
-- 
GitLab