about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPjotr Prins2025-08-04 16:13:35 +0200
committerPjotr Prins2025-08-04 16:13:35 +0200
commit646cc03a7b620936010ca935250f3ec9008ccc1a (patch)
treefa23c695c7cae5cc2e50497bcdfee23cce455a7a
parent6e1e275813fb55c9a53e37b004262f3070ef42b3 (diff)
downloadgn-guile-646cc03a7b620936010ca935250f3ec9008ccc1a.tar.gz
Note on BXD.json - which we should not use
-rw-r--r--gn/data/genotype.scm1
1 files changed, 1 insertions, 0 deletions
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))))]