mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-24 17:19:54 +00:00
Cleanup config
This commit is contained in:
parent
30735c3de7
commit
b7be65a31e
1 changed files with 1 additions and 2 deletions
|
@ -13,8 +13,7 @@ singularity {
|
|||
process {
|
||||
beforeScript = 'module load devel/singularity/3.4.2'
|
||||
executor = 'pbs'
|
||||
queue = 'short'
|
||||
process.queue = { task.memory >= 128.GB ? 'smp': task.time <= 20.m ? 'tiny' : task.time <= 48.h ? 'short' : task.time <= 168.h ? 'short' : 'long'}
|
||||
queue = { task.memory >= 128.GB ? 'smp': task.time <= 20.m ? 'tiny' : task.time <= 48.h ? 'short' : task.time <= 168.h ? 'short' : 'long'}
|
||||
}
|
||||
|
||||
params {
|
||||
|
|
Loading…
Reference in a new issue