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

Merge pull request #250 from ggabernet/master

cfc config
This commit is contained in:
Gisela Gabernet 2021-06-11 15:05:16 +02:00 committed by GitHub
commit 9cca0eaf85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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'
}