diff options
Diffstat (limited to 'examples/dump-phenotype.scm')
| -rwxr-xr-x | examples/dump-phenotype.scm | 4 |
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"))) |
