Skip to content

Commit e2f6505

Browse files
authored
Merge pull request #1523 from nf-core/dont_trim_bad_lint
Update preprocessing subworkflow to fix linting block on trimming
2 parents f4b3657 + 84b0e48 commit e2f6505

File tree

5 files changed

+5
-2
lines changed

5 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
- [PR #1496](https://github.com/nf-core/rnaseq/pull/1496) - Template update for nf-core/tools v3.2.0
1717
- [PR #1499](https://github.com/nf-core/rnaseq/pull/1499) - Bump MultiQC module to 1.27
1818
- [PR #1508](https://github.com/nf-core/rnaseq/pull/1508) - Fix missing Bracken results in the MultiQC report
19+
- [PR #1523](https://github.com/nf-core/rnaseq/pull/1523) - Update preprocessing subworkflow to fix linting block on trimming
1920
- [PR #1521](https://github.com/nf-core/rnaseq/pull/1521) - Updated Perl conda package version for local module gtf2bed for Arm compatibility.
2021

2122
# 3.18.0 - 2024-12-19

modules.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@
363363
},
364364
"fastq_qc_trim_filter_setstrandedness": {
365365
"branch": "master",
366-
"git_sha": "8a01490596dbe8443bd6bc6ae4207ae9485f33e3",
366+
"git_sha": "a9d1fd8afc427ddc5222c0a0774cb459170005a1",
367367
"installed_by": ["subworkflows"]
368368
},
369369
"fastq_subsample_fq_salmon": {

subworkflows/nf-core/fastq_qc_trim_filter_setstrandedness/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.

subworkflows/nf-core/fastq_qc_trim_filter_setstrandedness/meta.yml

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

subworkflows/nf-core/fastq_qc_trim_filter_setstrandedness/tests/main.nf.test

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

0 commit comments

Comments
 (0)