We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5da8831 commit befd631Copy full SHA for befd631
1 file changed
conf/base.config
@@ -34,6 +34,11 @@ process {
34
cpus = { check_max(8 * task.attempt, 'cpus') }
35
time = { check_max(8.h * task.attempt, 'time') }
36
}
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
+ }
42
withName:preseq {
43
errorStrategy = 'ignore'
44
0 commit comments