comparison pieplot_macs/pieplots_macs.py @ 8:37b6e6c43ef8 draft

Uploaded
author alenail
date Thu, 14 Apr 2016 19:05:32 -0400
parents b9b2be216c05
children 4bbea0c6efd5
comparison
equal deleted inserted replaced
7:b9b2be216c05 8:37b6e6c43ef8
50 maptype = words[15] 50 maptype = words[15]
51 51
52 else: 52 else:
53 print "macsflag off" 53 print "macsflag off"
54 try: 54 try:
55 print words
55 start = int(words[3]) 56 start = int(words[3])
56 dist = abs(int(words[15])) 57 dist = abs(int(words[15]))
57 print dist 58 print dist
58 maptype = words[16] 59 maptype = words[16]
59 if maptype == 'gene': 60 if maptype == 'gene':