From c52428cd72916e232b2f2faaa3d3f17d504b1b98 Mon Sep 17 00:00:00 2001 From: "James A. Fellows Yates" Date: Tue, 30 Jun 2020 08:19:25 +0200 Subject: [PATCH] Bump number of eager @shh retries to account for deep sequencing data --- conf/pipeline/eager/shh.config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/pipeline/eager/shh.config b/conf/pipeline/eager/shh.config index 94a0403..5d8b576 100644 --- a/conf/pipeline/eager/shh.config +++ b/conf/pipeline/eager/shh.config @@ -13,6 +13,9 @@ params { // Specific nf-core/eager process configuration process { + + maxRetries = 5 + withName: malt { maxRetries = 1 memory = { task.attempt > 1 ? 1900.GB : 725.GB }