pierrepo / PBxplore

A suite of tools to explore protein structures with Protein Blocks :snake:
https://pbxplore.readthedocs.org/en/latest/
MIT License
28 stars 17 forks source link

Cannot_Generate_Plots_Using_PBstat.py #100

Closed TJRnarwani closed 8 years ago

TJRnarwani commented 8 years ago

Hi I tried generating stats from my PB.count file but the script PBstat.py breaks with an error:

"Traceback (most recent call last): File "PBstat.py", line 202, in pbstat_cli() File "PBstat.py", line 170, in pbstat_cli pbx.analysis.plot_map(file_fig_name, count, residue_min, residue_max) AttributeError: 'module' object has no attribute 'plot_map'"

Is there something which I would be missing? or it's a bug?

jbarnoud commented 8 years ago

PBstat should check for matplotlib.

TJRnarwani commented 8 years ago

@jbarnoud Thanks, it worked.. :100: :+1:

HubLot commented 8 years ago

issue can be closed thanks to PR #107