I tried to use the example in Draw a Blast Output tutorials but I 'm getting this error. What am I missing ?
python blast-printer.py
Traceback (most recent call last):
File "blast-printer.py", line 49, in
name = 'Query')
File "/usr/local/lib/python2.7/dist-packages/biograpy-1.0b0dev_r0-py2.7.egg/biograpy/tracks.py", line 153, in init
self.norm = colors.normalize(vmin = self.min_score, vmax = self.max_score)
AttributeError: 'module' object has no attribute 'normalize'