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
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,18 @@
1
1
# Changelog
2
2
3
+
## [1.2.0] - 2026-01-05
4
+
### Added
5
+
- New **parallel clique-based dereplication workflow** (from `parallel-cliques` branch) to improve scalability on large connected components
6
+
-`--anifile` command-line option to directly use existing skani output (avoids repeated skani runs if user wants to dereplicate genomes under different quality and ANI thresholds)
7
+
-`-a`/`--alignedfrac` command-line option to apply a fraction-aligned threshold when detecting redundant genomic pairs
8
+
9
+
### Changed
10
+
- Final dereplication step in **no-reassembly mode** now reuses the original skani output instead of rerunning skani
11
+
- Minor refactoring to improve code readability
12
+
13
+
### Performance
14
+
- Benchmarked MAGmax performance against *Galah*
15
+
3
16
## [1.1.0] - 2025-08-26
4
17
### Added
5
18
- New feature: `no-reassembly` command-line option.
0 commit comments