From 64e5f6643167cba4c8f36b5699ec48916e911367 Mon Sep 17 00:00:00 2001 From: nservant <nservant@curie.fr> Date: Tue, 19 May 2020 17:10:44 +0200 Subject: [PATCH] [MODIF] update base config --- conf/base.config | 5 ----- 1 file changed, 5 deletions(-) diff --git a/conf/base.config b/conf/base.config index d655a76..157dd95 100644 --- a/conf/base.config +++ b/conf/base.config @@ -19,11 +19,6 @@ process { maxRetries = 1 maxErrors = '-1' - // NOTE - Only one of the labels below are used in the fastqc process in the main script. - // If possible, it would be nice to keep the same label naming convention when - // adding in your processes. - // nf-core: Customise requirements for specific processes. - // See https://www.nextflow.io/docs/latest/config.html#config-process-selectors withLabel:process_low { cpus = { check_max( 1 * task.attempt, 'cpus' ) } memory = { check_max( 4.GB * task.attempt, 'memory' ) } -- GitLab