changeset 24:9c5a978ce25d draft

Uploaded
author bzonnedda
date Thu, 06 Jul 2017 06:02:08 -0400
parents 9196f299dc5e
children abdc05fae16e
files conifer_functions.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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