Skip to content

Commit d145bb3

Browse files
authored
Merge pull request #535 from nf-core/bump/parabricks_mem
Bumped PARABRICKS_FQ2BAMMETH memory to 100.GB
2 parents 90ba9be + 90e3ba5 commit d145bb3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
- 🐛 fix when fasta idx is not provided and bwameth is on. The error is: `Not a valid path value type: java.util.LinkedHashMap ([:])`. To replicate this you can comment the `fasta_index` in the test data.
1111
- 🔄 Updated template to nf-core/tools v3.2.0 [#](https://github.com/nf-core/methylseq/pull/)
12+
- 🐛 bumped the minimum for `PARABRICKS_FQ2BAMMETH` to 100.GB as suggested by the docs [#528](https://github.com/nf-core/methylseq/issues/528)
1213

1314
### Pipeline Updates
1415

conf/base.config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,7 @@ process {
7474
withName: BWAMETH_ALIGN {
7575
time = { 6.d * task.attempt }
7676
}
77+
withName: PARABRICKS_FQ2BAMMETH {
78+
memory = { 100.GB * task.attempt }
79+
}
7780
}

0 commit comments

Comments
 (0)