aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Kabui2021-04-28 08:46:53 +0300
committerAlexander Kabui2021-04-28 08:46:53 +0300
commitac9be3f74e005e95a057f2c49baa7822d05f1ece (patch)
tree871c48a2ec5ae321a887f427f1674be0a07f1f71
parent067d27460965aaf1ceaa863a315a0c7dbc47ae02 (diff)
downloadgenenetwork2-ac9be3f74e005e95a057f2c49baa7822d05f1ece.tar.gz
minor fixes for correlation
-rwxr-xr-xbin/genenetwork22
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/genenetwork2 b/bin/genenetwork2
index 917d6549..f73f235c 100755
--- a/bin/genenetwork2
+++ b/bin/genenetwork2
@@ -155,7 +155,7 @@ fi
# We may change this one:
# export PYTHONPATH=$PYTHON_GN_PATH:$GN2_BASE_DIR/wqflask:$PYTHONPATH
-PYTHONPATH=$PYTHON_GN_PATH:$GN2_BASE_DIR/wqflask:$HOME/genenetwork3:$PYTHONPATH
+PYTHONPATH=$PYTHON_GN_PATH:$GN2_BASE_DIR/wqflask:$HOME/project/genenetwork3:$PYTHONPATH
# Our UNIX TMPDIR defaults to /tmp - change this on a shared server
if [ -z $TMPDIR ]; then