diff --git a/conf/pipeline/rnaseq/mpcdf.config b/conf/pipeline/rnaseq/mpcdf.config index 6954946..f26de1f 100644 --- a/conf/pipeline/rnaseq/mpcdf.config +++ b/conf/pipeline/rnaseq/mpcdf.config @@ -1,13 +1,12 @@ // Profile config names for nf-core/configs -params { - // Specific nf-core/configs params - config_profile_contact = 'James Fellows Yates (@jfy133)' - config_profile_description = 'nf-core/rnaseq MPCDF profile provided by nf-core/configs' -} - profiles { cobra { + params { + // Specific nf-core/configs params + config_profile_contact = 'James Fellows Yates (@jfy133)' + config_profile_description = 'nf-core/rnaseq MPCDF cobra profile provided by nf-core/configs' + } process { cpus = { check_max( 1 * task.attempt, 'cpus' ) } memory = { check_max( 6.GB * task.attempt, 'memory' ) } @@ -48,4 +47,4 @@ profiles { } } } -} \ No newline at end of file +}