From ffda341fae7bc7cc519451b018e43a76cae34d8e Mon Sep 17 00:00:00 2001 From: DavyCats <davycats.dc@gmail.com> Date: Fri, 21 May 2021 14:37:56 +0200 Subject: [PATCH] adjust runtime settings --- bcftools.wdl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bcftools.wdl b/bcftools.wdl index 8fab933..059cc39 100644 --- a/bcftools.wdl +++ b/bcftools.wdl @@ -47,8 +47,8 @@ task Annotate { File? samplesFile Int threads = 0 - String memory = "1G" - Int timeMinutes = 30 + ceil(size(inputFile, "G")) + String memory = "2G" + Int timeMinutes = 60 + ceil(size(inputFile, "G")) String dockerImage = "quay.io/biocontainers/bcftools:1.10.2--h4f4756c_2" } -- GitLab