iobio / gene.iobio

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

When loading a saved analysis, the loaded cache should load variants instantaneously #997

Closed tonydisera closed 1 year ago

tonydisera commented 1 year ago

Somehow, the new code that saves and loads the cache is no longer working as expected.

tonydisera commented 1 year ago

This is a problem with bindTo which is causing the variants in 'high' filter to be emptied to due to code that prevents circular references in JSON.stringify. Fixed in 4.7.3.b