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:
Generated
+1
@@ -1543,6 +1543,7 @@ version = "0.1.0"
|
||||
dependencies = [
|
||||
"obicompactvec",
|
||||
"obikentropy",
|
||||
"obikidxcache",
|
||||
"obikindex",
|
||||
"obikseq",
|
||||
"obiskio",
|
||||
|
||||
Reference in New Issue
Block a user