From 53ff084de9efeeb8befde9a64ee88da850c540ba Mon Sep 17 00:00:00 2001 From: Usman Rashid Date: Wed, 28 Feb 2024 11:41:23 +1300 Subject: [PATCH] Removed TODO from base.conf --- conf/base.config | 2 -- 1 file changed, 2 deletions(-) diff --git a/conf/base.config b/conf/base.config index c632c1ef..c7f00271 100644 --- a/conf/base.config +++ b/conf/base.config @@ -23,8 +23,6 @@ process { // These labels are used and recognised by default in DSL2 files hosted on nf-core/modules. // If possible, it would be nice to keep the same label naming convention when // adding in your local modules too. - // TODO nf-core: Customise requirements for specific processes. - // See https://www.nextflow.io/docs/latest/config.html#config-process-selectors withLabel:process_single { cpus = { check_max( 1 , 'cpus' ) } memory = { check_max( 6.GB * task.attempt, 'memory' ) }