1
0
Fork 0
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:
James A. Fellows Yates 2021-05-04 21:43:19 +02:00 committed by GitHub
parent 7ac66dcd72
commit a849fe991c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ params {
// Specific nf-core/eager process configuration
process {
maxRetries = 2
maxRetries = 3
withName: malt {
maxRetries = 1