From f412ed54dc61a7436b21646d122e93375993dd88 Mon Sep 17 00:00:00 2001 From: imoustakas <i.moustakas@lumc.nl> Date: Mon, 23 Jul 2018 11:54:21 +0200 Subject: [PATCH] add comma --- macs2.wdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macs2.wdl b/macs2.wdl index 4c0125e..81afcd1 100644 --- a/macs2.wdl +++ b/macs2.wdl @@ -14,7 +14,7 @@ task PeakCalling { --treatment ${sep = ' ' bamFiles} \ --outdir ${outDir} \ --name ${sampleName} \ - ${default=false true='--nomodel' nomodel} + ${default=false true='--nomodel', false='' nomodel} } output { -- GitLab