aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMunyoki Kilyungi2023-11-17 09:49:35 +0300
committerMunyoki Kilyungi2023-11-17 09:49:35 +0300
commit092b9b4967133fc5a04d9fbf2255f4ce07dedb8b (patch)
tree5007d5685278a9aae8270bcf29897a3e8f12a3e0
parent5889bd3ceb5143b54388ac55926917b48c0b6766 (diff)
downloadgn-transform-databases-092b9b4967133fc5a04d9fbf2255f4ce07dedb8b.tar.gz
Make Phenotypy InbredSet classification consistent.
* examples/phenotype.scm (phenotypes): Remove "separator" and "proc" args. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
-rwxr-xr-xexamples/phenotype.scm4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/phenotype.scm b/examples/phenotype.scm
index 4378809..11211a2 100755
--- a/examples/phenotype.scm
+++ b/examples/phenotype.scm
@@ -54,9 +54,7 @@
(set rdf:type 'gnc:Phenotype)
(set xkos:classifiedUnder
(string->identifier
- "set" (field InbredSet Name InbredSetName)
- #:separator ""
- #:proc string-capitalize-first))
+ "set" (field InbredSet Name InbredSetName)))
;; This is the trait's name
(set rdfs:label
(let ((trait-id (field PublishXRef Id)))