From e89b1d7d13fef289ba17ee0f6acc8e8b5415a217 Mon Sep 17 00:00:00 2001
From: imoustakas <i.moustakas@lumc.nl>
Date: Thu, 26 Jan 2023 10:31:15 +0100
Subject: [PATCH] Delete calculation for shiftsize

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

diff --git a/macs2.wdl b/macs2.wdl
index 7b11c99..8d89f3a 100644
--- a/macs2.wdl
+++ b/macs2.wdl
@@ -32,7 +32,7 @@ task PeakCalling {
         Boolean? nomodel
         String? gensz
         Int? extsize
-        Int? shiftsize = -1*round(extsize/2)
+        Int? shiftsize
         Float? pval_thres
         Boolean? bdg
         String? keepdup
-- 
GitLab