mirror of
https://github.com/metabarcoding/obitools4.git
synced 2026-09-22 17:40:40 +00:00
Refactor FrequencyFilter to inherit from KmerSetGroup for better code organization and maintainability. This change replaces the direct bitmap management with a group-based approach, simplifying the implementation and improving readability.