mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-24 17:19:54 +00:00
Add additional retry allowance for silly big data in markdups
This commit is contained in:
parent
7ac66dcd72
commit
a849fe991c
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ params {
|
|||
// Specific nf-core/eager process configuration
|
||||
process {
|
||||
|
||||
maxRetries = 2
|
||||
maxRetries = 3
|
||||
|
||||
withName: malt {
|
||||
maxRetries = 1
|
||||
|
|
Loading…
Reference in a new issue