1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-20 21:52:04 +00:00

Merge pull request #14 from jfy133/master

Made small SLURM queue change for SHH
This commit is contained in:
James A. Fellows Yates 2019-01-21 20:33:12 +01:00 committed by GitHub
commit 6d9faa1777
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}