Skip to content

Commit 6a508f0

Browse files
authored
Merge pull request #1350 from nf-core/bump_bedtools_mem
Reduce resource usage for sort process in bedtools/genomecov
2 parents 809f060 + add81e8 commit 6a508f0

File tree

5 files changed

+197
-31
lines changed

5 files changed

+197
-31
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ Thank you to everyone else that has contributed by reporting bugs, enhancements
106106
- [PR #1341](https://github.com/nf-core/rnaseq/pull/1341) - Add rename in the MultiQC report for samples without techreps
107107
- [PR #1342](https://github.com/nf-core/rnaseq/pull/1342) - Factor out preprocessing
108108
- [PR #1345](https://github.com/nf-core/rnaseq/pull/1345) - Fix preprocessing call
109+
- [PR #1350](https://github.com/nf-core/rnaseq/pull/1350) - Reduce resource usage for sort process in bedtools/genomecov
109110

110111
### Parameters
111112

modules.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"bedtools/genomecov": {
1414
"branch": "master",
15-
"git_sha": "81b90194ce9911dbd55bba2c65c6919f6677abc4",
15+
"git_sha": "9ba6b02bbcb322ff4265cc51fca0ee5d8420b929",
1616
"installed_by": ["modules"]
1717
},
1818
"cat/fastq": {

modules/nf-core/bedtools/genomecov/main.nf

Lines changed: 7 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/bedtools/genomecov/tests/main.nf.test

Lines changed: 70 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/bedtools/genomecov/tests/main.nf.test.snap

Lines changed: 118 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)