PopulationNode counts change over time, mismatch in grid/count
Open
- Dominant language
- Python
- Stars
- 30
- Forks
- 3
- Avg merge
- 9h 28m
- Merged PRs (30d)
- 42
Description
As per SACGF/variantgrid_private#2880 - the count should never be wrong.
2 solutions:
* Never cache count (or in any descendants)
* Take a copy of variant zygosity count for all variants in sample, and store that (joining to that with filtered relation) so it's consistent over time.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.