statgen / bravo_api

Server side data processing and retrieval endpoints for BRAVO
MIT License
1 stars 2 forks source link

Expectation of metadata from Data Prep to be stored in database. #5

Open grosscol opened 3 years ago

grosscol commented 3 years ago

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