From 2c5b6d2a3952c20b4a4ecd94ad7d199ce46c2700 Mon Sep 17 00:00:00 2001 From: imoustakas <i.moustakas@lumc.nl> Date: Mon, 16 Jul 2018 15:13:17 +0200 Subject: [PATCH] Remove quotation marks from boolean value --- macs2.wdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macs2.wdl b/macs2.wdl index 76c615d..9880c94 100644 --- a/macs2.wdl +++ b/macs2.wdl @@ -14,7 +14,7 @@ task PeakCalling { --treatment ${sep = ' ' bamFiles} \ --outdir ${outDir} \ --name ${sampleName} \ - ${default="false" true='--nomodel' false='' nomodel} + ${default=false true='--nomodel' false='' nomodel} } output { -- GitLab