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
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,9 @@
1
1
# Changelog
2
+
## [0.2.5] - 2024-12-18
3
+
### Fixed
4
+
- Fix a bug that causes one-column rows to be reduced to scalars ([e07636d](https://github.com/xinehc/melon/commit/e07636dc267c0a40c51c1ab788efc45b2c3b1ad7)). This bug occurs with pure isolates when all reads can be unambiguously assigned to a single species (https://github.com/xinehc/melon/issues/5).
5
+
6
+
2
7
## [0.2.4] - 2024-12-08
3
8
### Added
4
9
- Add `-g` to control the minimum number of unique marker genes (default: 1) required for a species to report its genome copies. Increase `-g` (1 -> 2) lowers recall (detection limit: 0.125 -> 0.25) but improves precision.
0 commit comments