From e608b69b061f01b0278b2a2e5afe9ccebb5a998e Mon Sep 17 00:00:00 2001 From: imoustakas <i.moustakas@lumc.nl> Date: Mon, 2 Jul 2018 16:37:37 +0200 Subject: [PATCH] Code styling --- macs2.wdl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/macs2.wdl b/macs2.wdl index 27775be..cccd3a8 100644 --- a/macs2.wdl +++ b/macs2.wdl @@ -1,4 +1,4 @@ -task peakCalling { +task PeakCalling { String? preCommand Array[File] bamFiles String outDir @@ -6,7 +6,6 @@ task peakCalling { Int? threads Int? memory - command { set -e -o pipefail ${preCommand} -- GitLab