mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 16:29:55 +00:00
Update mpcdf.config
This commit is contained in:
parent
af8d25ed09
commit
4335e5deb7
1 changed files with 4 additions and 1 deletions
|
@ -6,6 +6,8 @@ params {
|
||||||
config_profile_description = 'nf-core/eager MPCDF profile provided by nf-core/configs'
|
config_profile_description = 'nf-core/eager MPCDF profile provided by nf-core/configs'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
profile {
|
||||||
|
cobra {
|
||||||
// Specific nf-core/eager process configuration
|
// Specific nf-core/eager process configuration
|
||||||
process {
|
process {
|
||||||
|
|
||||||
|
@ -57,5 +59,6 @@ process {
|
||||||
memory = { check_max( 256.GB * task.attempt, 'memory' ) }
|
memory = { check_max( 256.GB * task.attempt, 'memory' ) }
|
||||||
time = 24.h
|
time = 24.h
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue