From 624037d52ca2e4066c416164e96d3b99be4982d3 Mon Sep 17 00:00:00 2001 From: Daniel Blankenberg Date: Tue, 16 Jan 2007 17:36:00 +0000 Subject: [PATCH] Fix aggregate binned scores in intervals. This tool could definitly use more friendly error messages. misc module provided a method for opening and guessing the type of a compressed file by extention. Does not appear that the module was even used. --- tools/stats/aggregate_binned_scores_in_intervals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/stats/aggregate_binned_scores_in_intervals.py b/tools/stats/aggregate_binned_scores_in_intervals.py index 9f71e8c01da..2dde1225b62 100755 --- a/tools/stats/aggregate_binned_scores_in_intervals.py +++ b/tools/stats/aggregate_binned_scores_in_intervals.py @@ -24,7 +24,7 @@ from bx.binned_array import BinnedArray, FileBinnedArray from bx import intervals from fpconst import isNaN import cookbook.doc_optparse -import misc +#import misc import os from Numeric import *