summaryrefslogtreecommitdiff
path: root/issues
diff options
context:
space:
mode:
authorAlexander_Kabui2022-09-20 16:53:31 +0300
committerAlexander_Kabui2022-09-20 16:53:31 +0300
commitd4465af2368f4581c01bbe22cea76d85ac0308b0 (patch)
tree084c3671a5b28cea025e42ca681042f6e49d680b /issues
parent18a4ece408d55d41c73af28958e2148817244ec2 (diff)
downloadgn-gemtext-d4465af2368f4581c01bbe22cea76d85ac0308b0.tar.gz
update issues/sample-data-caching-problem
Diffstat (limited to 'issues')
-rw-r--r--issues/sample-data-caching-problem12
1 files changed, 12 insertions, 0 deletions
diff --git a/issues/sample-data-caching-problem b/issues/sample-data-caching-problem
index 8faf19b..bf3078c 100644
--- a/issues/sample-data-caching-problem
+++ b/issues/sample-data-caching-problem
@@ -1,3 +1,6 @@
+
+# sample data caching bug
+
When we cache sample data (mainly for features like correlations), it doesn't take into account changes in the sample list (which is derived from the .geno file).
While this isn't frequently a problem, it was recently encountered with the BXD-Longevity group (which has had a number of recent changes to its .geno file, including changing the order of cases/samples, which basically rendered the cached sample data completely wrong)
@@ -5,3 +8,12 @@ While this isn't frequently a problem, it was recently encountered with the BXD-
The fix to this is probably just to include the last updated time-stamp for the .geno file when caching. I'll probably do this in the next few days (maybe later today).
The relevant caching code is here - https://github.com/genenetwork/genenetwork2/blob/2c22e593c59a9b4f9129a2e669443709d9c5154a/wqflask/base/data_set.py#L1288-L1317
+
+
+# Tags
+
+* assigned: zsloan,alex
+* priority: medium
+* type: bug
+* status: open
+* keywords: correlation,caching \ No newline at end of file