# HG changeset patch # User bzonnedda # Date 1499335328 14400 # Node ID 9c5a978ce25de1ddf6a5e1b8ea5728c03567f483 # Parent 9196f299dc5e8a62e78378d891c43120a65243c8 Uploaded diff -r 9196f299dc5e -r 9c5a978ce25d conifer_functions.py --- a/conifer_functions.py Thu Jul 06 05:46:47 2017 -0400 +++ b/conifer_functions.py Thu Jul 06 06:02:08 2017 -0400 @@ -25,7 +25,7 @@ ####################################################################### import csv -from tables import * +#from tables import * import numpy as np import operator @@ -367,4 +367,4 @@ def getExonIDs(self, chromosome, start, stop): probe_tbl = self.h5file.root.probes._f_getChild("probes_chr" + str(chromosome)) exons = probe_tbl.getWhereList('(start >= %d) & (stop <= %d)' % (start,stop)) - return exons \ No newline at end of file + return exons