[go: nahoru, domu]

Skip to content
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

Entity detection in trajectories with protein-ligand complexes #533

Open
rabiakhd opened this issue Jun 28, 2024 · 1 comment
Open

Entity detection in trajectories with protein-ligand complexes #533

rabiakhd opened this issue Jun 28, 2024 · 1 comment

Comments

@rabiakhd
Copy link

Blender 4.1
Molecular Nodes 4.1.4
Windows 11

MD simulation software: Schrodinger Maestro
Trajectory conversion form .cms to .dcd using VMD

topology and trajectory files: [https://miami.box.com/s/mdwiau38bho3dv635flszy3169602l9a]

The ligand and solvent are grouped together and identified as one chain on MD import
Automatic ligand detection from protein-ligand complexes inside trajectories will be awesome.

@BradyAJohnston
Copy link
Owner

This seems to be more an issue the topology. Looking at the data you sent, there are only two chains identified in the topology to begin with.

>>> np.unique(universe.atoms.chainIDs)
array(['A', 'X'], dtype=object)

There is potential to improve the ligand detection though - how would you extract ligand information from this trajectory currently?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants