|
3 | 3 | The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
4 | 4 | and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
5 | 5 |
|
| 6 | +## [[3.16.0](https://github.com/nf-core/rnaseq/releases/tag/3.16.0)] - 2024-10-02 |
| 7 | + |
| 8 | +### Credits |
| 9 | + |
| 10 | +Special thanks to the following for their contributions to the release: |
| 11 | + |
| 12 | +- [Adam Talbot](https://github.com/adamrtalbot) |
| 13 | +- [Ezra Greenberg](https://github.com/egreenberg7) |
| 14 | +- [Jonathan Manning](https://github.com/pinin4fjords) |
| 15 | +- [Matthias Zepper](https://github.com/MatthiasZepper) |
| 16 | +- [Maxime Garcia](https://github.com/maxulysse) |
| 17 | +- [Paolo Di Tommaso](https://github.com/pditommaso) |
| 18 | +- [Phil Ewels](https://github.com/ewels) |
| 19 | +- [Shaun Regenbaum](https://github.com/Shaun-Regenbaum) |
| 20 | + |
| 21 | +### Enhancements & fixes |
| 22 | + |
| 23 | +- [PR #1376](https://github.com/nf-core/rnaseq/pull/1376) - Fix invalid named parameter syntax |
| 24 | +- [PR #1386](https://github.com/nf-core/rnaseq/pull/1386) - Bump pipeline version to 3.16.0dev |
| 25 | +- [PR #1388](https://github.com/nf-core/rnaseq/pull/1388) - Adding Kraken2/Bracken on unaligned reads as an additional quality control step to detect sample contamination |
| 26 | +- [PR #1389](https://github.com/nf-core/rnaseq/pull/1389) - Update animated subway map |
| 27 | +- [PR #1393](https://github.com/nf-core/rnaseq/pull/1393) - Use quay.io for bedtools/genomecov to solve issue with nf-core download |
| 28 | + |
| 29 | +### Parameters |
| 30 | + |
| 31 | +| Old parameter | New parameter | |
| 32 | +| ------------- | --------------------------- | |
| 33 | +| | `--contaminant_screening` | |
| 34 | +| | `--kraken_db` | |
| 35 | +| | `--save_kraken_assignments` | |
| 36 | +| | `--save_kraken_unassigned` | |
| 37 | +| | `--bracken_precision` | |
| 38 | + |
| 39 | +> **NB:** Parameter has been **updated** if both old and new parameter information is present. |
| 40 | +> **NB:** Parameter has been **added** if just the new parameter information is present. |
| 41 | +> **NB:** Parameter has been **removed** if new parameter information isn't present. |
| 42 | +
|
| 43 | +### Software dependencies |
| 44 | + |
| 45 | +| Dependency | Old version | New version | |
| 46 | +| ---------- | ----------- | ----------- | |
| 47 | +| `Kraken2` | ----------- | 2.1.3 | |
| 48 | +| `Bracken` | ----------- | 2.9 | |
| 49 | + |
| 50 | +> **NB:** Dependency has been **updated** if both old and new version information is present. |
| 51 | +> |
| 52 | +> **NB:** Dependency has been **added** if just the new version information is present. |
| 53 | +> |
| 54 | +> **NB:** Dependency has been **removed** if new version information isn't present. |
| 55 | +
|
6 | 56 | ## [[3.15.1](https://github.com/nf-core/rnaseq/releases/tag/3.15.1)] - 2024-09-16
|
7 | 57 |
|
8 | 58 | ### Enhancements & fixes
|
9 | 59 |
|
10 | 60 | - [PR #1374](https://github.com/nf-core/rnaseq/pull/1374) - Bump pipeline version to 3.16.0dev
|
| 61 | +- [PR #1379](https://github.com/nf-core/rnaseq/pull/1379) - Enhance pipeline level test snapshots |
11 | 62 | - [PR #1380](https://github.com/nf-core/rnaseq/pull/1380) - Fix issues with R modules changing sample names
|
12 | 63 | - [PR #1381](https://github.com/nf-core/rnaseq/pull/1381) - Update all modules following massive conda usage update in nf-core modules
|
13 | 64 | - [PR #1382](https://github.com/nf-core/rnaseq/pull/1381) - Slight fixes for rnaseq preprocessing
|
|
0 commit comments