1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-21 06:02:03 +00:00

Update ebc.config

This commit is contained in:
marcel-keller 2020-03-09 16:57:45 +02:00 committed by GitHub
parent c00bbe982b
commit 8e3803e4d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,6 @@
executor = 'slurm'
conda = "$baseDir/environment.yml"
beforeScript = 'module load nextflow'
queue = { task.time <= 24.h ? 'testing' : 'main' }
}
executor {
queueSize = 16