Skip to content

Commit fef8aa4

Browse files
authored
Merge branch 'dev' into fix_r_checknames_from_dev
2 parents 6f4518c + 13f5dcd commit fef8aa4

16 files changed

+76
-23
lines changed

.github/workflows/nf-test.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
name: Run nf-test
22
on:
33
pull_request:
4-
paths-ignore:
5-
- "docs/**"
6-
- "**/meta.yml"
7-
- "**/*.md"
8-
- "**/*.png"
9-
- "**/*.svg"
104
release:
115
types: [published]
126
workflow_dispatch:
@@ -121,7 +115,7 @@ jobs:
121115
fi
122116
123117
confirm-pass:
124-
needs: [nf-test]
118+
needs: [nf-test-changes, nf-test]
125119
if: always()
126120
runs-on: # use self-hosted runners
127121
- runs-on=${{ github.run_id }}-confirm-pass
@@ -142,7 +136,7 @@ jobs:
142136
- name: debug-print
143137
if: always()
144138
run: |
145-
echo "::group::DEBUG: `needs` Contents"
139+
echo "::group::DEBUG: needs Contents"
146140
echo "DEBUG: toJSON(needs) = ${{ toJSON(needs) }}"
147141
echo "DEBUG: toJSON(needs.*.result) = ${{ toJSON(needs.*.result) }}"
148142
echo "::endgroup::"

.nf-core.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
lint:
2+
actions_nf_test: false
23
files_exist:
34
- conf/modules.config
45
files_unchanged:

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,16 @@ 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
- [Elad Herzog](https://github.com/EladH1)
13+
- [Emily Miyoshi](https://github.com/emilymiyoshi)
1314

1415
### Enhancements and fixes
1516

1617
- [PR #1608](https://github.com/nf-core/rnaseq/pull/1608) - Bump version after release 3.21.0
18+
- [PR #1618](https://github.com/nf-core/rnaseq/pull/1618) - Fix CI: Ensure confirm-pass job runs for markdown-only PRs
1719
- [PR #1617](https://github.com/nf-core/rnaseq/pull/1617) - Update bbmap/bbsplit module
1820
- [PR #1622](https://github.com/nf-core/rnaseq/pull/1622) - Update tximeta/tximport module to fix sample name mangling
21+
- [PR #1620](https://github.com/nf-core/rnaseq/pull/1620) - Fix bigwig strand labeling for reverse-stranded libraries ([#1591](https://github.com/nf-core/rnaseq/issues/1591))
22+
- [PR #1621](https://github.com/nf-core/rnaseq/pull/1621) - Optimize qualimap performance with multi-threaded name sorting
1923

2024
## [[3.21.0](https://github.com/nf-core/rnaseq/releases/tag/3.21.0)] - 2025-09-18
2125

modules/nf-core/qualimap/rnaseq/nextflow.config

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

tests/bam_input.nf.test.snap

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"BAM input for Salmon": {
33
"content": [
4-
139,
4+
144,
55
{
66
"BBMAP_BBSPLIT": {
77
"bbmap": 39.18
@@ -79,6 +79,9 @@
7979
"SAMTOOLS_INDEX": {
8080
"samtools": 1.21
8181
},
82+
"SAMTOOLS_SORT_QUALIMAP": {
83+
"samtools": 1.21
84+
},
8285
"SAMTOOLS_STATS": {
8386
"samtools": 1.21
8487
},
@@ -958,7 +961,7 @@
958961
},
959962
"BAM input for RSEM": {
960963
"content": [
961-
138,
964+
143,
962965
{
963966
"BBMAP_BBSPLIT": {
964967
"bbmap": 39.18
@@ -1041,6 +1044,9 @@
10411044
"SAMTOOLS_INDEX": {
10421045
"samtools": 1.21
10431046
},
1047+
"SAMTOOLS_SORT_QUALIMAP": {
1048+
"samtools": 1.21
1049+
},
10441050
"SAMTOOLS_STATS": {
10451051
"samtools": 1.21
10461052
},

tests/default.nf.test.snap

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
},
103103
"Params: default": {
104104
"content": [
105-
209,
105+
214,
106106
{
107107
"BBMAP_BBSPLIT": {
108108
"bbmap": 39.18
@@ -199,6 +199,9 @@
199199
"SAMTOOLS_SORT": {
200200
"samtools": 1.21
201201
},
202+
"SAMTOOLS_SORT_QUALIMAP": {
203+
"samtools": 1.21
204+
},
202205
"SAMTOOLS_STATS": {
203206
"samtools": 1.21
204207
},

tests/featurecounts_group_type.nf.test.snap

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
},
103103
"Params: --featurecounts_group_type false": {
104104
"content": [
105-
199,
105+
204,
106106
{
107107
"BBMAP_BBSPLIT": {
108108
"bbmap": 39.18
@@ -196,6 +196,9 @@
196196
"SAMTOOLS_SORT": {
197197
"samtools": 1.21
198198
},
199+
"SAMTOOLS_SORT_QUALIMAP": {
200+
"samtools": 1.21
201+
},
199202
"SAMTOOLS_STATS": {
200203
"samtools": 1.21
201204
},

tests/hisat2.nf.test.snap

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
},
104104
"Params: --aligner hisat2": {
105105
"content": [
106-
200,
106+
205,
107107
{
108108
"BBMAP_BBSPLIT": {
109109
"bbmap": 39.18
@@ -203,6 +203,9 @@
203203
"SAMTOOLS_SORT": {
204204
"samtools": 1.21
205205
},
206+
"SAMTOOLS_SORT_QUALIMAP": {
207+
"samtools": 1.21
208+
},
206209
"SAMTOOLS_STATS": {
207210
"samtools": 1.21
208211
},

tests/min_mapped_reads.nf.test.snap

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"Params: --min_mapped_reads 90": {
33
"content": [
4-
163,
4+
166,
55
{
66
"BBMAP_BBSPLIT": {
77
"bbmap": 39.18
@@ -98,6 +98,9 @@
9898
"SAMTOOLS_SORT": {
9999
"samtools": 1.21
100100
},
101+
"SAMTOOLS_SORT_QUALIMAP": {
102+
"samtools": 1.21
103+
},
101104
"SAMTOOLS_STATS": {
102105
"samtools": 1.21
103106
},

tests/remove_ribo_rna.nf.test.snap

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"Params: --remove_ribo_rna": {
33
"content": [
4-
220,
4+
225,
55
{
66
"BBMAP_BBSPLIT": {
77
"bbmap": 39.18
@@ -98,6 +98,9 @@
9898
"SAMTOOLS_SORT": {
9999
"samtools": 1.21
100100
},
101+
"SAMTOOLS_SORT_QUALIMAP": {
102+
"samtools": 1.21
103+
},
101104
"SAMTOOLS_STATS": {
102105
"samtools": 1.21
103106
},

0 commit comments

Comments
 (0)