Becksteinlab / MDPOW

Calculation of water/solvent partition coefficients with Gromacs.
https://mdpow.readthedocs.io
GNU General Public License v3.0
25 stars 10 forks source link

remove pybol dependency #106

Open orbeckst opened 5 years ago

orbeckst commented 5 years ago

@ianmkenney said he doesn't want to maintain pybol anymore so we need to replace it with something simpler.

EDIT: ~Maybe this helps with the strange errors on CI, where templates cannot be found (eg PR #103).~ That was not pybol's fault and since moving to GH actions, none of these issues surfaced.

orbeckst commented 5 years ago

@ianmkenney can you please take a look together with @VOD555 ?

orbeckst commented 3 years ago

We can also add pybol code from https://github.com/ianmkenney/PyBOL into our tests (to get rid of one package dependency with unmaintained code) and then replace it eventually with simpler code.

orbeckst commented 3 years ago

In the meantime, we're updating pybol where necessary and wait for 0.3.0 https://github.com/ianmkenney/PyBOL/issues/25