mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +00:00
Binac SMP / Long / Short Queue Additions
This commit is contained in:
parent
b5b2dd817f
commit
5ec19e3abb
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ process {
|
||||||
beforeScript = 'module load devel/singularity/3.0.3'
|
beforeScript = 'module load devel/singularity/3.0.3'
|
||||||
executor = 'pbs'
|
executor = 'pbs'
|
||||||
queue = 'short'
|
queue = 'short'
|
||||||
|
process.queue = { task.memory > 128.GB ? 'smp': task.time <= 48.h ? 'short' : task.time <= 168.h ? 'long'}
|
||||||
}
|
}
|
||||||
|
|
||||||
params {
|
params {
|
||||||
|
|
Loading…
Reference in a new issue