From c4cbdc2b4259fb4b9ea80c76b5957e1dcb5c8a73 Mon Sep 17 00:00:00 2001
From: Ruben Vorderman <r.h.p.vorderman@lumc.nl>
Date: Tue, 6 Mar 2018 10:48:21 +0100
Subject: [PATCH] allow globs

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

diff --git a/poretools.wdl b/poretools.wdl
index 19ba43f..32cc718 100644
--- a/poretools.wdl
+++ b/poretools.wdl
@@ -1,5 +1,5 @@
 task fastq {
-    Array[File]+ files
+    Array[String]+ files # Array[String]+ instead of Array[File]+ to allow for globs
     String outputFile
     String? preCommand
     String? type
-- 
GitLab