1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-21 06:02:03 +00:00

Bump number of eager @shh retries to account for deep sequencing data

This commit is contained in:
James A. Fellows Yates 2020-06-30 08:19:25 +02:00 committed by GitHub
parent 0943ba088a
commit c52428cd72
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 }