-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
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
RMSD reference containing protein and ligand #376
Comments
This should be easy to do. The collective variable was actually added for steered molecular dynamics, not metadynamics. If I recall we need to provide a reference PDB at some point, so there is the need to map indices correctly. I think the logic would still carry over to a multi molecule system. |
For now you can just create two CVs and use them both. |
Actually, that won't work since the same name is used for the reference PDB. This is a bug, so I'll fix tomorrow. |
Yea have been trying it but at the moment the interface blocks me from using another other than a single molecule as a reference. I want to use a protein-ligand structure as a reference with two molecules. |
I think you'll need to use two CVs then, otherwise there is no way to decompose, i.e. for the purposes of measuring one the ligand RMSD only. |
It wouldnt work with two CVs. |
Okay, then we'll need a different API then. Will have a think. |
Sure, no worries or rush. This sort of thing https://sire.openbiosim.org/cheatsheet/openmm.html# |
I'm testing a new approach on this branch. Now the user passes in a full system for the |
One thing I'll add is the ability to specify a mapping between the molecule(s) used in the reference and the system so that the user doesn't need to pass a full system as the reference. At the moment it assumes that the two systems match, i.e. have the same number of molecules in the same order, etc. |
Sounds good. |
No, the only CV that currently works with OpenMM is Funnel. This is because we aren't using Plumed so the OpenMM scripts are completely custom. All CVs should work with Plumed patched engines, e.g. AMBER or GROMACS. |
Is your feature request related to a problem? Please describe.
I want to use BioSimSpace.Metadynamics.CollectiveVariable.RMSD on a ligand pose
Describe the solution you'd like
I would like to be able to use BioSimSpace.Metadynamics.CollectiveVariable.RMSD with a ligand pose in its pocket which means a reference containing more than one molecule
Describe alternatives you've considered
I don't see an alternative to using a multi-molecule reference when using RMSD CVs with ligand poses
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: