From 4592969613ffd32f55fd7824040d59013fea89e9 Mon Sep 17 00:00:00 2001 From: "Thiseas C. Lamnidis" Date: Tue, 3 May 2022 16:30:04 +0200 Subject: [PATCH] memory for get_software_versions in MB. --- conf/pipeline/eager/eva.config | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/conf/pipeline/eager/eva.config b/conf/pipeline/eager/eva.config index cc18042..c6554a6 100644 --- a/conf/pipeline/eager/eva.config +++ b/conf/pipeline/eager/eva.config @@ -381,13 +381,6 @@ profiles { clusterOptions = { "-S /bin/bash -V -l h_vmem=${(task.memory.toGiga() * 3)}G" } errorStrategy = { task.exitStatus in [143,137,104,134,139] ? 'retry' : 'ignore' } } - - withName:get_software_versions { - cache = false - clusterOptions = { "-S /bin/bash -V -l h_vmem=${(task.memory.toGiga() * 3)}G" } - errorStrategy = { task.exitStatus in [1,143,137,104,134,139,140] ? 'retry' : 'finish' } - } - } } @@ -567,13 +560,6 @@ profiles { clusterOptions = { "-S /bin/bash -V -l h_vmem=${(task.memory.toGiga() * 6)}G" } errorStrategy = { task.exitStatus in [143,137,104,134,139] ? 'retry' : 'ignore' } } - - withName:get_software_versions { - cache = false - clusterOptions = { "-S /bin/bash -V -l h_vmem=${(task.memory.toGiga() * 6)}G" } - errorStrategy = { task.exitStatus in [1,143,137,104,134,139,140] ? 'retry' : 'finish' } - } - } }