aboutsummaryrefslogtreecommitdiff
path: root/examples/dump-genotype.scm
diff options
context:
space:
mode:
authorMunyoki Kilyungi2023-08-19 16:10:02 +0300
committerMunyoki Kilyungi2023-08-19 16:10:02 +0300
commitdcfe92323fa82c30a199e8d9640668800a93f47b (patch)
treeaa9a16d8273b2611d349a0aec353a95ad5a02b3e /examples/dump-genotype.scm
parentbc6e327b906f1c47be46ee397a3be46a222211f0 (diff)
downloadgn-transform-databases-dcfe92323fa82c30a199e8d9640668800a93f47b.tar.gz
Rename inbredSet identifier
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
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