mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +00:00
Bump number of eager @shh retries to account for deep sequencing data
This commit is contained in:
parent
0943ba088a
commit
c52428cd72
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@ params {
|
||||||
|
|
||||||
// Specific nf-core/eager process configuration
|
// Specific nf-core/eager process configuration
|
||||||
process {
|
process {
|
||||||
|
|
||||||
|
maxRetries = 5
|
||||||
|
|
||||||
withName: malt {
|
withName: malt {
|
||||||
maxRetries = 1
|
maxRetries = 1
|
||||||
memory = { task.attempt > 1 ? 1900.GB : 725.GB }
|
memory = { task.attempt > 1 ? 1900.GB : 725.GB }
|
||||||
|
|
Loading…
Reference in a new issue