From e921e42fb39f384c4f5dc590b70925b9d1c02a14 Mon Sep 17 00:00:00 2001 From: JasperBoom <jboom@infernum.nl> Date: Thu, 2 Jul 2020 11:03:54 +0200 Subject: [PATCH] Update threads and memories. --- talon.wdl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/talon.wdl b/talon.wdl index b71d0a8..c70850d 100644 --- a/talon.wdl +++ b/talon.wdl @@ -359,8 +359,8 @@ task LabelReads { Boolean deleteTmp = true String outputPrefix - Int threads = 2 - String memory = "4G" + Int threads = 4 + String memory = "25G" Int timeMinutes = 2880 String dockerImage = "biocontainers/talon:v5.0_cv1" } -- GitLab