-
Notifications
You must be signed in to change notification settings - Fork 114
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
pdb_fixinsert can't handle the PDB, which has missing residue in insertion code region #148
Comments
Hi @hw-protein First of all, thanks for your feedback. I don't know if this is a bug because the insertion is correctly addressed (to my knowledge and expectations). But, for what I understood, you were expecting
This could be an approach if your PDB has only one chain. @JoaoRodrigues Do you think the example reported by @hw-protein is a real bug of |
I was expecting I would like to ask about the algorithm of this program. 1)Can "pdb_fixinsert" also be used for PDB files where there is missing residue in ATOM line?
I think the second question is related with first question. |
No. Having clarified your concerns and the @JoaoRodrigues @amjjbonvin should Cheers, |
pdb_fixinsert does not perform renumbering properly when a residue with insertion code is missing.
For example,
1-1) Input : full PDB of 7JMO heavy chain
1-2) Ouput of pdb_fixinsert , for this case work successful
However, when I delete the residue with number 100B and 101
2-1) Input, delete line for residue number 100B and 101
2-2) Output, WRONG numbering compare it with 1-2. Different residue numbering with 1-2
The text was updated successfully, but these errors were encountered: