From f8aa7e37593df2282161bc37c49a1d0b5039185b Mon Sep 17 00:00:00 2001 From: davycats <davycats.dc@gmail.com> Date: Fri, 14 Oct 2022 18:06:18 +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 becbaf4..25f09e3 100644 --- a/fastp.wdl +++ b/fastp.wdl @@ -38,7 +38,7 @@ task Fastp { Boolean performAdapterTrimming = true Int threads = 4 - String memory = "10GiB" + String memory = "20GiB" Int timeMinutes = 1 + ceil(size([read1, read2], "G") * 7.0 / threads) String dockerImage = "quay.io/biocontainers/fastp:0.23.2--h5f740d0_3" } -- GitLab