aboutsummaryrefslogtreecommitdiff
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.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/wqflask/wqflask/do_search.py b/wqflask/wqflask/do_search.py
index 6bf24faf..fc8db204 100755
--- a/wqflask/wqflask/do_search.py
+++ b/wqflask/wqflask/do_search.py
@@ -92,7 +92,7 @@ class QuickMrnaAssaySearch(DoSearch):
ProbeSet.name_num as ProbeSet_name_num
FROM ProbeSet """
- header_fields = ['',
+ header_fields = ['Index',
'Record',
'Symbol',
'Location']
@@ -129,7 +129,7 @@ class MrnaAssaySearch(DoSearch):
ProbeSet.name_num as TNAME_NUM
FROM ProbeSetXRef, ProbeSet """
- header_fields = ['',
+ header_fields = ['Index',
'Record',
'Symbol',
'Description',
@@ -234,7 +234,7 @@ class PhenotypeSearch(DoSearch):
'Publication.Authors',
'PublishXRef.Id')
- header_fields = ['',
+ header_fields = ['Index',
'Record',
'Description',
'Authors',
@@ -388,7 +388,7 @@ class GenotypeSearch(DoSearch):
search_fields = ('Name', 'Chr')
- header_fields = ['',
+ header_fields = ['Index',
'Record',
'Location']