Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.57 KB

File metadata and controls

37 lines (26 loc) · 1.57 KB

Changelog

All notable changes to muset will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.6.0 - 2025-11-05 (Latest Release)

Added

  • --abundance-metric option to choose between mean (default) or median for unitig abundance calculation
  • --output-format option to output matrices as txt (default) or compressed tsv format
  • -e/--generate-maximal-unitigs-links flag to generate GGCAT CDBG with edges in BCALM2 format
  • generate_fof script to automatically create file-of-files from a directory with paired-end support
  • Unit tests for aggregator interfaces and statistical metrics
  • Separated interfaces for statistical metrics computation and matrix writing for better extensibility

Changed

  • Skip k-mer matrix filtering when all filter parameters are zero (f=0, F=0, n=0, N=0) for improved performance
  • Refactored unitig metric computation and matrix writing with cleaner separation of concerns

Performance

  • Filtering step now directly aggregates matrices when no actual filtering is needed, reducing I/O overhead

0.5.1 - 2024-12-11

Changed

  • Minor bug fixes and improvements

Latest stable release: v0.6.0