1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-21 06:02:03 +00:00

Merge pull request #319 from maltesemike/patch-2

Update mpcdf.config
This commit is contained in:
James A. Fellows Yates 2022-02-28 14:06:06 +01:00 committed by GitHub
commit 89f6484325
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,8 @@ profiles {
executor {
queueSize = 8
pollInterval = '1 min'
queueStatInterval = '5 min'
}
// Set $NXF_SINGULARITY_CACHEDIR in your ~/.bash_profile
@ -46,6 +48,8 @@ profiles {
executor {
queueSize = 8
pollInterval = '1 min'
queueStatInterval = '5 min'
}
// Set $NXF_SINGULARITY_CACHEDIR in your ~/.bash_profile
@ -58,7 +62,7 @@ profiles {
params {
config_profile_description = 'MPCDF raven profile (unofficially) provided by nf-core/configs.'
max_memory = 368.GB
max_cpus = 192
max_cpus = 72
max_time = 24.h
}
}