about summary refs log tree commit diff
path: root/wqflask/wqflask/do_search.py
diff options
context:
space:
mode:
Diffstat (limited to 'wqflask/wqflask/do_search.py')
-rwxr-xr-xwqflask/wqflask/do_search.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/wqflask/wqflask/do_search.py b/wqflask/wqflask/do_search.py
index 17fbc535..f9082495 100755
--- a/wqflask/wqflask/do_search.py
+++ b/wqflask/wqflask/do_search.py
@@ -118,7 +118,8 @@ class MrnaAssaySearch(DoSearch):
                      'Location',
                      'Mean',
                      'Max LRS',
-                     'Max LRS Location']
+                     'Max LRS Location',
+                     'Additive Effect']
 
     def compile_final_query(self, from_clause = '', where_clause = ''):
         """Generates the final query string"""
@@ -188,7 +189,8 @@ class PhenotypeSearch(DoSearch):
                      'Authors',
                      'Year',
                      'Max LRS',
-                     'Max LRS Location']
+                     'Max LRS Location',
+                     'Additive Effect']
 
     def get_fields_clause(self):
         """Generate clause for WHERE portion of query"""