diff --git a/conf/mpcdf.config b/conf/mpcdf.config index c6c3c9c..3027d63 100644 --- a/conf/mpcdf.config +++ b/conf/mpcdf.config @@ -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 }