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

new Weblogo library issue #173

Closed alexdb27 closed 3 years ago

alexdb27 commented 5 years ago

The Weblogo library had been modified (changed from weblogolib to weblogo). I believe so it must be modified:

In pbxplore/analysis/visualization.py

perhaps in pbxplore/scripts/PBstat.py pbxplore/scripts/test.py pbxplore/tests/test_regression.py

We need to modify import weblogolib by import weblogo as weblogolib

And in pbxplore/tests/init.py Change module_info("weblogolib") by module_info("weblogo")

I think, it is sufficient, but I am not sure ... ??

HubLot commented 3 years ago

fixed in #175