mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-11 04:23:10 +00:00
commit
89f6484325
1 changed files with 5 additions and 1 deletions
|
@ -18,6 +18,8 @@ profiles {
|
||||||
|
|
||||||
executor {
|
executor {
|
||||||
queueSize = 8
|
queueSize = 8
|
||||||
|
pollInterval = '1 min'
|
||||||
|
queueStatInterval = '5 min'
|
||||||
}
|
}
|
||||||
|
|
||||||
// Set $NXF_SINGULARITY_CACHEDIR in your ~/.bash_profile
|
// Set $NXF_SINGULARITY_CACHEDIR in your ~/.bash_profile
|
||||||
|
@ -46,6 +48,8 @@ profiles {
|
||||||
|
|
||||||
executor {
|
executor {
|
||||||
queueSize = 8
|
queueSize = 8
|
||||||
|
pollInterval = '1 min'
|
||||||
|
queueStatInterval = '5 min'
|
||||||
}
|
}
|
||||||
|
|
||||||
// Set $NXF_SINGULARITY_CACHEDIR in your ~/.bash_profile
|
// Set $NXF_SINGULARITY_CACHEDIR in your ~/.bash_profile
|
||||||
|
@ -58,7 +62,7 @@ profiles {
|
||||||
params {
|
params {
|
||||||
config_profile_description = 'MPCDF raven profile (unofficially) provided by nf-core/configs.'
|
config_profile_description = 'MPCDF raven profile (unofficially) provided by nf-core/configs.'
|
||||||
max_memory = 368.GB
|
max_memory = 368.GB
|
||||||
max_cpus = 192
|
max_cpus = 72
|
||||||
max_time = 24.h
|
max_time = 24.h
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue