I faced a problem with IgFold: sometimes Rosetta refinement creates breaks in the antibody chain.
A probable reason is that in the pdb_string of the predicted structure TER records are placed not at the end of the chain, but inside it (while they are in place after the write_pdb_bfactor function). I believe it is because delims list is determined as containing the number of the last residue in the chain, but later atom number (k) and not residue number (r) is searched in it.
Hello!
Thank you for your great instrument.
I faced a problem with IgFold: sometimes Rosetta refinement creates breaks in the antibody chain.
A probable reason is that in the
pdb_string
of the predicted structure TER records are placed not at the end of the chain, but inside it (while they are in place after thewrite_pdb_bfactor
function). I believe it is becausedelims
list is determined as containing the number of the last residue in the chain, but later atom number (k) and not residue number (r) is searched in it.