1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-10 20:13:09 +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 {
cobra {
cleanup = true
process {
beforeScript = 'module load singularity'
@ -31,8 +34,11 @@ profiles {
max_time = 24.h
}
}
raven {
cleanup = true
process {
beforeScript = 'module load singularity'
executor = 'slurm'
@ -56,6 +62,7 @@ profiles {
max_time = 24.h
}
}
debug {
cleanup = false
}