diff options
author | Pjotr Prins | 2016-06-26 06:24:58 +0000 |
---|---|---|
committer | Pjotr Prins | 2016-06-26 06:24:58 +0000 |
commit | 063188f5420600bb147a5d4d759614c6718cc605 (patch) | |
tree | 52e5af1603fa1159490faebbc8e07e152ff7a879 /wqflask/base/trait.py | |
parent | ddcf21ca8264730c9d368ef899760d007c0fb948 (diff) | |
parent | 9b25ba56288d8a3b405392854836608ac3741985 (diff) | |
download | genenetwork2-063188f5420600bb147a5d4d759614c6718cc605.tar.gz |
Resolve conflicts
Diffstat (limited to 'wqflask/base/trait.py')
-rw-r--r-- | wqflask/base/trait.py | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/wqflask/base/trait.py b/wqflask/base/trait.py index afde3dbe..9566c192 100644 --- a/wqflask/base/trait.py +++ b/wqflask/base/trait.py @@ -82,13 +82,7 @@ class GeneralTrait(object): dataset=self.dataset.name, description=self.description_display, mean=self.mean) - - - def get_info(self): - """For lots of traits just use get_trait_info in dataset instead...that will be way - more efficient""" - self.dataset.get_trait_info([self], - webqtlDatabaseFunction.retrieve_species(self.dataset.group.name)) + def get_name(self): stringy = "" |