From 699bd083aaec090367cd1823b2f3f3ff63acde44 Mon Sep 17 00:00:00 2001
From: ffinfo <pjrvanthof@gmail.com>
Date: Thu, 13 Sep 2018 11:56:48 +0200
Subject: [PATCH] Switch to files

---
 common.wdl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/common.wdl b/common.wdl
index 53015ac..85ba84f 100644
--- a/common.wdl
+++ b/common.wdl
@@ -159,7 +159,7 @@ struct IndexedBamFile {
 
 struct FastqPair {
     File R1
-    String? R1_md5
+    File? R1_md5
     File? R2
-    String? R2_md5
+    File? R2_md5
 }
-- 
GitLab