From 3325184b1dd310619626dd31852ab84cae6dc7fc Mon Sep 17 00:00:00 2001 From: Zachary Sloan Date: Tue, 8 Oct 2013 12:13:56 -0500 Subject: 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 --- wqflask/maintenance/quick_search_table.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'wqflask/maintenance/quick_search_table.py') 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("../../..") -- cgit v1.2.3