aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzsloan2017-09-14 10:50:28 -0500
committerGitHub2017-09-14 10:50:28 -0500
commit4a1e8cead6b02da1ff328c9cc939361754bfe26e (patch)
tree1f8dc2ddc8dd7823d111d20b0bbbe6807e17c98b
parentc0188f02830dace2fc82392788f987e3c46ee12a (diff)
parent1fd25485232b78d13b0fb946c379b55b7e2819e7 (diff)
downloadgenenetwork2-4a1e8cead6b02da1ff328c9cc939361754bfe26e.tar.gz
Merge pull request #264 from pjotrp/testing
./bin/genenetwork2: add GEM_PATH for gemma-wrapper
-rwxr-xr-xbin/genenetwork21
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/genenetwork2 b/bin/genenetwork2
index e07a4e32..5e791885 100755
--- a/bin/genenetwork2
+++ b/bin/genenetwork2
@@ -68,6 +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 GEM_PATH=$GN2_PROFILE/lib/ruby/gems/2.4.0
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"