Add obikselect crate for k-mer selection and aggregation
Introduces a new `obikselect` module to handle k-mer selection and column aggregation. Adds a `select` CLI command in `obikmer2` that supports group predicates, aggregate operators, and output column filtering. Implements operator parsing with case-insensitive matching and default rules, along with a centralized module for resolving group specifications from metadata or genome filters. Updates dependencies to include the new crate and its prerequisites.
This commit is contained in:
Generated
+2
@@ -1671,6 +1671,7 @@ dependencies = [
|
||||
"obikindex",
|
||||
"obikindexer",
|
||||
"obikmerge",
|
||||
"obikselect",
|
||||
"obikseq",
|
||||
"obipipeline",
|
||||
"obiread",
|
||||
@@ -1758,6 +1759,7 @@ version = "0.1.0"
|
||||
dependencies = [
|
||||
"obicompactvec",
|
||||
"obikalgorithm",
|
||||
"obikfilter",
|
||||
"obikindex",
|
||||
"obisys",
|
||||
"tracing",
|
||||
|
||||
Reference in New Issue
Block a user