「view this page in B3 βῆτα server」

Revisions №59538

branch: master 「№59538」
Commited by: raemisch
GitHub commit link: 「7880b6f57ecb65d6」
Difference from previous tested commit:  code diff
Commit date: 2017-06-13 17:19:00

Removed assumed connections between non-polymers and glycans. There was a problem when a non-polymeric HETATM (metals e.t.c.) appears before a protein-bound glycan in the pdb file. There was a check whether something is NOT a lower terminus, but also the previous residue is not a polymer. If that is true, Rosetta makes that residue a terminus, because a bond non-polymer -> polymer doesn't make sense. I added another condition, which checks if residue i has a lower_connect to another polymer to get around that.

...