|
3 | 3 | The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project mostly adheres to
|
4 | 4 | [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
5 | 5 |
|
6 |
| -## [dev] |
| 6 | +## [[2.2.0](https://github.com/nf-core/oncoanalyser/releases/tag/2.2.0)] |
7 | 7 |
|
| 8 | +- [241](https://github.com/nf-core/oncoanalyser/pull/241) - Apply minor fixes and updates |
| 9 | + - Allow 'prepare reference' feature to be driven by samplesheet |
| 10 | + - Set minimum stringr / stringi version for CUPPA environment |
| 11 | + - Reintroduce decoy sequences for ESVEE with GRCh37 genomes |
| 12 | + - Update WiGiTS reference data paths |
| 13 | + - Improve FASTQ and longitudinal sample input handling |
| 14 | + - Fix REDUX TSV collection in SAGE append subworkflow |
| 15 | + - Update CHANGELOG.md |
| 16 | +- [235](https://github.com/nf-core/oncoanalyser/pull/235) - Publish selected command / log files |
| 17 | +- [234](https://github.com/nf-core/oncoanalyser/pull/234) - Update WiGiTS tools and reference data |
| 18 | +- [233](https://github.com/nf-core/oncoanalyser/pull/233) - Update documentation |
| 19 | +- [232](https://github.com/nf-core/oncoanalyser/pull/232) - Extend the 'prepare reference' functionality |
| 20 | +- [231](https://github.com/nf-core/oncoanalyser/pull/231) - Implement 'purity estimate' (WISP) workflow |
| 21 | +- [230](https://github.com/nf-core/oncoanalyser/pull/230) - Implement 'panel resource creation' workflow |
8 | 22 | - [220](https://github.com/nf-core/oncoanalyser/pull/220) - Add reports to tower.yml
|
9 | 23 | - [222](https://github.com/nf-core/oncoanalyser/pull/222) - Post-release bump
|
10 | 24 |
|
| 25 | +### Software dependencies |
| 26 | + |
| 27 | +| Dependency | Old version | New version | |
| 28 | +| ------------------ | ----------- | ----------- | |
| 29 | +| `AMBER` | 4.1.1 | 4.2 | |
| 30 | +| `BamTools` | 1.3 | 1.4.2 | |
| 31 | +| `bwa-plus` | 1.0.0 | - | |
| 32 | +| `bwa-mem2` | - | 2.3 | |
| 33 | +| `CHORD` | 2.1.0 | 2.1.2 | |
| 34 | +| `COBALT` | 2.0 | 2.1 | |
| 35 | +| `ESVEE` | 1.0.3 | 1.1.2 | |
| 36 | +| `ISOFOX` | 1.7.1 | 1.7.2 | |
| 37 | +| `LILAC` | 1.6 | 1.7.1 | |
| 38 | +| `LINX` | 2.0.2 | 2.1 | |
| 39 | +| `NEO` | 1.2 | 1.2.1 | |
| 40 | +| `ORANGE` | 3.8.1 | 4.1 | |
| 41 | +| `PAVE` | 1.7.1 | 1.8 | |
| 42 | +| `PURPLE` | 4.1 | 4.2 | |
| 43 | +| `REDUX` | 1.1.2 | 1.2 | |
| 44 | +| `SAGE` | 4.0 | 4.1 | |
| 45 | +| `VirusInterpreter` | 1.7 | 1.7.1 | |
| 46 | +| `WISP` | - | 1.2 | |
| 47 | + |
| 48 | +### Reference data |
| 49 | + |
| 50 | +| Name | Old version | New version | |
| 51 | +| ------------------------ | ----------- | ----------- | |
| 52 | +| `HMF pipeline resources` | `2.1.0--1` | `2.2.0--3` | |
| 53 | +| `HMF TSO500 resources` | `2.0.0--3` | `2.2.0--3` | |
| 54 | + |
| 55 | +### Parameters |
| 56 | + |
| 57 | +| Old name | New name | |
| 58 | +| ----------- | ---------------------- | |
| 59 | +| `fastp_umi` | `fastp_umi_enabled` | |
| 60 | +| `redux_umi` | `redux_umi_enabled` | |
| 61 | +| - | `purity_estimate_mode` | |
| 62 | +| - | `ref_data_types` | |
| 63 | +| - | `driver_gene_panel` | |
| 64 | +| - | `target_regions_bed` | |
| 65 | +| - | `hmftools_log_level` | |
| 66 | + |
11 | 67 | ## [[2.1.0](https://github.com/nf-core/oncoanalyser/releases/tag/2.1.0)] Peruvian Pelican - 2025-06-30
|
12 | 68 |
|
13 | 69 | - [219](https://github.com/nf-core/oncoanalyser/pull/219) - Add metromap-style diagram for pipeline overview
|
|
0 commit comments