From 66f50ed9865f46bb999c82787b5f581ab7c7181b Mon Sep 17 00:00:00 2001
From: npappas <N.Pappas@lumc.nl>
Date: Tue, 8 May 2018 13:40:40 +0200
Subject: [PATCH] Remove comments for testing

---
 flash.wdl | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/flash.wdl b/flash.wdl
index 3fbe0ed..849813b 100644
--- a/flash.wdl
+++ b/flash.wdl
@@ -1,17 +1,3 @@
-#workflow runFlash {
-#    String preCommand
-#    String outDirPath
-#    File R1
-#    File R2
-#
-#    call flash {
-#        input:
-#            preCommand = preCommand,
-#            outDirPath = outDirPath,
-#            inputR1 = R1,
-#            inputR2 = R2,
-#    }
-#}
 task flash {
     String? preCommand
     File inputR1
-- 
GitLab