1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-13 05:03:10 +00:00

Merge branch 'rnaseq_mpcdf' of github.com:jfy133/nf-core-configs into rnaseq_mpcdf

This commit is contained in:
James Fellows Yates 2022-03-03 12:26:18 +01:00
commit 008ade7ab3

View file

@ -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 {
}
}
}
}
}