Skip to content

Commit

Permalink
Increate runtime limit to 8 hours for BWAMEM2_MEM_DECONT
Browse files Browse the repository at this point in the history
  • Loading branch information
mberacochea committed Jun 3, 2024
1 parent 598d183 commit 3d294ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ process {
withName: 'BWAMEM2_MEM_DECONT' {
cpus = { check_max( 12 * task.attempt, 'cpus' ) }
memory = { check_max( 72.GB * task.attempt, 'memory' ) }
time = { check_max( 1.h * task.attempt, 'time' ) }
time = { check_max( 8.h * task.attempt, 'time' ) }

ext.args = "-M"
ext.args2 = "-f 12 -F 256 -uS"
Expand Down

0 comments on commit 3d294ef

Please sign in to comment.