Merge pull request #2331 from RosettaCommons/jadolfbr/template_fixes
Jadolfbr/template fixes
A few small fixes for app templates as found by @smlewis
(Also adds print function from future as Python3 rocks)
This addresses #2327
notify author
notify list [rosetta-logs@googlegroups.com]
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.
notify author
notify list [rosetta-logs@googlegroups.com]
Andy Watkins 7 years Sorry for the oblique comment here -- I'd done a pull and push in an unexpected order. This merge should fix up the UTracers inadvertently changed during a prior merge. Sorry friends!
notify author
notify list [rosetta-logs@googlegroups.com]
Merge pull request #2230 from RosettaCommons/orlypolo/peptiderive-head-to-tail-cyc
reformatting handling of candidate cyclic peptide information to allow…
notify author
notify list [rosetta-logs@googlegroups.com]