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

atomselect doesn't recognize numbonds #122

Open
raimis opened this issue Dec 23, 2022 · 1 comment
Open

atomselect doesn't recognize numbonds #122

raimis opened this issue Dec 23, 2022 · 1 comment

Comments

@raimis
Copy link

raimis commented Dec 23, 2022

Molecule.atomselect doesn't recognize numbonds. This is a deviation from the original VMD implementation (https://www.ks.uiuc.edu/Research/vmd/vmd-1.9/ug/node87.html)

from moleculekit.molecule import Molecule
mol = Molecule('3PTB')
mol.atomselect('numbonds = 2')

RuntimeError: Failed to parse selection numbonds = 2 with error Syntax error at ''numbonds''
@giadefa
Copy link
Contributor

giadefa commented Dec 23, 2022 via email

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