Skip to content

Commit ea3427b

Browse files
committed
Fix #1011
1 parent ed32820 commit ea3427b

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
### Enhancements & fixes
99

10+
- [[#1011](https://github.com/nf-core/rnaseq/issues/1011)] - FastQ files from UMI-tools not being passed to fastp
1011
- [PR #1016](https://github.com/nf-core/rnaseq/pull/1016) - Updated pipeline template to [nf-core/tools 2.8](https://github.com/nf-core/tools/releases/tag/2.8)
1112
- [PR #1025](https://github.com/nf-core/fetchngs/pull/1025) - Add `public_aws_ecr.config` to source mulled containers when using `public.ecr.aws` Docker Biocontainer registry
1213

1314
### Software dependencies
1415

1516
| Dependency | Old version | New version |
1617
| ---------- | ----------- | ----------- |
18+
| `fastp` | 0.23.2 | 0.23.3 |
1719
| `samtools` | 1.16.1 | 1.17 |
1820

1921
> **NB:** Dependency has been **updated** if both old and new version information is present.

modules.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"fastp": {
2929
"branch": "master",
30-
"git_sha": "911696ea0b62df80e900ef244d7867d177971f73",
30+
"git_sha": "37a98dd100d74d9188a272197663587de1331a0e",
3131
"installed_by": ["modules", "fastq_fastqc_umitools_fastp"]
3232
},
3333
"fastqc": {
@@ -269,7 +269,7 @@
269269
},
270270
"fastq_fastqc_umitools_fastp": {
271271
"branch": "master",
272-
"git_sha": "a9784afdd5dcda23b84e64db75dc591065d64653",
272+
"git_sha": "48dbb403fb2849b3d2c6c2e3eaaedbcca799428d",
273273
"installed_by": ["subworkflows"]
274274
},
275275
"fastq_fastqc_umitools_trimgalore": {

modules/nf-core/fastp/main.nf

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

subworkflows/nf-core/fastq_fastqc_umitools_fastp/main.nf

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)