Skip to content

Commit 60c50eb

Browse files
authored
Merge branch 'dev' into json-schema-improvements
2 parents 4da2d3c + e2f6505 commit 60c50eb

File tree

6 files changed

+7
-3
lines changed

6 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.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
1919
- [PR #1528](https://github.com/nf-core/rnaseq/pull/1528) - Improve JSON schema validation files
20+
- [PR #1523](https://github.com/nf-core/rnaseq/pull/1523) - Update preprocessing subworkflow to fix linting block on trimming
21+
- [PR #1521](https://github.com/nf-core/rnaseq/pull/1521) - Updated Perl conda package version for local module gtf2bed for Arm compatibility.
2022

2123
# 3.18.0 - 2024-12-19
2224

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

modules/local/gtf2bed/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ channels:
22
- conda-forge
33
- bioconda
44
dependencies:
5-
- conda-forge::perl=5.26.2
5+
- conda-forge::perl>=5.26.2

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)