1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-20 21:52:04 +00:00

Add scratch = true to avoid writing of intermediate file to /tmp

This commit is contained in:
FriederikeHanssen 2020-05-04 17:09:43 +02:00
parent fe77f02551
commit d6813d9c39
2 changed files with 2 additions and 0 deletions

View file

@ -14,6 +14,7 @@ process {
beforeScript = 'module load devel/singularity/3.4.2'
executor = 'slurm'
queue = { task.memory > 60.GB || task.cpus > 20 ? 'qbic' : 'compute' }
scratch = 'true'
}
weblog{

View file

@ -13,6 +13,7 @@ process {
beforeScript = 'module load devel/singularity/3.4.2'
executor = 'slurm'
queue = { task.memory > 60.GB || task.cpus > 20 ? 'qbic' : 'compute' }
scratch = 'true'
}
weblog{