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

Selecting 5' oxygen returns an empty selection #15

Open
MattiMV opened this issue Jan 1, 2022 · 2 comments
Open

Selecting 5' oxygen returns an empty selection #15

MattiMV opened this issue Jan 1, 2022 · 2 comments

Comments

@MattiMV
Copy link

MattiMV commented Jan 1, 2022

I have a simple system where my dyes are placed on the 5' ends of my dsDNA construct. When I try and select the 5' oxygen for dye attachment I am returned the error:
"Position "D". Attachment atom could not be selected. Specified selection defines 0 atoms instead of one: 'chain D and resid 1 and resname DA and name O5' "
followed by
47:syntax error

Copying the above selection algebra and inputting it into pymol returns the correct atom, I tried messing with which symbol I use to represent prime ' or ′, neither seem to work.

I'm guessing this has something to do with the ' symbol being read incorrectly as any other ' marked atoms return the same error while all other atoms work as expected. I can bypass the issue by renaming the atom name to omit the ' symbol.

@tpeulen
Copy link
Member

tpeulen commented Jan 3, 2022

We are using Olga for nucleic acids. Hence, it is very unlikely that this issue is related to the atom naming. Note, Olga uses a VMD like syntax for defining selections. You cannot use a Pymol syntax. There are examples in the the repository.

If you still have issues, can you post a minimum example that reproduces your issues?

@MattiMV
Copy link
Author

MattiMV commented Jan 14, 2022

Pymol has no syntax for atom names, it's just the name value in the PDB file.

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