aboutsummaryrefslogtreecommitdiff
path: root/examples/dump-phenotype.scm
diff options
context:
space:
mode:
authorMunyoki Kilyungi2023-08-19 16:17:54 +0300
committerMunyoki Kilyungi2023-08-19 16:17:54 +0300
commit5ade56d6a601afac04edf65698fdec2b39bacecf (patch)
tree7aa7cbfd94f4ba0220554d44cce574125f461618 /examples/dump-phenotype.scm
parentdcfe92323fa82c30a199e8d9640668800a93f47b (diff)
downloadgn-transform-databases-5ade56d6a601afac04edf65698fdec2b39bacecf.tar.gz
Point ttl path to /export/data/genenetwork-virtuoso/
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'examples/dump-phenotype.scm')
-rwxr-xr-xexamples/dump-phenotype.scm4
1 files changed, 2 insertions, 2 deletions
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")))