molgenis / molgenis-app-genetics

Repository containing modules and features for interacting with, searching through, and visualising genetic data
GNU Lesser General Public License v3.0
1 stars 4 forks source link

Filtered out variants are scored and can lead to errors #45

Closed bartcharbon closed 7 years ago

bartcharbon commented 7 years ago

diagnostics_issue.zip

When uploading the attached file a error will show for every hpo term. (e.g. Mental deterioration) This is because the gene value "LOC101926913" yields no results since it is not in the "mart_export" mapping file from Ensembl to HUGO. However, this line is filtered out since it is predicted Benign, therefor this is not a problem.

Expected: variants are sorted upon HPO selection

Actual: A error occurs "No scores were found for Mental deterioration", the underlying exception states: " the specified key [LOC101926913] was not found in the mapping file"