1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-22 00:26:03 +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 { conda {
cacheDir = '/ebc_data/nf-core/conda' cacheDir = '/ebc_data/nf-core/conda'
} }
process { process {
executor = 'slurm' executor = 'slurm'
conda = "$baseDir/environment.yml" conda = "$baseDir/environment.yml"
beforeScript = 'module load nextflow' beforeScript = 'module load nextflow'
queue = { task.time <= 24.h ? 'testing' : 'main' }
} }
executor { executor {
queueSize = 16 queueSize = 16