Skip to content

Commit 03925e7

Browse files
authored
Merge pull request #3 from nf-core/dev
Latest
2 parents 37f5930 + 0350331 commit 03925e7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

conf/test_stresstest_human.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ process {
6161
time = { check_max( 48.h * task.attempt, 'time' ) }
6262
}
6363
withName:'markduplicates'{
64+
errorStrategy = { task.exitStatus in [143,137,104,134,139] ? 'retry' : 'finish' }
6465
cpus = { check_max( 16, 'cpus' ) }
6566
memory = { check_max( 16.GB * task.attempt, 'memory' ) }
6667
time = { check_max( 48.h * task.attempt, 'time' ) }

0 commit comments

Comments
 (0)