aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorPjotr Prins2017-09-04 02:15:11 -0500
committerPjotr Prins2017-09-04 02:15:11 -0500
commit4f06516befcb16b802afcb81bae28b55279a3c1e (patch)
treed5c93b428255c049fe4a8474143d1b8494f4c8e7 /bin
parentd86f07f616d6892707dd26c87bf70db1a50f070a (diff)
downloadgenenetwork2-4f06516befcb16b802afcb81bae28b55279a3c1e.tar.gz
gemma-wrapper: find binary in profile
Diffstat (limited to 'bin')
-rwxr-xr-xbin/genenetwork21
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/genenetwork2 b/bin/genenetwork2
index 236d8f63..e07a4e32 100755
--- a/bin/genenetwork2
+++ b/bin/genenetwork2
@@ -78,6 +78,7 @@ else
export PLINK_COMMAND="$GN2_PROFILE/bin/plink2"
export PYLMM_COMMAND="$GN2_PROFILE/bin/pylmm_redis"
export GEMMA_COMMAND="$GN2_PROFILE/bin/gemma"
+ export GEMMA_WRAPPER_COMMAND="$GN2_PROFILE/bin/gemma-wrapper"
fi
if [ -z $PYTHONPATH ] ; then
echo "ERROR PYTHONPATH has not been set - use GN2_PROFILE!"