aboutsummaryrefslogtreecommitdiff
path: root/gn3/settings.py
diff options
context:
space:
mode:
authorPjotr Prins2024-04-01 07:24:46 -0500
committerFrederick Muriuki Muriithi2024-09-12 07:31:52 -0500
commit644100ea2e5e407eb06ccb292d85dd20b104beee (patch)
tree829b2e96885de2f6cb7284513ae1f5958dd2fcf0 /gn3/settings.py
parentde36e1fb9c39f6a644af3432b45d9297cd7cf42f (diff)
downloadgenenetwork3-644100ea2e5e407eb06ccb292d85dd20b104beee.tar.gz
Getting Rqtl to run on fallback
Diffstat (limited to 'gn3/settings.py')
-rw-r--r--gn3/settings.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/gn3/settings.py b/gn3/settings.py
index 1e794ff..04aa129 100644
--- a/gn3/settings.py
+++ b/gn3/settings.py
@@ -11,12 +11,10 @@ import tempfile
BCRYPT_SALT = "$2b$12$mxLvu9XRLlIaaSeDxt8Sle" # Change this!
DATA_DIR = ""
GEMMA_WRAPPER_CMD = os.environ.get("GEMMA_WRAPPER", "gemma-wrapper")
-RQTL_WRAPPER_CMD = os.environ.get("RQTL_WRAPPER")
CACHEDIR = ""
REDIS_URI = "redis://localhost:6379/0"
REDIS_JOB_QUEUE = "GN3::job-queue"
TMPDIR = os.environ.get("TMPDIR", tempfile.gettempdir())
-RQTL_WRAPPER = "rqtl_wrapper.R"
# SPARQL endpoint
SPARQL_ENDPOINT = os.environ.get(