Update Cargo manifests, dependency paths, and Rust imports across the workspace to reflect the `obikpartitionner` to `obikpartition` rename. Synchronize architecture and implementation documentation with the new module structure. Fix minor syntax issues in test assertions to ensure compilation compatibility. No behavioral or API changes are introduced.
441 B
441 B
Coverage: theory/indexing.md
Code couvert
obikpartition/src/partition.rs— routage par hash de minimiseur, choix des paramètresobikpartition/src/lib.rs— structure KmerPartition, nombre de partitions
Notes
Vérifier que la doc mentionne bien que le nombre de partitions est une puissance de 2
(converti par partitions_to_bits dans obikmer/src/cli.rs).