|
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 | +## 2.1.0 - Obelix [2024-05-29] |
| 7 | + |
| 8 | +### `Added` |
| 9 | + |
| 10 | +- A new aligner, bwameme [#553](https://github.com/nf-core/raredisease/pull/553) |
| 11 | +- A new parameter `run_mt_for_wes` to turn on mitochondrial analysis for targeted analysis [#552](https://github.com/nf-core/raredisease/pull/552) |
| 12 | +- A new parameter `bwa_as_fallback` to switch aligner to bwa in case bwamem2 fails [#551](https://github.com/nf-core/raredisease/pull/551) |
| 13 | +- A new parameter `skip_me_calling` to skip mobile element calling and the subsequent annotation of them [#556](https://github.com/nf-core/raredisease/pull/556) |
| 14 | + |
| 15 | +### `Changed` |
| 16 | + |
| 17 | +- Changed valid values for sex according to the PED file format [#550](https://github.com/nf-core/raredisease/pull/550) |
| 18 | +- Refactored config files [#538](https://github.com/nf-core/raredisease/pull/538) |
| 19 | +- Refactored mobile element annotation subworkflow files [#538](https://github.com/nf-core/raredisease/pull/538) |
| 20 | +- Refactored to remove "a process is defined more than once" warning [#557](https://github.com/nf-core/raredisease/pull/557) |
| 21 | +- Updated modules [#558](https://github.com/nf-core/raredisease/pull/558) |
| 22 | + |
| 23 | +### `Fixed` |
| 24 | + |
| 25 | +- Include multiallelic indel sites in CADD scoring jobs [#545](https://github.com/nf-core/raredisease/pull/545) |
| 26 | +- Fixed issues with samtools merge not being run on samples sequenced over multiple lanes [#538](https://github.com/nf-core/raredisease/pull/538) |
| 27 | +- Fixed join issues in the mobile element calling subworkflow which occured when mobile_element_references were not provided [#556](https://github.com/nf-core/raredisease/pull/556) |
| 28 | + |
| 29 | +### Parameters |
| 30 | + |
| 31 | +| Old parameter | New parameter | |
| 32 | +| ------------- | --------------- | |
| 33 | +| | bwameme | |
| 34 | +| | bwa_as_fallback | |
| 35 | +| | run_mt_for_wes | |
| 36 | +| | skip_me_calling | |
| 37 | + |
| 38 | +:::note |
| 39 | +Parameter has been updated if both old and new parameter information is present. |
| 40 | +Parameter has been added if just the new parameter information is present. |
| 41 | +Parameter has been removed if new parameter information isn't present. |
| 42 | +::: |
| 43 | + |
| 44 | +### Module updates |
| 45 | + |
| 46 | +| Tool | Old version | New version | |
| 47 | +| -------- | ----------- | ----------- | |
| 48 | +| bwa | 0.7.17 | 0.7.18 | |
| 49 | +| CADD | 1.6.1 | 1.6.post1 | |
| 50 | +| Sentieon | 202308.01 | 202308.02 | |
| 51 | +| bwameme | | 1.0.6 | |
| 52 | + |
| 53 | +:::note |
| 54 | +Version has been updated if both old and new version information is present. |
| 55 | +Version has been added if just the new version information is present. |
| 56 | +Version has been removed if new version information isn't present. |
| 57 | +::: |
| 58 | + |
6 | 59 | ## 2.0.1 - Asterix (Patch) [2024-03-25]
|
7 | 60 |
|
8 | 61 | ### `Fixed`
|
|
0 commit comments