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

missing atoms in PDB input (2hol) #5

Open
amir-tagh opened this issue Aug 28, 2024 · 2 comments
Open

missing atoms in PDB input (2hol) #5

amir-tagh opened this issue Aug 28, 2024 · 2 comments

Comments

@amir-tagh
Copy link

Hello,

Thank you for developing such a useful tool. I have some issues with some PDB entries (like 2hol). The pdb file has some missing atoms for example in U46 there is no base and the U residue is just sugar+backbone. Do you have any suggestions how to handle such cases.

Thanks for your help.

error:
[ Info ] Converting PDB file to the SimRNA representation ...
[ Info ] Checking RNA structure ...
[ Fail ] In residue G 9 there are no atoms: P
[ Fail ] In residue U 36 there are no atoms: N1,C2,C4
[ Fail ] In residue C 54 there are no atoms: N1,C2,C4
[ Fail ] In residue U 55 there are no atoms: N1,C2,C4
[ Fail ] In residue U 63 there are no atoms: N1,C2,C4
[ Fail ] There are 5 errors in the given RNA structure. Please fix it and resubmit.

@filipsPL
Copy link
Owner

Hi,

Thanks for reporting the problem. Actually, AnnapuRNA cannot handle structures with missing atoms (due to the nature of the method).

The workaround would be:

  • either remove the whole residue (easy)
  • or remodel the residue and add missing atoms (difficult)

I would start with the first one. U46 does not seem to be very close to the ligand, so hopefully the contribution is not very large.

@amir-tagh
Copy link
Author

Hello,

Thank you for your help. I will try the first approach, seems easier to implement regarding the large number of structures I need to study.

Best,

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