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 #167 from jfy133/master

Bump number of eager @shh retries to account for deep sequencing data
This commit is contained in:
James A. Fellows Yates 2020-06-30 11:33:29 +02:00 committed by GitHub
commit 530da4d8c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,6 +13,9 @@ params {
// Specific nf-core/eager process configuration
process {
maxRetries = 5
withName: malt {
maxRetries = 1
memory = { task.attempt > 1 ? 1900.GB : 725.GB }