diff --git a/conf/base.config b/conf/base.config index d655a76be6fb6e8983468fa76dd6e3163b0a51f9..157dd9548a110b9f2f710d3072850608fa9c2de5 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' ) }