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:
parent
c00bbe982b
commit
8e3803e4d7
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@
|
||||||
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