From 055246a9082ec004ab335c7525685c888fd6e27f Mon Sep 17 00:00:00 2001
From: Giannis Moustakas <johnmous@users.noreply.github.com>
Date: Thu, 26 Jan 2023 10:59:24 +0100
Subject: [PATCH] Update macs2.wdl

Co-authored-by: Davy Cats <davycats.dc@gmail.com>
---
 macs2.wdl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/macs2.wdl b/macs2.wdl
index 70fea70..2c3bf57 100644
--- a/macs2.wdl
+++ b/macs2.wdl
@@ -34,7 +34,7 @@ task PeakCalling {
         Int? extsize
         Int? shiftsize
         Float? pval_thres
-        Boolean? bdg
+        Boolean bdg = false
         String? keepdup
         Boolean? callsummits
         Int timeMinutes = 600  # Default to 10 hours
-- 
GitLab