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