1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-11 04:23:10 +00:00

Merge pull request #181 from nf-core/shh-patch

Update SHH profile to reduce number of parallel jobs
This commit is contained in:
James A. Fellows Yates 2020-09-29 14:24:12 +02:00 committed by GitHub
commit 2c2d23ac26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@ process {
}
executor {
queueSize = 16
queueSize = 8
}
profiles {