From e996878ae65113bc66add0caaf7b5d9efc75ad73 Mon Sep 17 00:00:00 2001 From: Giannis Moustakas <johnmous@users.noreply.github.com> Date: Thu, 26 Jan 2023 10:59:13 +0100 Subject: [PATCH] Update macs2.wdl Co-authored-by: Davy Cats <davycats.dc@gmail.com> --- macs2.wdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macs2.wdl b/macs2.wdl index 8d89f3a..70fea70 100644 --- a/macs2.wdl +++ b/macs2.wdl @@ -29,7 +29,7 @@ task PeakCalling { String outDir = "macs2" String sampleName String format = "AUTO" - Boolean? nomodel + Boolean nomodel = false String? gensz Int? extsize Int? shiftsize -- GitLab