mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +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:
commit
f4c240790a
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ process{
|
|||
queue = 'normal'
|
||||
errorStrategy = { task.attempt <= 5 ? "retry" : "finish" }
|
||||
process.maxRetries = 5
|
||||
withLabel:process_long {
|
||||
queue = 'long'
|
||||
}
|
||||
}
|
||||
|
||||
executor{
|
||||
|
|
Loading…
Reference in a new issue