mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +00:00
Update cfc.config
test failed, so added the the default queue
This commit is contained in:
parent
8e42bbd7d0
commit
52842de88b
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ singularity {
|
||||||
process {
|
process {
|
||||||
beforeScript = 'module load devel/singularity/3.4.2'
|
beforeScript = 'module load devel/singularity/3.4.2'
|
||||||
executor = 'slurm'
|
executor = 'slurm'
|
||||||
queue = { task.memory > 60.GB || task.cpus > 20 ? 'qbic' }
|
queue = { task.memory > 60.GB || task.cpus > 20 ? 'qbic' : 'compute' }
|
||||||
}
|
}
|
||||||
|
|
||||||
weblog{
|
weblog{
|
||||||
|
|
Loading…
Reference in a new issue