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

Update ebc.config

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

View file

@ -9,12 +9,12 @@
conda {
cacheDir = '/ebc_data/nf-core/conda'
}
process {
executor = 'slurm'
conda = "$baseDir/environment.yml"
beforeScript = 'module load nextflow'
queue = { task.time <= 24.h ? 'testing' : 'main' }
}
executor {
queueSize = 16