aboutsummaryrefslogtreecommitdiff
path: root/genenetwork-development.scm
diff options
context:
space:
mode:
authorMunyoki Kilyungi2023-07-10 18:29:00 +0300
committerMunyoki Kilyungi2023-07-10 18:29:00 +0300
commitf09a5c00f76b897c96de8e59370811dd39476d0c (patch)
treee0840f6c2bc3e8f7d05b6a02c344c1eded09b5a8 /genenetwork-development.scm
parentecd97bc513323459898b34db45fda6c9edd7ca22 (diff)
downloadgn-machines-f09a5c00f76b897c96de8e59370811dd39476d0c.tar.gz
Revert "Fix genotype file path"
This reverts commit ecd97bc513323459898b34db45fda6c9edd7ca22.
Diffstat (limited to 'genenetwork-development.scm')
-rw-r--r--genenetwork-development.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/genenetwork-development.scm b/genenetwork-development.scm
index 5f1d5d0..508d620 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/")
+ (genotype-files "/export/data/genenetwork/genotype_files")
(sparql-endpoint (string-append "http://localhost:"
(number->string %virtuoso-sparql-port)
"/sparql"))