From 5ade56d6a601afac04edf65698fdec2b39bacecf Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Sat, 19 Aug 2023 16:17:54 +0300 Subject: Point ttl path to /export/data/genenetwork-virtuoso/ Signed-off-by: Munyoki Kilyungi --- examples/dump-phenotype.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/dump-phenotype.scm') diff --git a/examples/dump-phenotype.scm b/examples/dump-phenotype.scm index 203b2f3..bd9c76f 100755 --- a/examples/dump-phenotype.scm +++ b/examples/dump-phenotype.scm @@ -43,7 +43,7 @@ '^^xsd:date)) (set gnt:belongsToInbredSet (string->identifier - "" (field InbredSet Name) + "inbredSet" (field InbredSet Name) #:separator "" #:proc string-capitalize-first)))) @@ -145,4 +145,4 @@ dump-phenotypes)) (outputs '(#:documentation "./docs/dump-phenotype.md" - #:rdf "./verified-data/dump-phenotype.ttl"))) + #:rdf "/export/data/genenetwork-virtuoso/dump-phenotype.ttl"))) -- cgit v1.2.3