summary refs log tree commit diff
path: root/issues
diff options
context:
space:
mode:
authorPjotr Prins2025-11-19 20:27:04 +0100
committerPjotr Prins2026-01-05 11:12:11 +0100
commit5682cd079485237b64407115f247c74ede078644 (patch)
tree92c8e8e4d8d78544c92dd1eb6ca07b6ee2839bc9 /issues
parent417d6a227d4224cb68e8351282ed0fe775522562 (diff)
downloadgn-gemtext-5682cd079485237b64407115f247c74ede078644.tar.gz
Pangenome genotypes
Diffstat (limited to 'issues')
-rw-r--r--issues/genetics/speeding-up-gemma.gmi10
1 files changed, 8 insertions, 2 deletions
diff --git a/issues/genetics/speeding-up-gemma.gmi b/issues/genetics/speeding-up-gemma.gmi
index 306735a..2743f3e 100644
--- a/issues/genetics/speeding-up-gemma.gmi
+++ b/issues/genetics/speeding-up-gemma.gmi
@@ -20,9 +20,9 @@ Anyway, there is no such thing as a free lunch. So, let's dive in.
 
 * [X] Try gzipped version
 * [X] Run without debug
+* [ ] Use lmdb for genotypes
 * [ ] Optimize openblas for target architecture
 * [ ] Try a faster malloc library for GEMMA
-* [ ] Use lmdb for genotypes
 * [ ] Other improvements...
 
 # Analysis
@@ -110,4 +110,10 @@ which is currently not built with arch optimizations (even though Cooperlake sug
 
 ## Use lmdb for genotypes
 
-Rather than focussing on gzip, another potential improvement is to use lmdb with mmap.
+Rather than focussing on gzip, another potential improvement is to use lmdb with mmap. We am not going to upgrade the original gemma code (which is in maintenance mode). We are going to upgrade the new pangemma project instead:
+
+=> https://git.genenetwork.org/pangemma/
+
+Reason being that this is our experimental project.
+
+So I just managed to build pangemma/gemma in Guix. Next step is to introduce lmdb genotypes.