diff --git a/talon.wdl b/talon.wdl index b71d0a89806f31f28522bf241e8f2d91cb0de88d..c70850dcf043d0276b0f2fc84683c669fbc84c5d 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" }