Skip to content

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

Description

@grosscol

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    triageLanding area for issues discovered during development.

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions