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:
parent
3d77ffdf55
commit
d479926c7f
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue