You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,13 @@
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.1.2 - Princess Peach (patch) [2026-07-06]
7
+
8
+
### `Fixed`
9
+
10
+
- Fix `svdb/merge` mislabelling VCF caller tags by passing `sort_inputs = false` to `SVDB_MERGE` in `call_structural_variants`; the VCF list is already in the correct caller-priority order from the upstream `concat` chain, so in-module re-sorting by filename was causing tag misassignment [#910](https://github.com/nf-core/raredisease/pull/910)
11
+
- Changed filter logic for merging mitochondrial snvs to report variants which pass filter in at least one sample [#915](https://github.com/nf-core/raredisease/pull/915)
This report has been generated by the <a href="https://github.com/nf-core/raredisease/releases/tag/3.1.1" target="_blank">nf-core/raredisease</a> analysis pipeline. For information about how to interpret these results, please see the <a href="https://nf-co.re/raredisease/3.1.1/docs/output" target="_blank">documentation</a>.
5
+
This report has been generated by the <a href="https://github.com/nf-core/raredisease/releases/tag/3.1.2" target="_blank">nf-core/raredisease</a> analysis pipeline. For information about how to interpret these results, please see the <a href="https://nf-co.re/raredisease/3.1.2/docs/output" target="_blank">documentation</a>.
0 commit comments