Skip to content

Commit

Permalink
v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
xinehc committed Dec 18, 2024
1 parent e07636d commit c345d9b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Changelog
## [0.2.5] - 2024-12-18
### Fixed
- 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).


## [0.2.4] - 2024-12-08
### Added
- 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.
Expand Down
2 changes: 1 addition & 1 deletion src/melon/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '0.2.4'
__version__ = '0.2.5'

from .melon import GenomeProfiler

0 comments on commit c345d9b

Please sign in to comment.