From 66a62a67964edd10c65b1bba276bd9aad4583697 Mon Sep 17 00:00:00 2001 From: imoustakas <i.moustakas@lumc.nl> Date: Mon, 23 Jul 2018 11:44:37 +0200 Subject: [PATCH] remove empty string for false boolean case --- macs2.wdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macs2.wdl b/macs2.wdl index 9880c94..4c0125e 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' nomodel} } output { -- GitLab