Skip to content

Commit

Permalink
Increased time limit for MERQURY_HAPMERS
Browse files Browse the repository at this point in the history
  • Loading branch information
GallVp committed May 30, 2024
1 parent 3ff806f commit f590cc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions conf/base.config
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ process {
withName:DNADIFF {
time = { check_max( 7.day * task.attempt, 'time' ) }
}
withName:MERQURY_HAPMERS {
time = { check_max( 20.h * task.attempt, 'time' ) }
}
withName:CREATEREPORT {
cache = false
}
Expand Down

0 comments on commit f590cc2

Please sign in to comment.