CAMI-challenge / OPAL

OPAL: Open-community Profiling Assessment tooL
https://cami-challenge.github.io/OPAL/
Apache License 2.0
25 stars 6 forks source link

Do not use tk #9

Closed pbelmann closed 6 years ago

pbelmann commented 6 years ago

Tkinter is meant for creating windows. I modified the backend of matplotlib for generating figures with this Pull Request. This Pull request removes the dependency to tkinter, which means, that a user does not have to install it.

We should remove this dependency also in any other package because it allows us to provide Opal and any other tool as a pip package:

pip install opal