Skip to content

Commit 4983550

Browse files
committed
Increase memory for BWA
1 parent 3c3c42b commit 4983550

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
process {
99
resourceLimits = [
1010
cpus: 2,
11-
memory: '6.GB',
11+
memory: '8.GB',
1212
time: '6.h'
1313
]
1414
}

0 commit comments

Comments
 (0)