diff options
| author | Pjotr Prins | 2025-08-04 16:13:35 +0200 |
|---|---|---|
| committer | Pjotr Prins | 2025-08-04 16:13:35 +0200 |
| commit | 646cc03a7b620936010ca935250f3ec9008ccc1a (patch) | |
| tree | fa23c695c7cae5cc2e50497bcdfee23cce455a7a | |
| parent | 6e1e275813fb55c9a53e37b004262f3070ef42b3 (diff) | |
| download | gn-guile-646cc03a7b620936010ca935250f3ec9008ccc1a.tar.gz | |
Note on BXD.json - which we should not use
| -rw-r--r-- | gn/data/genotype.scm | 1 |
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))))] |
