From 2df9eb5a6adf15ddb19d4f00f1bc5a1c35f492c7 Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Fri, 17 Nov 2023 11:25:21 +0300 Subject: Make species identifiers consistent. Signed-off-by: Munyoki Kilyungi --- examples/dataset-metadata.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'examples/dataset-metadata.scm') diff --git a/examples/dataset-metadata.scm b/examples/dataset-metadata.scm index 1c02bb3..26ca7f2 100755 --- a/examples/dataset-metadata.scm +++ b/examples/dataset-metadata.scm @@ -81,7 +81,9 @@ Title))) (set gnt:hasGOTreeValue (field GeneChip Go_tree_value)) (set xkos:classifiedUnder - (string->identifier "" (remap-species-identifiers (field Species Fullname)))) + (string->identifier "" (remap-species-identifiers (field Species Fullname)) + #:separator "" + #:proc string-capitalize-first)) (set gnt:hasGeoSeriesId (ontology 'geoSeries: (string-trim-both (field GeneChip GeoPlatform)))))) -- cgit v1.2.3