diff options
author | Munyoki Kilyungi | 2023-07-10 18:12:44 +0300 |
---|---|---|
committer | Munyoki Kilyungi | 2023-07-10 18:12:44 +0300 |
commit | ecd97bc513323459898b34db45fda6c9edd7ca22 (patch) | |
tree | 4bf365acd7824c7b11ebc9e4c6add0df104433e5 /genenetwork-development.scm | |
parent | 37fa3c11908d7aada419be296ebef67415de3bc9 (diff) | |
download | gn-machines-ecd97bc513323459898b34db45fda6c9edd7ca22.tar.gz |
Fix genotype file path
Diffstat (limited to 'genenetwork-development.scm')
-rw-r--r-- | genenetwork-development.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/genenetwork-development.scm b/genenetwork-development.scm index 508d620..5f1d5d0 100644 --- a/genenetwork-development.scm +++ b/genenetwork-development.scm @@ -1070,7 +1070,7 @@ reverse proxy tissue." (genenetwork-configuration (gn2-port %genenetwork2-port) (gn3-port %genenetwork3-port) - (genotype-files "/export/data/genenetwork/genotype_files") + (genotype-files "/export/data/genenetwork/genotype_files/genotype/") (sparql-endpoint (string-append "http://localhost:" (number->string %virtuoso-sparql-port) "/sparql")) |