issues
search
populationgenomics
/
talos
Rare Disease variant reanalysis tool
MIT License
6
stars
4
forks
source link
Fix for empty "Phenotype Match" tooltip
#428
Closed
MattWellie
closed
2 months ago
MattWellie
commented
2 months ago
Fixes
some variants are identified as having a phenotype match, even though they have no matching phenotypes, leading to a weird display
There was a little bug in the logic - if a test was being run, a phenotype match date was assigned, even if no matching terms were found
Proposed Changes
only create the report hover-over if there are matching terms
don't assign a phenotype match date unless a match was found
Checklist
[ ] Related Issue created
[ ] Tests covering new change
[x] Linting checks pass
Fixes
Proposed Changes
Checklist