From f09a5c00f76b897c96de8e59370811dd39476d0c Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Mon, 10 Jul 2023 18:29:00 +0300 Subject: Revert "Fix genotype file path" This reverts commit ecd97bc513323459898b34db45fda6c9edd7ca22. --- genenetwork-development.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")) -- cgit v1.2.3