Skip to content

Commit

Permalink
Add check_max to AlevinQC time limit
Browse files Browse the repository at this point in the history
  • Loading branch information
nictru committed May 29, 2024
1 parent 7286aa6 commit da41396
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,10 @@ if (params.aligner == "alevin") {
]
ext.args = "-r cr-like"
}
//Fix for issue 196
// Fix for issue 196
// Modified for issue 334
withName: 'ALEVINQC' {
time = '120.h'
time = { check_max( 120.h, 'time' ) }
}
}
}
Expand Down

0 comments on commit da41396

Please sign in to comment.