diff options
author | Munyoki Kilyungi | 2023-08-07 16:10:11 +0300 |
---|---|---|
committer | Munyoki Kilyungi | 2023-08-07 16:10:11 +0300 |
commit | c4985a06dab17109c0561f3a0058dc1e8e547dff (patch) | |
tree | 9bad9bc510effecce3a94257849ab61609cca6f5 | |
parent | b2b02ca69d390cef5b37585db7a8745e6ca87558 (diff) | |
download | gn-transform-databases-c4985a06dab17109c0561f3a0058dc1e8e547dff.tar.gz |
Update publish-freeze dump
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
-rwxr-xr-x | examples/dump-phenotype.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/dump-phenotype.scm b/examples/dump-phenotype.scm index eb14d1f..9a1651a 100755 --- a/examples/dump-phenotype.scm +++ b/examples/dump-phenotype.scm @@ -43,8 +43,9 @@ '^^xsd:date)) (set gnt:belongsToInbredSet (string->identifier - "inbredSet" - (field InbredSet Name InbredSetName))))) + "" (field InbredSet Name) + #:separator "" + #:proc string-capitalize-first)))) (define-dump dump-phenotypes (tables (Phenotype |