From 9692d02e33d70f42e85fefc309c0f5678d1b2d04 Mon Sep 17 00:00:00 2001
From: imoustakas <i.moustakas@lumc.nl>
Date: Tue, 3 Jul 2018 15:57:45 +0200
Subject: [PATCH] Fix typo in command

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

diff --git a/macs2.wdl b/macs2.wdl
index cccd3a8..fd7ec02 100644
--- a/macs2.wdl
+++ b/macs2.wdl
@@ -9,7 +9,7 @@ task PeakCalling {
     command {
         set -e -o pipefail
         ${preCommand}
-        macs2 callpeaks \
+        macs2 callpeak \
         --treatment ${sep = ' ' bamFiles} \
         --outdir ${outDir} \
         --name ${sampleName}
-- 
GitLab