From 6680ff9356e34a488c70a8cedc041dbf2ce7903f Mon Sep 17 00:00:00 2001 From: zsloan Date: Thu, 9 Jul 2015 20:02:56 +0000 Subject: Added a temporary fix to prevent .geno requiring mapping methods from appearing for human groups --- wqflask/wqflask/templates/show_trait_mapping_tools.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'wqflask') diff --git a/wqflask/wqflask/templates/show_trait_mapping_tools.html b/wqflask/wqflask/templates/show_trait_mapping_tools.html index 547da0d0..6f69bcfa 100755 --- a/wqflask/wqflask/templates/show_trait_mapping_tools.html +++ b/wqflask/wqflask/templates/show_trait_mapping_tools.html @@ -1,10 +1,10 @@
- {% if use_pylmm_rqtl or use_plink_gemma %} + {% if (use_pylmm_rqtl and dataset.group.species != "human") or use_plink_gemma %}
- {% if use_pylmm_rqtl %} + {% if use_pylmm_rqtl and not use_plink_gemma and dataset.group.species != "human" %}
-- cgit v1.2.3