Skip to content

Commit

Permalink
Fix problems with unpredictable failures
Browse files Browse the repository at this point in the history
  • Loading branch information
nictru committed Oct 1, 2023
1 parent a30d07a commit 06b4898
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions conf/base.config
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,14 @@ process {
withName:CUSTOM_DUMPSOFTWAREVERSIONS {
cache = false
}
withName:HISAT2_ALIGN {
// Workaround: This step sometimes failes irreproduceably
errorStrategy = 'retry'
maxRetries = 2
}
withName:CIRIQUANT {
// Workaround: This step sometimes failes irreproduceably
errorStrategy = 'retry'
maxRetries = 2
}
}

0 comments on commit 06b4898

Please sign in to comment.