Closed roshan2004 closed 5 years ago
The most recent develop
version of PyContact supports the newer MDAnalysis versions.
It is just the one deposited on pip
that is outdated.
Download the repo and run
python setup.py build_ext -i
python setup.py install
inside the downloaded directory.
I tried to use pycontact to study the interaction of interest. The simulation files were produced using gromacs 2018.1, and it seems that MDAnalysis 0.15.0 which pycontact explicitly uses does not support the tpr produced from the newer versions of gromacs. Can't the pycontact be updated so that it uses the newer version of MDAnalysis? Thanks