-
Notifications
You must be signed in to change notification settings - Fork 119
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
Comments
Can you be more specific? I looked at the locations in the files you
mentioned and am unclear on the issue. You can cut out three residues and
send just that to me with a more detailed explanation for what you see as
wrong.
Cheers
Nigel
…---
Nigel W. Moriarty
Building 91, Molecular Biophysics and Integrated Bioimaging
Lawrence Berkeley National Laboratory
Berkeley, CA 94720-8235
Email : ***@***.***
Web : CCI.LBL.gov
ORCID : orcid.org/0000-0001-8857-9464
On Sun, Oct 27, 2024 at 7:21 PM liyue ***@***.***> wrote:
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.
reduce_opts = "approach=add add_flip_movers=True"
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 {reduce_opts}")
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
<https://github.com/user-attachments/files/17536354/7WKL_CAQ.zip>
Axtra hydrogen atoms were added to the amide of 'A:109' and 'A:113'.
image.png (view on web)
<https://github.com/user-attachments/assets/4ce78734-9d12-42f8-889e-265fe4d45af9>
7TUO_KL9.zip
<https://github.com/user-attachments/files/17536390/7TUO_KL9.zip>
Axtra hydrogen atoms were added to the amide of 'A:321' and 'A:322'.
image.png (view on web)
<https://github.com/user-attachments/assets/d92139cc-87db-4cf8-8b27-bf2b6ec739a4>
Thank you !
—
Reply to this email directly, view it on GitHub
<#1026>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHYQPHT3QS6OSXJCVJBRQTZ5WNSJAVCNFSM6AAAAABQWNT4WGVHI2DSMVQWIX3LMV43ASLTON2WKOZSGYYTOMJRGY3DIMA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Thank you for your response! Example1: Example2: Thank you ! |
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.
`
''
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'.
7TUO_KL9.zip
Axtra hydrogen atoms were added to the amide of 'A:321' and 'A:322'.
Thank you !
The text was updated successfully, but these errors were encountered: