about summary refs log tree commit diff
path: root/examples/dump-genotype.scm
diff options
context:
space:
mode:
Diffstat (limited to 'examples/dump-genotype.scm')
-rwxr-xr-xexamples/dump-genotype.scm5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/dump-genotype.scm b/examples/dump-genotype.scm
index 1024b90..661c57e 100755
--- a/examples/dump-genotype.scm
+++ b/examples/dump-genotype.scm
@@ -55,7 +55,10 @@
                       (field GenoFreeze CreateTime)
                       '^^xsd:date))
     (set gnt:belongsToInbredSet
-         (string->identifier "" (field InbredSet Name InbredSetName)))))
+         (string->identifier
+            "inbredSet" (field InbredSet Name)
+            #:separator ""
+            #:proc string-capitalize-first))))
 
 
 (define-dump dump-genotypes