mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 08:29:54 +00:00
Merge pull request #273 from jfy133/mpcdf-fix
Add auto-cleanup for MPCDF
This commit is contained in:
commit
c799784629
1 changed files with 7 additions and 0 deletions
|
@ -6,8 +6,11 @@ params {
|
||||||
|
|
||||||
|
|
||||||
profiles {
|
profiles {
|
||||||
|
|
||||||
cobra {
|
cobra {
|
||||||
|
|
||||||
|
cleanup = true
|
||||||
|
|
||||||
process {
|
process {
|
||||||
beforeScript = 'module load singularity'
|
beforeScript = 'module load singularity'
|
||||||
executor = 'slurm'
|
executor = 'slurm'
|
||||||
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue