mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +00:00
Merge pull request #14 from jfy133/master
Made small SLURM queue change for SHH
This commit is contained in:
commit
6d9faa1777
1 changed files with 2 additions and 2 deletions
|
@ -13,11 +13,11 @@ singularity {
|
|||
|
||||
process {
|
||||
executor = 'slurm'
|
||||
queue = 'medium'
|
||||
queue = 'short'
|
||||
}
|
||||
|
||||
params {
|
||||
max_memory = 734.GB
|
||||
max_cpus = 64
|
||||
max_time = 48.h
|
||||
max_time = 2.h
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue