mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 08:29:54 +00:00
Update ebc.config
This commit is contained in:
parent
3b57519500
commit
c00bbe982b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue