mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 00:26:03 +00:00
Update mpcdf.config
This commit is contained in:
parent
94f8cbcb84
commit
17312604cf
1 changed files with 6 additions and 7 deletions
|
@ -1,13 +1,12 @@
|
||||||
// Profile config names for nf-core/configs
|
// 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 {
|
profiles {
|
||||||
cobra {
|
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 {
|
process {
|
||||||
cpus = { check_max( 1 * task.attempt, 'cpus' ) }
|
cpus = { check_max( 1 * task.attempt, 'cpus' ) }
|
||||||
memory = { check_max( 6.GB * task.attempt, 'memory' ) }
|
memory = { check_max( 6.GB * task.attempt, 'memory' ) }
|
||||||
|
|
Loading…
Reference in a new issue