From 74ba4029f0160f0c4708a8c4b291c05184d3993d Mon Sep 17 00:00:00 2001 From: zsloan Date: Mon, 9 Nov 2015 17:38:50 +0000 Subject: Fixed issue that caused mapping to not work; for some reason the path to pylmm was wrong --- wqflask/utility/tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wqflask/utility/tools.py') diff --git a/wqflask/utility/tools.py b/wqflask/utility/tools.py index 760ded7c..b8a41f60 100644 --- a/wqflask/utility/tools.py +++ b/wqflask/utility/tools.py @@ -63,7 +63,7 @@ def plink_command(default=None): else: None - guess = os.environ.get('HOME')+'/plink' + guess = os.environ.get('HOME')+'/plink_gemma' path = get_setting('PLINK_PATH',default,guess,get_valid_path) plink_command = path+'/plink' return path,plink_command -- cgit v1.2.3