From 6232b852e0b8b1c5678e8d1ff2e9d35a0fb5532c Mon Sep 17 00:00:00 2001 From: zsloan Date: Mon, 4 Oct 2021 18:53:02 +0000 Subject: Fixed some issue with the way the Pair Scan tab appeared in show_trait_mapping_tools.html --- .../templates/show_trait_mapping_tools.html | 108 +-------------------- 1 file changed, 2 insertions(+), 106 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 80bc6509..3c6cd62a 100755 --- a/wqflask/wqflask/templates/show_trait_mapping_tools.html +++ b/wqflask/wqflask/templates/show_trait_mapping_tools.html @@ -13,7 +13,7 @@
  • R/qtl
  • -
  • +
  • Pair Scan
  • {% elif mapping_method == "QTLReaper" %} @@ -352,7 +352,7 @@ -
    +
    {% if genofiles and genofiles|length > 0 %}
    @@ -456,110 +456,6 @@
    -
    -
    - {% if genofiles and genofiles|length > 0 %} -
    - -
    - -
    -
    - {% endif %} -
    - -
    - -
    -
    - {% if sample_groups[0].attributes|length > 0 %} -
    - -
    - - -
    -
    - {% endif %} -
    - -
    - - - -
    -
    -
    - -
    - -
    -
    -
    - -
    - -
    -
    - -
    - -
    - {% if g.user_session.num_collections < 1 %} - No collections available. Please add traits to a collection to use them as covariates. - {% else %} -
    - - -
    - - {% endif %} -
    -
    -
    - -
    - -
    -
    -
    -
    {% endif %} {% endfor %}
    -- cgit v1.2.3