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

Merge pull request #38 from maxibor/master

add queueSize limited to 5 for SHH short queue
This commit is contained in:
James A. Fellows Yates 2019-03-20 13:52:59 +01:00 committed by GitHub
commit 37ae0fa3a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,6 +13,7 @@ singularity {
process {
executor = 'slurm'
queue = 'short'
queueSize = 16
}
params {