aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorPjotr Prins2017-05-31 07:12:28 +0000
committerPjotr Prins2017-05-31 07:12:28 +0000
commit755b9aaa31c73cc5fe8c1a75d74846f1d8594419 (patch)
tree72981d86a63942e2f2a85127089e6b015af6c07a /bin
parent9d4cb56608ca5de3495ede9149443e772a25d706 (diff)
downloadgenenetwork2-755b9aaa31c73cc5fe8c1a75d74846f1d8594419.tar.gz
JS module handling
Diffstat (limited to 'bin')
-rwxr-xr-xbin/genenetwork22
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"