Skip to content

Commit a27ec8e

Browse files
authored
Merge pull request #1474 from nf-core/prerelease_3.18.0
Bump versions to 3.18.0
2 parents 329fd69 + 0cf9100 commit a27ec8e

14 files changed

+59
-31
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6-
# 3.18.0dev - xxxx-xx-xx
6+
# 3.18.0 - 2024-12-19
77

88
### Credits
99

1010
Special thanks to the following for their contributions to the release:
1111

1212
- [Caitlin Winkler](https://github.com/oligomyeggo)
13+
- [Jonathan Manning](https://github.com/pinin4fjords)
14+
- [Maxime Garcia](https://github.com/maxulysse)
1315
- [Siddhartha Bagaria](https://github.com/siddharthab)
1416

1517
### Enhancements & fixes
@@ -24,6 +26,15 @@ Special thanks to the following for their contributions to the release:
2426
- [PR #1459](https://github.com/nf-core/rnaseq/pull/1466) - Remove reference to unused "skip_sample_count" value in email templates
2527
- [PR #1471](https://github.com/nf-core/rnaseq/pull/1471) - Fix prepare_genome subworkflow for sortmerna
2628
- [PR #1473](https://github.com/nf-core/rnaseq/pull/1473) - Bump STAR modules
29+
- [PR #1474](https://github.com/nf-core/rnaseq/pull/1474) - Bump versions to 3.18.0
30+
31+
## Parameters
32+
33+
| Old parameter | New parameter |
34+
| ------------- | --------------------- |
35+
| | `--skip_linting` |
36+
| | `--extra_fqlint_args` |
37+
| | `--umi_dedup_tool` |
2738

2839
### Software dependencies
2940

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ manifest {
333333
description = """RNA sequencing analysis pipeline for gene/isoform quantification and extensive quality control."""
334334
mainScript = 'main.nf'
335335
nextflowVersion = '!>=24.04.2'
336-
version = '3.18.0dev'
336+
version = '3.18.0'
337337
doi = 'https://doi.org/10.5281/zenodo.1400710'
338338
}
339339

tests/default.nf.test.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"untar": 1.34
4747
},
4848
"Workflow": {
49-
"nf-core/rnaseq": "v3.18.0dev"
49+
"nf-core/rnaseq": "v3.18.0"
5050
}
5151
},
5252
[
@@ -240,7 +240,7 @@
240240
"untar": 1.34
241241
},
242242
"Workflow": {
243-
"nf-core/rnaseq": "v3.18.0dev"
243+
"nf-core/rnaseq": "v3.18.0"
244244
}
245245
},
246246
[

tests/featurecounts_group_type.nf.test.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"untar": 1.34
4747
},
4848
"Workflow": {
49-
"nf-core/rnaseq": "v3.18.0dev"
49+
"nf-core/rnaseq": "v3.18.0"
5050
}
5151
},
5252
[
@@ -234,7 +234,7 @@
234234
"untar": 1.34
235235
},
236236
"Workflow": {
237-
"nf-core/rnaseq": "v3.18.0dev"
237+
"nf-core/rnaseq": "v3.18.0"
238238
}
239239
},
240240
[

tests/hisat2.nf.test.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"untar": 1.34
4848
},
4949
"Workflow": {
50-
"nf-core/rnaseq": "v3.18.0dev"
50+
"nf-core/rnaseq": "v3.18.0"
5151
}
5252
},
5353
[
@@ -237,7 +237,7 @@
237237
"untar": 1.34
238238
},
239239
"Workflow": {
240-
"nf-core/rnaseq": "v3.18.0dev"
240+
"nf-core/rnaseq": "v3.18.0"
241241
}
242242
},
243243
[

tests/kallisto.nf.test.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"untar": 1.34
6060
},
6161
"Workflow": {
62-
"nf-core/rnaseq": "v3.18.0dev"
62+
"nf-core/rnaseq": "v3.18.0"
6363
}
6464
},
6565
[
@@ -319,7 +319,7 @@
319319
"untar": 1.34
320320
},
321321
"Workflow": {
322-
"nf-core/rnaseq": "v3.18.0dev"
322+
"nf-core/rnaseq": "v3.18.0"
323323
}
324324
},
325325
[

tests/min_mapped_reads.nf.test.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
"untar": 1.34
138138
},
139139
"Workflow": {
140-
"nf-core/rnaseq": "v3.18.0dev"
140+
"nf-core/rnaseq": "v3.18.0"
141141
}
142142
},
143143
[
@@ -1246,7 +1246,7 @@
12461246
"untar": 1.34
12471247
},
12481248
"Workflow": {
1249-
"nf-core/rnaseq": "v3.18.0dev"
1249+
"nf-core/rnaseq": "v3.18.0"
12501250
}
12511251
},
12521252
[

tests/remove_ribo_rna.nf.test.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
"untar": 1.34
144144
},
145145
"Workflow": {
146-
"nf-core/rnaseq": "v3.18.0dev"
146+
"nf-core/rnaseq": "v3.18.0"
147147
}
148148
},
149149
[
@@ -1460,7 +1460,7 @@
14601460
"untar": 1.34
14611461
},
14621462
"Workflow": {
1463-
"nf-core/rnaseq": "v3.18.0dev"
1463+
"nf-core/rnaseq": "v3.18.0"
14641464
}
14651465
},
14661466
[

tests/salmon.nf.test.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"untar": 1.34
5454
},
5555
"Workflow": {
56-
"nf-core/rnaseq": "v3.18.0dev"
56+
"nf-core/rnaseq": "v3.18.0"
5757
}
5858
},
5959
[
@@ -392,7 +392,7 @@
392392
"untar": 1.34
393393
},
394394
"Workflow": {
395-
"nf-core/rnaseq": "v3.18.0dev"
395+
"nf-core/rnaseq": "v3.18.0"
396396
}
397397
},
398398
[

tests/skip_qc.nf.test.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"untar": 1.34
4444
},
4545
"Workflow": {
46-
"nf-core/rnaseq": "v3.18.0dev"
46+
"nf-core/rnaseq": "v3.18.0"
4747
}
4848
},
4949
[
@@ -182,7 +182,7 @@
182182
"untar": 1.34
183183
},
184184
"Workflow": {
185-
"nf-core/rnaseq": "v3.18.0dev"
185+
"nf-core/rnaseq": "v3.18.0"
186186
}
187187
},
188188
[

0 commit comments

Comments
 (0)