1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-10 20:13:09 +00:00

revert cfc config

This commit is contained in:
ggabernet 2021-06-11 14:59:09 +02:00
parent 1f45b9c297
commit c3385593cb

View file

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