1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-13 05:03:10 +00:00

Update mpcdf.config

This commit is contained in:
James A. Fellows Yates 2021-09-09 13:33:56 +02:00 committed by GitHub
parent 3d77ffdf55
commit d479926c7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,10 @@ params {
profiles { profiles {
cobra { cobra {
cleanup = true
process { process {
beforeScript = 'module load singularity' beforeScript = 'module load singularity'
@ -31,8 +34,11 @@ profiles {
max_time = 24.h max_time = 24.h
} }
} }
raven { raven {
cleanup = true
process { process {
beforeScript = 'module load singularity' beforeScript = 'module load singularity'
executor = 'slurm' executor = 'slurm'
@ -56,6 +62,7 @@ profiles {
max_time = 24.h max_time = 24.h
} }
} }
debug { debug {
cleanup = false cleanup = false
} }