comparison conifer_functions.py @ 24:9c5a978ce25d draft

Uploaded
author bzonnedda
date Thu, 06 Jul 2017 06:02:08 -0400
parents 599c23ab7615
children cbe4551cdc27
comparison
equal deleted inserted replaced
23:9196f299dc5e 24:9c5a978ce25d
23 # along with this program. If not, see <http://www.gnu.org/licenses/>. 23 # along with this program. If not, see <http://www.gnu.org/licenses/>.
24 ####################################################################### 24 #######################################################################
25 ####################################################################### 25 #######################################################################
26 26
27 import csv 27 import csv
28 from tables import * 28 #from tables import *
29 import numpy as np 29 import numpy as np
30 import operator 30 import operator
31 31
32 class rpkm_value(IsDescription): 32 class rpkm_value(IsDescription):
33 probeID = UInt32Col(pos=0) 33 probeID = UInt32Col(pos=0)