diff options
author | Zachary Sloan | 2012-11-28 14:30:04 -0600 |
---|---|---|
committer | Zachary Sloan | 2012-11-28 14:30:04 -0600 |
commit | d1f2863c15f62ae37833fa1311870d7b1aab3355 (patch) | |
tree | b5f56f69643fbe1e1ff832cf0ec10e30948bb011 /wqflask/base | |
parent | 94dd9844fb55f4576d3a079e9d5e59ebbf911b8c (diff) | |
download | genenetwork2-d1f2863c15f62ae37833fa1311870d7b1aab3355.tar.gz |
Made some small changes to get code working for genotype searches
Diffstat (limited to 'wqflask/base')
-rwxr-xr-x | wqflask/base/data_set.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/base/data_set.py b/wqflask/base/data_set.py index 9e3e6d81..d9d3a52b 100755 --- a/wqflask/base/data_set.py +++ b/wqflask/base/data_set.py @@ -258,7 +258,7 @@ class GenotypeDataSet(DataSet): # Todo: Obsolete or rename this field self.type = 'Geno' - query = ''' + self.query = ''' SELECT InbredSet.Name, InbredSet.Id FROM |