refactor: relocate partition iterator and expose graph builder API

Move the partition iterator implementation from obikdump to obikfilter, updating imports and exposing the type publicly. Add obikidxcache as a local dependency for obikfilter. In obikindexer, expose the new build_layer_from_kmers function to enable shared graph-building logic across pipelines without code duplication.
This commit is contained in:
Eric Coissac
2026-08-26 09:39:02 +02:00
parent 16ade823d6
commit 294f132a0a
8 changed files with 35 additions and 14 deletions
+1
View File
@@ -10,3 +10,4 @@ obikseq = { path = "../obikseq" }
obiskio = { path = "../obiskio" }
obitaxonomy = { path = "../obitaxonomy" }
obikentropy = { path = "../obikentropy" }
obikidxcache = { path = "../obikidxcache" }