From b4a92b6f9ef51c9ad32028720717c79dfb807054 Mon Sep 17 00:00:00 2001 From: zsloan Date: Tue, 17 Mar 2015 19:24:40 +0000 Subject: Moved print statement for non-humans only inside if statement --- wqflask/wqflask/my_pylmm/pyLMM/lmm.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'wqflask') diff --git a/wqflask/wqflask/my_pylmm/pyLMM/lmm.py b/wqflask/wqflask/my_pylmm/pyLMM/lmm.py index 99a5a940..a9744e72 100644 --- a/wqflask/wqflask/my_pylmm/pyLMM/lmm.py +++ b/wqflask/wqflask/my_pylmm/pyLMM/lmm.py @@ -733,12 +733,13 @@ def gn2_redis(key,species): tempdata = temp_data.TempData(params['temp_uuid']) - print('kinship', np.array(params['kinship_matrix'])) + print('pheno', np.array(params['pheno_vector'])) # sys.exit(1) if species == "human" : + print('kinship', np.array(params['kinship_matrix'])) ps, ts = run_human(pheno_vector = np.array(params['pheno_vector']), covariate_matrix = np.array(params['covariate_matrix']), plink_input_file = params['input_file_name'], -- cgit v1.2.3