diff options
author | Pjotr Prins | 2017-05-31 07:12:28 +0000 |
---|---|---|
committer | Pjotr Prins | 2017-05-31 07:12:28 +0000 |
commit | 755b9aaa31c73cc5fe8c1a75d74846f1d8594419 (patch) | |
tree | 72981d86a63942e2f2a85127089e6b015af6c07a /bin | |
parent | 9d4cb56608ca5de3495ede9149443e772a25d706 (diff) | |
download | genenetwork2-755b9aaa31c73cc5fe8c1a75d74846f1d8594419.tar.gz |
JS module handling
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" |