diff options
author | zsloan | 2017-05-31 09:37:12 +0200 |
---|---|---|
committer | zsloan | 2017-05-31 09:37:12 +0200 |
commit | 20bfea930f5d9f5b96ba8df7123ac108b7264cf9 (patch) | |
tree | 93eca01f7bb68c6ef916a30c5d174b58ad99fb33 /bin | |
parent | d3d8da25bd837068498c78d5f8541952ae950e56 (diff) | |
parent | 755b9aaa31c73cc5fe8c1a75d74846f1d8594419 (diff) | |
download | genenetwork2-20bfea930f5d9f5b96ba8df7123ac108b7264cf9.tar.gz |
Merge branch 'master' of https://github.com/genenetwork/genenetwork2
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/genenetwork2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/genenetwork2 b/bin/genenetwork2 index df688989..b3190f1e 100755 --- a/bin/genenetwork2 +++ b/bin/genenetwork2 @@ -68,7 +68,7 @@ else export PATH=$GN2_PROFILE/bin:$PATH export PYTHONPATH=$GN2_PROFILE/lib/python2.7/site-packages export R_LIBS_SITE=$GN2_PROFILE/site-library - export GUIX_JS_PATH=$GN2_PROFILE/share/genenetwork2/javascript + export JS_GUIX_PATH=$GN2_PROFILE/share/genenetwork2/javascript export GUIX_GTK3_PATH="$GN2_PROFILE/lib/gtk-3.0" export GI_TYPELIB_PATH="$GN2_PROFILE/lib/girepository-1.0" export XDG_DATA_DIRS="$GN2_PROFILE/share" |