From f1e2263f827b6a870602345be9e74ca62fc13ee7 Mon Sep 17 00:00:00 2001 From: imoustakas <i.moustakas@lumc.nl> Date: Mon, 23 Jul 2018 12:00:20 +0200 Subject: [PATCH] Try another syntax for boolean --- macs2.wdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macs2.wdl b/macs2.wdl index 81afcd1..2f8d97e 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} + ${true='--nomodel' false='' default=false nomodel} } output { -- GitLab