about summary refs log tree commit diff
path: root/examples/genotype.scm
diff options
context:
space:
mode:
Diffstat (limited to 'examples/genotype.scm')
-rwxr-xr-xexamples/genotype.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/genotype.scm b/examples/genotype.scm
index ac170be..e2ac782 100755
--- a/examples/genotype.scm
+++ b/examples/genotype.scm
@@ -63,7 +63,7 @@
     (set gnt:has_alt_source_name
          (field ("IF((Source2 = Source), NULL, Source2)"
                  Source2)))
-    (set gnt:belongs_to_species
+    (set gnt:has_species
          (string->identifier "" (remap-species-identifiers (field Species Fullname))
                              #:separator "_"
                              #:proc string-downcase))