Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
grosscol opened this issue Jul 16, 2021 · 0 comments
Open
Labels
triage Landing area for issues discovered during development.

Comments

@grosscol
Copy link
Collaborator

grosscol commented Jul 16, 2021

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:

def get_snv_filters():
# this should be stored somewhere in database and generated during the data import step
return {
'filter': filter_values,
'lof': lof_values,
'consequence': consequence_values
}

These are currently hard coded lists. e.g:

filter_values = [
{ 'value': 'PASS' },
{ 'value': 'SVM' },
{ 'value': 'DISC' },
{ 'value': 'EXHET'}
]

Resolved when

  • Corresponding issue created for Data Prep project.
  • Issue or implementation exists for retrieving the metadata from the databse backend.
@grosscol grosscol added the triage Landing area for issues discovered during development. label Jul 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage Landing area for issues discovered during development.
Projects
None yet
Development

No branches or pull requests

1 participant