From 72bbcce9084408ee7ba68a04dd8f121a8a793390 Mon Sep 17 00:00:00 2001 From: Giannis Moustakas <johnmous@users.noreply.github.com> Date: Thu, 26 Jan 2023 10:59:35 +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 2c3bf57..c4c08ed 100644 --- a/macs2.wdl +++ b/macs2.wdl @@ -36,7 +36,7 @@ task PeakCalling { Float? pval_thres Boolean bdg = false String? keepdup - Boolean? callsummits + Boolean callsummits = false Int timeMinutes = 600 # Default to 10 hours String memory = "8GiB" String dockerImage = "quay.io/biocontainers/macs2:2.1.2--py27r351_0" -- GitLab