diff options
author | zsloan | 2017-05-31 16:42:26 +0000 |
---|---|---|
committer | zsloan | 2017-05-31 16:42:26 +0000 |
commit | d778dc2ff9031d2c271764fc3b033b794e29ac10 (patch) | |
tree | 3cf32afb19c31ff954e10980da3dbf34daf911f5 /bin | |
parent | 6c3edf38ecc6549bc2cdf3893067d64a0a8e0ba3 (diff) | |
parent | 41da1283c829e587a37e21c52f71f9b1c57be80b (diff) | |
download | genenetwork2-d778dc2ff9031d2c271764fc3b033b794e29ac10.tar.gz |
Merge branch 'master' of github.com:genenetwork/genenetwork2 into development
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" |