clingen-data-model / clingen-interpretation

Allele (variant) interpretation model and API for ClinGen
3 stars 1 forks source link

Pull context in json interpretation library #119

Closed cbizon closed 7 years ago

cbizon commented 7 years ago

The python library for writing interpretations in JSON currently does not use a context, but now that it is being published, it should be incorporated.

cbizon commented 7 years ago

Done. The context is written by the JSON encoder. The value of the context is set in the encoder, but you can override it by passing a context argument to the dump function.