Refactor seqvar query
query schema and use protobuf for input
#373
Labels
enhancement
New feature or request
seqvar query
query schema and use protobuf for input
#373
Is your feature request related to a problem? Please describe.
We currently use JSON serde-serialized data structures for the query schema in
seqvars query
. This requires us to replicate the schema data structure on the Python side. Further, there is a 1:1 relation between the input and the internal data structures.Describe the solution you'd like
Describe alternatives you've considered
N/A
Additional context
The data structures for representing queries are defined in
seqvars/query/schema.rs
. Theseqvars query
command is currently not called from the Python server.The text was updated successfully, but these errors were encountered: