Skip to content

AttributeError: 'module' object has no attribute 'normalize' #6

@eugenio

Description

@eugenio

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions