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

Revisions №58569

branch: master 「№58569」
Commited by: Jared Adolf-Bryfogle
GitHub commit link: 「48f80128de69e5bb」 「№1209」
Difference from previous tested commit:  code diff
Commit date: 2016-03-21 15:07:35

Merge pull request #1209 from RosettaCommons/jadolfbr/sugars/enable_n_omegas Glycan Relax Updates Updates ====== - This PR will enable omega2 sampling for the ASN-glycan linkage and enable n-omega sampling for all other glycan linkages. - The BBDihedralSamplerMover now can take any number of BBSamplers for any torsion and sample on these. It can also now use the MoveMap's TorsionID functionality to set specific BB torsions. This makes GlycanRelaxMover sample evenly on the glycan residues and removes biases where we were over-sampling omega torsion angles for those glycan linkages where this angle is present. - Bug Fix for SugarBBSampler where phi dihedral was not being sampled if omega was present. Integration Tests ============ Integration Test changes expected for glycan_relax and simple_glycosylation. Also expected for those using out:level debug as I added a debug tracer output to RandomMovers apply if the TR.Debug is visible. Code Templates ============ Make it so that templates created using the code_templates framework are compilable after generation, which was suggested during WinterRosettaCon 2016 and is very cool to be able to do.

...