graeter-group / kimmdy

Reactive MD pipeline for GROMACS using Kinetic Monte Carlo / Molecular Dynamics (KIMMDY)
https://graeter-group.github.io/kimmdy/
GNU General Public License v3.0
8 stars 1 forks source link

reading tprs #477

Open jmbuhr opened 2 months ago

jmbuhr commented 2 months ago

https://userguide.mdanalysis.org/stable/formats/reference/tpr.html#supported-versions

ehhartmann commented 2 months ago

maybe this works for hat-naive but not for the proper hat reaction plugin because the files contain different information and are parsed differently in mda

jmbuhr commented 2 months ago

true, so we need to use mda directly from github. We can pin it to a specific commit on their default branch for our own dev dependencies in requirements.txt. Note though, that this will not work for KIMMDY's actual dependencies in setup.cfg, because PyPi doesn't allow that (https://setuptools.pypa.io/en/latest/userguide/dependency_management.html#direct-url-dependencies)

jmbuhr commented 2 months ago

This also means the HAT plugin can not make its way onto pypi until mda has had a new release on pypi