From 0d22d3bc72cfc35cb23efce3d1687477880a5b3e Mon Sep 17 00:00:00 2001 From: zsloan Date: Fri, 27 May 2016 19:40:25 +0000 Subject: Fixed issue where the Non-BXD (or whatever group/inbred set) table would show up when there should be no such samples Fixed Interquartile Range link in basic statistics table --- wqflask/wqflask/show_trait/show_trait.py | 2 +- wqflask/wqflask/static/new/javascript/show_trait.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wqflask/wqflask/show_trait/show_trait.py b/wqflask/wqflask/show_trait/show_trait.py index 76651cbf..f7a33d4f 100644 --- a/wqflask/wqflask/show_trait/show_trait.py +++ b/wqflask/wqflask/show_trait/show_trait.py @@ -1190,7 +1190,7 @@ class ShowTrait(object): if (this_trait.data[sample].name2 in primary_sample_names) and (this_trait.data[sample].name not in primary_sample_names): primary_sample_names.append(this_trait.data[sample].name) primary_sample_names.remove(this_trait.data[sample].name2) - if sample not in all_samples_ordered: + elif sample not in all_samples_ordered: all_samples_ordered.append(sample) other_sample_names.append(sample) diff --git a/wqflask/wqflask/static/new/javascript/show_trait.js b/wqflask/wqflask/static/new/javascript/show_trait.js index 5d0fa589..34d1a139 100644 --- a/wqflask/wqflask/static/new/javascript/show_trait.js +++ b/wqflask/wqflask/static/new/javascript/show_trait.js @@ -50,7 +50,7 @@ }, { vn: "interquartile", pretty: "Interquartile Range", - url: "/glossary.html#Interquartile", + url: "http://www.genenetwork.org/glossary.html#Interquartile", digits: 2 } ]; -- cgit v1.2.3