From 0d651ee8ef5f82a2fc3339329d2c0af6f84a745f Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Mon, 21 Aug 2023 14:45:46 +0300 Subject: Replace inbredSet with set as the string-identifier Signed-off-by: Munyoki Kilyungi --- examples/dump-phenotype.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/dump-phenotype.scm') diff --git a/examples/dump-phenotype.scm b/examples/dump-phenotype.scm index 6c52ebb..abcf140 100755 --- a/examples/dump-phenotype.scm +++ b/examples/dump-phenotype.scm @@ -56,7 +56,7 @@ (set rdf:type 'gnc:phenotype) (set gnt:belongsToSet (string->identifier - "inbredSet" (field InbredSet Name) + "set" (field InbredSet Name) #:separator "" #:proc string-capitalize-first)) (set gnt:traitName -- cgit v1.2.3