1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-21 06:02:03 +00:00

Made small SLURM queue change for SHH

This commit is contained in:
James A. Fellows Yates 2019-01-21 20:31:37 +01:00 committed by GitHub
parent 13cda2f1d2
commit 7a51c684f5
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
}