Skip to content

Commit f41744e

Browse files
authored
Update CHANGELOG.md
1 parent 859cfc3 commit f41744e

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

CHANGELOG.md

Lines changed: 14 additions & 9 deletions
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
@@ -25,6 +27,12 @@ Special thanks to the following for their contributions to the release:
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
2729

30+
### Parameters
31+
32+
| Old parameter | New parameter |
33+
| ------------------------------------ | ---------------- |
34+
| | `--skip_linting` |
35+
2836
### Software dependencies
2937

3038
| Dependency | Old version | New version |
@@ -114,14 +122,11 @@ Special thanks to the following for their contributions to the release:
114122

115123
### Parameters
116124

117-
| Old parameter | New parameter |
118-
| ------------------------------------ | --------------- |
119-
| | `--help_full` |
120-
| | `--show_hidden` |
121-
| `--validationFailUnrecognisedParams` | |
122-
| `--validationLenientMode` | |
123-
| `--validationSchemaIgnoreParams` | |
124-
| `--validationShowHiddenParams` | |
125+
| Old parameter | New parameter |
126+
| ------------- | --------------------- |
127+
| | `--skip_linting` |
128+
| | `--extra_fqlint_args` |
129+
| | `--umi_dedup_tool` |
125130

126131
> **NB:** Parameter has been **updated** if both old and new parameter information is present.
127132
>

0 commit comments

Comments
 (0)