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:
commit
008ade7ab3
1 changed files with 6 additions and 7 deletions
|
@ -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 {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue