summaryrefslogtreecommitdiff
path: root/topics/systems
diff options
context:
space:
mode:
authorPjotr Prins2023-12-28 03:52:07 -0600
committerPjotr Prins2023-12-28 03:52:29 -0600
commit6588db605fcfe41ada100188c2187ab9df402644 (patch)
treec1149bc826c572018fb94895db9771806091eb25 /topics/systems
parent0749cace764cc2e28b43e5e24748743af4c1d9ee (diff)
downloadgn-gemtext-6588db605fcfe41ada100188c2187ab9df402644.tar.gz
precompute
Diffstat (limited to 'topics/systems')
-rw-r--r--topics/systems/mariadb/precompute-mapping-input-data.gmi4
1 files changed, 3 insertions, 1 deletions
diff --git a/topics/systems/mariadb/precompute-mapping-input-data.gmi b/topics/systems/mariadb/precompute-mapping-input-data.gmi
index 7896c87..58b7b5c 100644
--- a/topics/systems/mariadb/precompute-mapping-input-data.gmi
+++ b/topics/systems/mariadb/precompute-mapping-input-data.gmi
@@ -1005,7 +1005,9 @@ So, this is the right time to put gemma-wrapper on a diet. The GRM files are lar
# Storing GRM output
-gemma-wrapper stores per chromosome GRMs in separate files. The first fix was to store them in an xz archive. gemma-wrapper already uses a temporary directory so, that should be straightforward.
+The current version of gemma-wrapper stores per chromosome GRMs in separate files. The first fix was to store them in an xz archive. gemma-wrapper already uses a temporary directory so, that was straightforward. Next I had to tell gemma-wrapper not to recompute when the xz archive exists. This now works.
+
+Next step is to use the archive to check the GWA run. In the final step we will archive results and write an lmdb file for further processing. If we can make it really small we'll retain that instead of the full archive.
# Storing assoc output