Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- 🐛 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.
- 🔄 Updated template to nf-core/tools v3.2.0 [#](https://github.com/nf-core/methylseq/pull/)
- 🐛 bumped the minimum for `PARABRICKS_FQ2BAMMETH` to 100.GB as suggested by the docs [#528](https://github.com/nf-core/methylseq/issues/528)

### Pipeline Updates

Expand Down
3 changes: 3 additions & 0 deletions conf/base.config
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,7 @@ process {
withName: BWAMETH_ALIGN {
time = { 6.d * task.attempt }
}
withName: PARABRICKS_FQ2BAMMETH {
memory = { 100.GB * task.attempt }
}
}