From 9dda4c842ac98d083bd9c9fdeec1e97437040e65 Mon Sep 17 00:00:00 2001 From: davycats <davycats.dc@gmail.com> Date: Fri, 14 Oct 2022 16:02:40 +0200 Subject: [PATCH] increase memory for fastp --- fastp.wdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastp.wdl b/fastp.wdl index 572de7d..becbaf4 100644 --- a/fastp.wdl +++ b/fastp.wdl @@ -38,7 +38,7 @@ task Fastp { Boolean performAdapterTrimming = true Int threads = 4 - String memory = "5GiB" + String memory = "10GiB" Int timeMinutes = 1 + ceil(size([read1, read2], "G") * 7.0 / threads) String dockerImage = "quay.io/biocontainers/fastp:0.23.2--h5f740d0_3" } -- GitLab