From 561dfe5e1dedbf9c31d45023b895a2b9bb003869 Mon Sep 17 00:00:00 2001 From: zsloan Date: Thu, 17 Dec 2020 13:51:59 -0600 Subject: Replaced Pheno with Publish for identifying dataset type in corr options --- wqflask/wqflask/templates/show_trait_calculate_correlations.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wqflask') diff --git a/wqflask/wqflask/templates/show_trait_calculate_correlations.html b/wqflask/wqflask/templates/show_trait_calculate_correlations.html index 12294efb..6f124943 100644 --- a/wqflask/wqflask/templates/show_trait_calculate_correlations.html +++ b/wqflask/wqflask/templates/show_trait_calculate_correlations.html @@ -82,7 +82,7 @@ {% endif %} - {% if dataset.type != "Pheno" %} + {% if dataset.type != "Publish" %}
-- cgit v1.2.3