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 #281 from aunderwo/master

update sanger profile so that long jobs to be submitted to the long queue
This commit is contained in:
Harshil Patel 2021-09-21 20:47:58 +01:00 committed by GitHub
commit f4c240790a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,6 +15,9 @@ process{
queue = 'normal'
errorStrategy = { task.attempt <= 5 ? "retry" : "finish" }
process.maxRetries = 5
withLabel:process_long {
queue = 'long'
}
}
executor{