algbio / ggcat

Compacted and colored de Bruijn graph construction and querying
MIT License
72 stars 10 forks source link

query jsonl output generates bad keys #8

Closed snystrom closed 1 year ago

snystrom commented 1 year ago

The current jsonl output of query returns unquoted keys for query_index and matches which does not match the JSON spec. This causes several json parsers to choke on the files. Quoting these keys resolves the issue.