diff options
-rw-r--r-- | wqflask/wqflask/heatmap/heatmap.py | 2 | ||||
-rw-r--r-- | wqflask/wqflask/templates/collections/view.html | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/wqflask/wqflask/heatmap/heatmap.py b/wqflask/wqflask/heatmap/heatmap.py index 9d33961c..28c5ce12 100644 --- a/wqflask/wqflask/heatmap/heatmap.py +++ b/wqflask/wqflask/heatmap/heatmap.py @@ -120,7 +120,7 @@ class Heatmap(object): self.dataset.group.get_markers() this_trait = trait_db[0] #this_db = trait_db[1] - genotype = self.dataset.group.read_genotype_file() + genotype = self.dataset.group.read_genotype_file(use_reaper=True) samples, values, variances, sample_aliases = this_trait.export_informative() trimmed_samples = [] diff --git a/wqflask/wqflask/templates/collections/view.html b/wqflask/wqflask/templates/collections/view.html index 7e1001fc..268bbe1f 100644 --- a/wqflask/wqflask/templates/collections/view.html +++ b/wqflask/wqflask/templates/collections/view.html @@ -182,6 +182,7 @@ { "type": "natural", "width": 50 }, { "type": "natural" }, { "type": "natural", "width": 120 }, + { "type": "natural", "width": 120 }, { "type": "natural" }, { "type": "natural", "width": 130 }, { "type": "natural", "width": 35 }, |