Open grosscol opened 3 years ago
Appears as though the design was to store the enumeration of observed values for: filter, lost of function, and consequence emitted from the data preparation pipeline as metadata in the database. Per comment: https://github.com/statgen/bravo_api/blob/9e43f4b52eaebdb88eda643c0f5c272294623b9b/bravo_api/models/variants.py#L350-L356
These are currently hard coded lists. e.g: https://github.com/statgen/bravo_api/blob/9e43f4b52eaebdb88eda643c0f5c272294623b9b/bravo_api/models/variants.py#L41-L46
Issue or current state
Appears as though the design was to store the enumeration of observed values for: filter, lost of function, and consequence emitted from the data preparation pipeline as metadata in the database. Per comment: https://github.com/statgen/bravo_api/blob/9e43f4b52eaebdb88eda643c0f5c272294623b9b/bravo_api/models/variants.py#L350-L356
These are currently hard coded lists. e.g: https://github.com/statgen/bravo_api/blob/9e43f4b52eaebdb88eda643c0f5c272294623b9b/bravo_api/models/variants.py#L41-L46
Resolved when