We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dear all I'm trying use Insty, but getting error:
from prody import * pdbfile = "coor_D2T28H7.pdb" dcdfile = "traj_D2T28H7_noPBC.dcd" atoms = parsePDB(pdbfile) dcd = Trajectory(dcdfile) dcd.link(atoms) dcd.setCoords(atoms)
And when I want use Interactions(), is given me the following error:
--------------------------------------------------------------------------- NameError Traceback (most recent call last) Cell In[4], line 1 ----> 1 Interactions() NameError: name 'Interactions' is not defined
The text was updated successfully, but these errors were encountered:
You have to use the development version of prody from github. We haven't yet released v2.5 with InSty to PyPI and conda-forge
See #1932
Sorry, something went wrong.
No branches or pull requests
Dear all I'm trying use Insty, but getting error:
And when I want use Interactions(), is given me the following error:
The text was updated successfully, but these errors were encountered: