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

Encountering some issues with reduce2 to add hydrogens to protein #1026

Open
liyue9129 opened this issue Oct 28, 2024 · 2 comments
Open

Encountering some issues with reduce2 to add hydrogens to protein #1026

liyue9129 opened this issue Oct 28, 2024 · 2 comments

Comments

@liyue9129
Copy link

liyue9129 commented Oct 28, 2024

Hi,
I encountered an issue when using reduce2 to add hydrogens to my protein. Some amino acids have an extra hydrogen atom added to their amide bonds, which caused problems in my subsequent protein preparation using meeko. I've attached my code below.
`
''

os.environ['MMTBX_CCP4_MONOMER_LIB'] = f"{my_path}/geostd"

os.system(f"python {my_path}/reduce2.py 7WKL_CAQ.pdb output.file_name=7WKL_CAQ_FH.pdb approach=add add_flip_movers=True")`

Could you please help me identify where I might be going wrong? Here are two examples(before and after hydrogenation) of where reduce2 has added an extra hydrogen atom.

7WKL_CAQ.zip

Axtra hydrogen atoms were added to the amide of 'A:109' and 'A:113'.
image

7TUO_KL9.zip
Axtra hydrogen atoms were added to the amide of 'A:321' and 'A:322'.
image

Thank you !

@nwmoriarty
Copy link
Contributor

nwmoriarty commented Oct 28, 2024 via email

@liyue9129
Copy link
Author

Thank you for your response!
I apologize for the confusion. Instead of adding extra hydrogens, the hydrogen added to one amino acid is too close to another amino acid.
I will cut out the two residues and send them along with a more detailed explanation of the issue I am encountering.

Example1:
As depicted in the red box, the hydrogen atom is participating in a covalent bond with both ASP113 and LYS109.
7WKL_CAQ_FH_cut.zip

image

Example2:
The hydrogen atom on the amino group of GLY322 is too close to the carbonyl oxygen of ASN321, as shown in the red box.
7TUO_KL9_FH_cut.zip
image

Thank you !

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