aboutsummaryrefslogtreecommitdiff
path: root/wqflask/base/trait.py
diff options
context:
space:
mode:
authorzsloan2016-03-18 15:50:40 +0000
committerzsloan2016-03-18 15:50:40 +0000
commite1b62e892ef132296429b1f6197686e4866ab648 (patch)
tree18067fa27d5a7eeb64081c456abb9264ea65b9d0 /wqflask/base/trait.py
parent2762e338123565f5e3094d8eaa2056f7f8cd1343 (diff)
downloadgenenetwork2-e1b62e892ef132296429b1f6197686e4866ab648.tar.gz
Replaced header with other information in qtl map
Began adding menu to qtl map Fixed global search to not retrieve samples (to increase speed) Got the vector plot working again so it can be displayed alongside the gn1-style plot Only display the vector plot when doing GEMMA to speed up (this might not be necessary)
Diffstat (limited to 'wqflask/base/trait.py')
-rwxr-xr-xwqflask/base/trait.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/base/trait.py b/wqflask/base/trait.py
index ff149ba3..acff38d9 100755
--- a/wqflask/base/trait.py
+++ b/wqflask/base/trait.py
@@ -67,7 +67,7 @@ class GeneralTrait(object):
# Todo: These two lines are necessary most of the time, but perhaps not all of the time
# So we could add a simple if statement to short-circuit this if necessary
self.retrieve_info(get_qtl_info=get_qtl_info)
- if kw.get('get_sample_info') != False:
+ if get_sample_info != False:
self.retrieve_sample_data()