From 42ba26dbfd73b48ef463965d5ee22c16e159dc55 Mon Sep 17 00:00:00 2001
From: zsloan
Date: Wed, 19 Aug 2020 14:14:16 -0500
Subject: Show short labels by default in Correlation Matrix *
wqflask/wqflask/templates/correlation_matrix.html - remove display: none for
short label div
---
wqflask/wqflask/templates/correlation_matrix.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/wqflask/wqflask/templates/correlation_matrix.html b/wqflask/wqflask/templates/correlation_matrix.html
index cb9fb815..4e17a0b2 100644
--- a/wqflask/wqflask/templates/correlation_matrix.html
+++ b/wqflask/wqflask/templates/correlation_matrix.html
@@ -36,7 +36,7 @@
|
Trait {{ loop.index }}: {{ trait.dataset.name }} {{ trait.name }}
- {% if trait.dataset.type == "ProbeSet" %}Gene Symbol: {{ trait.symbol }}{% elif trait.dataset.type == "Publish" %}Trait Symbol: {{ trait.post_publication_abbreviation }}{% elif trait.dataset.type == "Geno" %}Genotype{% endif %}
+ {% if trait.dataset.type == "ProbeSet" %}Gene Symbol: {{ trait.symbol }}{% elif trait.dataset.type == "Publish" %}Trait Symbol: {{ trait.post_publication_abbreviation }}{% elif trait.dataset.type == "Geno" %}Genotype{% endif %}
{% if trait.dataset.type == "ProbeSet" %}
{{ trait.symbol }} on Chr {{ trait.chr }} @ {{ trait.mb }} Mb {{ trait.description }} {{ trait.probe_target_description }}
--
cgit v1.2.3
|