From 0733c8bdd2e3d642676ffeb2698e791a55690619 Mon Sep 17 00:00:00 2001
From: imoustakas <i.moustakas@lumc.nl>
Date: Wed, 25 Jul 2018 10:05:31 +0200
Subject: [PATCH] nomodel is mandaotry and defautls to false

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

diff --git a/macs2.wdl b/macs2.wdl
index f241544..88ae526 100644
--- a/macs2.wdl
+++ b/macs2.wdl
@@ -5,7 +5,7 @@ task PeakCalling {
     String sampleName
     Int? threads
     Int? memory
-    Boolean? nomodel
+    Boolean nomodel = false
 
     command {
         set -e -o pipefail
-- 
GitLab