diff options
author | Zachary Sloan | 2013-10-08 12:13:56 -0500 |
---|---|---|
committer | Zachary Sloan | 2013-10-08 12:13:56 -0500 |
commit | 3325184b1dd310619626dd31852ab84cae6dc7fc (patch) | |
tree | bf0d3893e25c14094066611f5e7d075d8b0fd092 /wqflask/maintenance | |
parent | 4c37e3962d6f34a935ea23511e5b760be4208474 (diff) | |
download | genenetwork2-3325184b1dd310619626dd31852ab84cae6dc7fc.tar.gz |
Did some work with interval mapping page; will use qtl reaper to do
the mapping, since it is reliable/fast and avoids us having to rewrite
from scratch using something like r/qtl
Diffstat (limited to 'wqflask/maintenance')
-rw-r--r-- | wqflask/maintenance/quick_search_table.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/wqflask/maintenance/quick_search_table.py b/wqflask/maintenance/quick_search_table.py index 9cd792ef..23bd505c 100644 --- a/wqflask/maintenance/quick_search_table.py +++ b/wqflask/maintenance/quick_search_table.py @@ -11,8 +11,10 @@ each trait, its dataset, and several columns determined by its trait type (pheno """ -from __future__ import print_function, division, absolute_import +from __future__ import absolute_import, division, print_function +# We do this here so we can use zach_settings +# Not to avoid other absoulte_imports import sys sys.path.append("../../..") |