aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
authorzsloan2019-10-04 11:03:12 -0500
committerzsloan2019-10-04 11:03:12 -0500
commit4a1c68a1e63ade4eceab4e700fb22911885e8bbb (patch)
treea6311fc89d5ceb3a4ecff7022f43d800690ffa35 /wqflask
parent1f74f44c2a066833b735690664eea2efca0e8466 (diff)
downloadgenenetwork2-4a1c68a1e63ade4eceab4e700fb22911885e8bbb.tar.gz
Added back in the Probes option that was missing from GN2, though need to verify that the logic for showing it is correct
Diffstat (limited to 'wqflask')
-rw-r--r--wqflask/wqflask/show_trait/show_trait.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/wqflask/wqflask/show_trait/show_trait.py b/wqflask/wqflask/show_trait/show_trait.py
index 3b057427..4fe08b2b 100644
--- a/wqflask/wqflask/show_trait/show_trait.py
+++ b/wqflask/wqflask/show_trait/show_trait.py
@@ -122,6 +122,9 @@ class ShowTrait(object):
self.UCSC_BLAT_URL = ""
self.UTHSC_BLAT_URL = ""
+ if self.dataset.type == "ProbeSet":
+ self.show_probes = "True"
+
trait_units = get_trait_units(self.this_trait)
self.get_external_links()
self.build_correlation_tools()