Skip to content

Commit 2dc5746

Browse files
Merge branch 'dev' into dev
2 parents 53f46b2 + c1809d1 commit 2dc5746

File tree

6 files changed

+204
-32
lines changed

6 files changed

+204
-32
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
Special thanks to the following for their contributions to the release:
1111

1212
- [Adam Talbot](https://github.com/adamrtalbot)
13+
- [David Carlson](https://github.com/davidecarlson)
1314
- [Edmund Miller](https://github.com/edmundmiller)
1415
- [Jonathan Manning](https://github.com/pinin4fjords)
1516
- [Laramie Lindsey](https://github.com/laramiellindsey)
@@ -107,6 +108,8 @@ Thank you to everyone else that has contributed by reporting bugs, enhancements
107108
- [PR #1341](https://github.com/nf-core/rnaseq/pull/1341) - Add rename in the MultiQC report for samples without techreps
108109
- [PR #1342](https://github.com/nf-core/rnaseq/pull/1342) - Factor out preprocessing
109110
- [PR #1345](https://github.com/nf-core/rnaseq/pull/1345) - Fix preprocessing call
111+
- [PR #1350](https://github.com/nf-core/rnaseq/pull/1350) - Reduce resource usage for sort process in bedtools/genomecov
112+
- [PR #1353](https://github.com/nf-core/rnaseq/pull/1353) - Correct conditional for salmon indexing in preprocessing workflow
110113

111114
### Parameters
112115

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
"bracken/bracken": {

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)