From 270aa749638ab917920a77ec9e8d41eb24c80e1a Mon Sep 17 00:00:00 2001 From: zsloan Date: Fri, 25 Mar 2022 20:57:32 +0000 Subject: Fix issues that prevented genotype traits from being added to collections Some of this was caused by heatmaps supporting code; that code should probably pass the traits differently than the way it does in the "trait_info_str" function --- wqflask/base/trait.py | 1 + 1 file changed, 1 insertion(+) (limited to 'wqflask/base') diff --git a/wqflask/base/trait.py b/wqflask/base/trait.py index f0749858..ee5dda38 100644 --- a/wqflask/base/trait.py +++ b/wqflask/base/trait.py @@ -94,6 +94,7 @@ class GeneralTrait: self.num_overlap = None self.strand_probe = None self.symbol = None + self.abbreviation = None self.display_name = self.name self.LRS_score_repr = "N/A" -- cgit 1.4.1