Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce protobuf schemas for seqvar query output #375

Closed
holtgrewe opened this issue Jun 18, 2024 · 0 comments · Fixed by #430
Closed

Introduce protobuf schemas for seqvar query output #375

holtgrewe opened this issue Jun 18, 2024 · 0 comments · Fixed by #430
Labels
enhancement New feature or request

Comments

@holtgrewe
Copy link
Contributor

Is your feature request related to a problem? Please describe.
At the moment, we serialize SequenceVariant using serde to JSON in the CSV output of seqvar query. It would be good to use protobuf here so we can reuse the schema definition.

Describe the solution you'd like
Create a protobuf schema for SequenceVariant and write it out using pbjson where we currently serialize to JSON with serde.

Describe alternatives you've considered
N/A

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants