diff options
author | Frederick Muriuki Muriithi | 2025-01-28 16:10:09 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-02-03 08:51:17 -0600 |
commit | 814f7d1fc5dc4889b367314f4fa30d6765dcf8db (patch) | |
tree | abd0c4782d421f8ed1c505715a817e8f8fa3e034 /genenetwork | |
parent | 2240f2d0e9ae55989dd2987312a1599a9c164543 (diff) | |
download | gn-machines-814f7d1fc5dc4889b367314f4fa30d6765dcf8db.tar.gz |
Add 'gn-virtuoso-ttl-directory' setting to genenetwork-configuration
The directory containing the turtle (ttl) files for virtuoso is used
by the xapian indexer to determine whether or not to run. We provide
it as one of the settings we can configure.
Diffstat (limited to 'genenetwork')
-rw-r--r-- | genenetwork/services/genenetwork.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/genenetwork/services/genenetwork.scm b/genenetwork/services/genenetwork.scm index f1a1c88..140b469 100644 --- a/genenetwork/services/genenetwork.scm +++ b/genenetwork/services/genenetwork.scm @@ -119,6 +119,8 @@ (default 8091)) (gn-doc-git-checkout genenetwork-configuration-gn-doc-git-checkout (default "/export/data/gn-docs")) + (gn-virtuoso-ttl-directory genenetwork-configuration-gn-virtuoso-ttl-directory + (default "/export/data/virtuoso/ttl")) (log-level genenetwork-configuration-log-level (default 'warning) (sanitize sanitize-log-level))) |