Skip to content

Commit befd631

Browse files
committed
Add sane defaults for BWA mem
1 parent 5da8831 commit befd631

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

conf/base.config

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ process {
3434
cpus = { check_max(8 * task.attempt, 'cpus') }
3535
time = { check_max(8.h * task.attempt, 'time') }
3636
}
37+
withName:bwamem{
38+
memory = { check_max( 16.GB * task.attempt, 'memory' ) }
39+
cpus = { check_max(8 * task.attempt, 'cpus') }
40+
time = { check_max(8.h * task.attempt, 'time') }
41+
}
3742
withName:preseq {
3843
errorStrategy = 'ignore'
3944
}

0 commit comments

Comments
 (0)