diff options
author | zsloan | 2015-07-10 20:57:32 +0000 |
---|---|---|
committer | zsloan | 2015-07-10 20:57:32 +0000 |
commit | 05a12410b7ee1864fede3c88f0fc823e8a2ebd6c (patch) | |
tree | 155140adbcb7901ede34db05cb26009119ebd49c /wqflask/base | |
parent | 840285e3533790760b763aaa43d3099f9b0a5d69 (diff) | |
download | genenetwork2-05a12410b7ee1864fede3c88f0fc823e8a2ebd6c.tar.gz |
Fixed the genofile_parser.py script since some .geno files had been incorrectly converted to json
Fixed GO search to work with combined searches
Diffstat (limited to 'wqflask/base')
-rwxr-xr-x | wqflask/base/data_set.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/wqflask/base/data_set.py b/wqflask/base/data_set.py index 414cc71a..a572a607 100755 --- a/wqflask/base/data_set.py +++ b/wqflask/base/data_set.py @@ -163,8 +163,6 @@ class Markers(object): for marker in markers: if (marker['chr'] != "X") and (marker['chr'] != "Y"): marker['chr'] = int(marker['chr']) - #else: - # marker['chr'] = 20 print("Mb:", marker['Mb']) marker['Mb'] = float(marker['Mb']) |