about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorAlexanderKabui2022-11-21 14:25:56 +0300
committerAlexanderKabui2022-11-21 14:25:56 +0300
commit1d8f46d77a75d6d4f9ecb0ec28cd8142cbbeb489 (patch)
tree97a5ec4fafd07c7a1d72e872aeddc6dac44ac3f6 /README.md
parentdcab54a0da61c72b20bdad649fb2c488dc4da261 (diff)
parent5ba0c9fee42e3ca0b8e3cc4df38d1e555194a845 (diff)
downloadgenenetwork2-1d8f46d77a75d6d4f9ecb0ec28cd8142cbbeb489.tar.gz
fix merge conflicts
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5c587fec..e4a96a13 100644
--- a/README.md
+++ b/README.md
@@ -67,6 +67,7 @@ env GN2_PROFILE=~/opt/gn-latest SERVER_PORT=5300 \
     GENENETWORK_FILES=~/data/gn2_data/ \
     GN_PROXY_URL="http://localhost:8080"\
     GN3_LOCAL_URL="http://localhost:8081"\
+	SPARQL_ENDPOINT=http://localhost:8892/sparql\
     ./bin/genenetwork2 ./etc/default_settings.py -gunicorn-dev
 ```
 
@@ -182,6 +183,7 @@ env HOME=/home/frederick \
     GN2_PROFILE=~/opt/gn2-latest \
     GN3_DEV_REPO_PATH=~/genenetwork/genenetwork3 \
     SQL_URI="mysql://username:password@host-ip:host-port/db_webqtl" \
+	SPARQL_ENDPOINT=http://localhost:8892/sparql\
     SERVER_PORT=5001 \
     bin/genenetwork2 ../gn2_settings.py \
     -cli python3 -m scripts.profile_corrs \