diff options
author | Alexander Kabui | 2021-04-17 04:14:33 +0300 |
---|---|---|
committer | Alexander Kabui | 2021-04-17 04:14:33 +0300 |
commit | 33e03898ee733f18b29e54e202c217ba14921f48 (patch) | |
tree | 5ec8508c88537a601ceff6c550a0109cfd5946e5 /bin | |
parent | 5a9a7a645510d1385def017adf2f956d61fa2329 (diff) | |
download | genenetwork2-33e03898ee733f18b29e54e202c217ba14921f48.tar.gz |
use gn3 lib
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/genenetwork2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/genenetwork2 b/bin/genenetwork2 index 5f4e0f9a..917d6549 100755 --- a/bin/genenetwork2 +++ b/bin/genenetwork2 @@ -154,7 +154,8 @@ if [ ! -d $R_LIBS_SITE ] ; then fi # We may change this one: -export PYTHONPATH=$PYTHON_GN_PATH:$GN2_BASE_DIR/wqflask:$PYTHONPATH +# export PYTHONPATH=$PYTHON_GN_PATH:$GN2_BASE_DIR/wqflask:$PYTHONPATH +PYTHONPATH=$PYTHON_GN_PATH:$GN2_BASE_DIR/wqflask:$HOME/genenetwork3:$PYTHONPATH # Our UNIX TMPDIR defaults to /tmp - change this on a shared server if [ -z $TMPDIR ]; then |