You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Is your feature request related to a problem? Please describe.
At the moment, we serialize
SequenceVariant
using serde to JSON in the CSV output ofseqvar 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
seqvar query
query schema and use protobuf for input #373seqvar query
schema #374The text was updated successfully, but these errors were encountered: