From 646cc03a7b620936010ca935250f3ec9008ccc1a Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Mon, 4 Aug 2025 16:13:35 +0200 Subject: Note on BXD.json - which we should not use --- gn/data/genotype.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gn/data/genotype.scm b/gn/data/genotype.scm index c7cb63c..5574382 100644 --- a/gn/data/genotype.scm +++ b/gn/data/genotype.scm @@ -16,6 +16,7 @@ )) (define (geno-inds-bxd fn) + "Returns information from GN's BXD.json, note it fetches the first geno file info, now BXD.8.geno" (let [(js (call-with-input-file fn (lambda (port) (json->scm port))))] -- cgit 1.4.1