From af26ae2741dc16096f3817cefa047387c051c7b3 Mon Sep 17 00:00:00 2001 From: zsloan Date: Thu, 3 Mar 2022 16:24:39 -0600 Subject: Update databases-getting-out-of-wack.gmi Is there a need to manually truncate text lines in these files? I did that in this commit, but I don't really like doing it with regular text (it makes sense for code, but shouldn't text just wrap normally with screen size?).--- issues/gemma/databases-getting-out-of-wack.gmi | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/issues/gemma/databases-getting-out-of-wack.gmi b/issues/gemma/databases-getting-out-of-wack.gmi index 7c3f7ca..291f38e 100644 --- a/issues/gemma/databases-getting-out-of-wack.gmi +++ b/issues/gemma/databases-getting-out-of-wack.gmi @@ -7,8 +7,20 @@ * bug Zachary: -> Yeah, I think you'd want to get the mean (which is simple) + run qtlreaper -> (which I think would need to be run in the background) after a change. +> If we're using GEMMA, we'll need to recalculate all other trait Max LRS scores using +> GEMMA as well (so I think we should just do this with qtlreaper for now). Otherwise +> we'll just have a bunch of qtlreaper scores mixed with GEMMA scores without the user +> having any way of knowing the difference. Also, storing the full results (what Rob +> calls the "full vector model") will require some sort of fundamental change to the +> way we store this data and should be postponed for later (since the high priority +> immediate issue is to ensure that the stored Max LRS values aren't wrong) + +> As for Mean, that should be simple, since it's just taking the average of sample values +> immediately after an update. + +> The main thing I'm uncertain how to do (though I know is possible since Bonface already +> did something like this with GEMMA) is making the code run in the background after an +> update. It's probably more simple than I'm thinking, though. Pjotr: > Current qtlreaper runs in one of Arthur's scripts globally. -- cgit v1.2.3