mirror of
https://github.com/metabarcoding/obitools4.git
synced 2026-08-08 14:30:36 +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.