Skip to content

Commit

Permalink
Merge pull request #3 from nf-core/dev
Browse files Browse the repository at this point in the history
Latest
  • Loading branch information
jfy133 authored Dec 7, 2020
2 parents 37f5930 + 0350331 commit 03925e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conf/test_stresstest_human.config
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ process {
time = { check_max( 48.h * task.attempt, 'time' ) }
}
withName:'markduplicates'{
errorStrategy = { task.exitStatus in [143,137,104,134,139] ? 'retry' : 'finish' }
cpus = { check_max( 16, 'cpus' ) }
memory = { check_max( 16.GB * task.attempt, 'memory' ) }
time = { check_max( 48.h * task.attempt, 'time' ) }
Expand Down

0 comments on commit 03925e7

Please sign in to comment.