mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 00:26:03 +00:00
Merge pull request #240 from jfy133/shh
eager@SHH Add additional retry allowance for silly big data in markdups
This commit is contained in:
commit
f2413553a3
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ params {
|
||||||
// Specific nf-core/eager process configuration
|
// Specific nf-core/eager process configuration
|
||||||
process {
|
process {
|
||||||
|
|
||||||
maxRetries = 2
|
maxRetries = 3
|
||||||
|
|
||||||
withName: malt {
|
withName: malt {
|
||||||
maxRetries = 1
|
maxRetries = 1
|
||||||
|
|
Loading…
Reference in a new issue