iobio / gene.iobio

Gene.iobio vue
MIT License
55 stars 11 forks source link

After loading demo data, first time I select a variant from variants side panel, the list refreshes #1011

Closed tonydisera closed 8 months ago

tonydisera commented 8 months ago

This is caused because the code erroneously determined that the dangerSummary for the gene had changed since the last time the gene was analyzed. This was a problem caused by dangerSummary.CALLED = null vs dangerSummary.CALLED = false, which semantically is the same.