From 5682cd079485237b64407115f247c74ede078644 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Wed, 19 Nov 2025 20:27:04 +0100 Subject: Pangenome genotypes --- issues/genetics/speeding-up-gemma.gmi | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'issues') 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. -- cgit 1.4.1