feat: add col_weights API and refactor obikstats to use Algorithm trait
Added a `col_weights` method to index layers for computing per-genome column sums or presence k-mer counts. Refactored `obikstats` to implement the `Algorithm` trait with a two-phase `new`/`run` model, replacing manual layer resolution with `IndexCache` for eager file I/O. Simplified per-genome counting logic and updated public exports and dependencies accordingly.
This commit is contained in:
Generated
+2
@@ -1767,6 +1767,8 @@ name = "obikstats"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"obicompactvec",
|
||||
"obikalgorithm",
|
||||
"obikidxcache",
|
||||
"obikindex",
|
||||
"rayon",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user