branch: master 「№57988」
Commited by: Rebecca Alford
GitHub commit link: 「9dfbef8b2c98e133」 「№605」
Difference from previous tested commit:  code diff
Commit date: 2015-07-14 10:15:11

Merge pull request #605 from RosettaCommons/rfalford12/mp_foldtree_checks_and_new_utils Updates to the RosettaMP Framework: FoldTrees, Tilt Angles & More Membrane Utilities Classes: Code: src/protocols/membrane/util.(hh/cc) Unit Test: test/protocols/membrane/MembraneUtil.cxxtest.hh Clean ups & Reorganization = Merge methods in protocols/membrane/geometry/util.* and protocols/membrane/metrics.* into a single util file in protocols/membrane = Added significant documentation to all methods = Consolidated unit tests MembraneMetrics + MembraneGeometryUtil into a single MembraneUtil unit test suite New Methods = Added two methods for general IO: reading in a center / normal from the RosettaScripts and command line interfaces. Aims to reduce code duplication. = New methods for calculating the tilt angle between a TM helix and the membrane normal = Methods for calculating = More sophisticated method for calculating the axis of the helix = FoldTree methods - check whether a membrane is fixed or moveable relative to the protein TransformIntoMembraneMover Updates: Location: src/protocols/membrane/TransformIntoMembraneMover.(hh/cc) Unit Test: test/protocols/membrane/TransformIntoMembraneMover.cxxtest.hh = New constructors for different types of transformations: user specified protein embeddings and membrane positions = Checks for correct membrane foldtree setup = Added test to TransformIntoMembraneMover that checks the angle between the protein embedding normal and membrane normal is zero after transformation Test Changes: Integration - mp_dock_setup, mp_transform, mp_find_interface - cosmetic tracer changes

...


branch: master 「№57987」
Commited by: Rebecca Alford
GitHub commit link: 「b3b878070d675337」 「№633」
Difference from previous tested commit:  code diff
Commit date: 2015-07-14 09:45:16

Merge pull request #633 from RosettaCommons/rfalford12/add_mprelax_sfxn_constructor Add constructor to specify scoring function in MPRelax ----------------------------------------------------------------------------- Added new constructor to MPRelax that takes a ScoreFunction. The ScoreFunction is also now a private member of the class to accommodate. Currently intended for use in PyRosetta so not hooked in anywhere

...


branch: master 「№57986」
Commited by: Labonte
GitHub commit link: 「c6a831a49ee9bc89」 「№632」
Difference from previous tested commit:  code diff
Commit date: 2015-07-14 06:50:16

Merge pull request #632 from RosettaCommons/JWLabonte/sugars/docking Minimizer: Carbohydrate virtual atoms now ignored by the minimizer This merge will fix a frequent bug that occurred when the minimizer tried to move virtual atoms present in carbohydrate Residues. No body will care except for me. Also included are personal pilot app. changes and a minor tweak to some pose metric output to use tracers instead of cout. This tweak results in 11 integration tests differences that are output-only. All unit tests pass.

...


branch: master 「№57985」
Commited by: Vikram K. Mulligan
GitHub commit link: 「6f64157aa6bedc32」 「№634」
Difference from previous tested commit:  code diff
Commit date: 2015-07-13 22:47:19

Merge pull request #634 from RosettaCommons/vmullig/fix_fithelixparams Fixing a small mistake in FitSimpleHelix.cc Atom names were being taken from the wrong residue. Merging without testing, since this is a very minor change that should only affect one pilot app.

...


branch: master 「№57984」
Commited by: Vikram K. Mulligan
GitHub commit link: 「fc6b9c17ca4fbb64」 「№617」
Difference from previous tested commit:  code diff
Commit date: 2015-07-13 20:00:21

Merge pull request #617 from RosettaCommons/vmullig/multirepeat_bundle Adding a ring closure term for proline-like noncanonicals. The pro_close term seems to do some proline-specific things, so we need a ring closure term for proline-like noncanonicals (e.g. cis-ACPC, trans-ACHC). - Add ncaa_ring_closure scoring term. - Set up simple harmonic potentials holding two virtuals overtop two real atoms. (The idea is that we enforce ring closure with good bond angles and bond lengths by setting up the residue with virtuals attached to the real atoms in the bond to be closed, with each virtual overlapping the atom that is not its parent: A--x y--B. By enforcing that x be overtop B and y be overtop A, we get the bond angles and bond lengths for free.) - Set up atom derivatives for the harmonic potentials. - Use the virtual shadow code for determining which atoms to apply the potential to. - Update the cyclic beta-amino acid params files: - cis-ACPC - cis-ACHC - Unit tests. - Documentation. This pull request also: - Fixes a serious bug in the way in which shadow atom records were being set up when creating variant ResidueTypes. - Adds a flag, "-score:no_pro_close_ring_closure", that disables the ring closure part of the pro_close score term, allowing this term to ONLY do what it does for the i-1 residue's torsions. This allows ring_close to be used with pro_close, with ring_close handling closure of the proline ring and pro_close handling mainchain torsions of the i-1 residue. - Add a test in the pro_close unit tests for pro_close with the above flag.

...


branch: master 「№57983」
Commited by: Tom Linsky
GitHub commit link: 「c46d8da3d56ee150」 「№631」
Difference from previous tested commit:  code diff
Commit date: 2015-07-13 13:40:20

Merge pull request #631 from RosettaCommons/tlinsky/foldtree_deljump Fix FoldTree issue where delete_extra_vertices could delete root

...


branch: master 「№57982」
Commited by: Tom Linsky
GitHub commit link: 「f66cc3878db7bbc0」 「№626」
Difference from previous tested commit:  code diff
Commit date: 2015-07-12 14:15:52

Merge pull request #626 from RosettaCommons/tlinsky/construct_poly_xxx_hook Add hook into construct_poly_xxx_pose to prevent code duplication

...


branch: master 「№57981」
Commited by: Sergey Lyskov
GitHub commit link: 「bf43a3bbc57264b6」 「№616」
Difference from previous tested commit:  code diff
Commit date: 2015-07-12 13:09:16

Merge pull request #616 from RosettaCommons/sergey/optimization Upgrading default optimization settings to use Core2 instruction set and optimize code for ‘generic’ CPU. Setting Mac Clang build to use mtune=native (since we already using native instruction due to march=native there is no harm of tuning code to native CPU as well).

...


branch: master 「№57980」
Commited by: Sergey Lyskov
GitHub commit link: 「cf820f744e20babf」
Difference from previous tested commit:  code diff
Commit date: 2015-07-12 13:05:38

Refactoring HPC drivers, updating scientific tests examples.

...


branch: master 「№57979」
Commited by: Tom Linsky
GitHub commit link: 「77de8d4c0b8c6569」 「№625」
Difference from previous tested commit:  code diff
Commit date: 2015-07-11 17:25:57

Merge pull request #625 from RosettaCommons/tlinsky/iss_setchain Add "set_chain()" method to FragmentLookupFilter

...


branch: master 「№57978」
Commited by: Tom Linsky
GitHub commit link: 「7aee84d116cd1807」 「№627」
Difference from previous tested commit:  code diff
Commit date: 2015-07-11 17:25:23

Merge pull request #627 from RosettaCommons/tlinsky/strandpairing_has_paired_res Add has_paired_residue() method to StrandPairing()

...


branch: master 「№57977」
Commited by: Tom Linsky
GitHub commit link: 「0323f01d6358b4c9」 「№624」
Difference from previous tested commit:  code diff
Commit date: 2015-07-11 17:24:52

Merge pull request #624 from RosettaCommons/tlinsky/rcg_constraints_accessor Add constraints() accessor to RemodelConstraintGenerator

...


branch: master 「№57976」
Commited by: Tom Linsky
GitHub commit link: 「ec4adc87d2668425」 「№623」
Difference from previous tested commit:  code diff
Commit date: 2015-07-11 17:24:13

Merge pull request #623 from RosettaCommons/tlinsky/blueprint_stream Add function to read a blueprint file from a std::istream

...


branch: master 「№57975」
Commited by: Labonte
GitHub commit link: 「549484925286e8b9」
Difference from previous tested commit:  code diff
Commit date: 2015-07-11 15:58:47

FoldTree: merging in style/format changes in advance of pull request, to make actual changes more obvious

...


branch: master 「№57974」
Commited by: Tom Linsky
GitHub commit link: 「03e98739bf402852」 「№620」
Difference from previous tested commit:  code diff
Commit date: 2015-07-10 00:50:41

Merge pull request #620 from RosettaCommons/tlinsky/kic_clear_residues Add methods to clear residue lists in GeneralizedKIC

...


branch: master 「№57973」
Commited by: Tom Linsky
GitHub commit link: 「9ae0bcba10162a4e」 「№582」
Difference from previous tested commit:  code diff
Commit date: 2015-07-09 19:47:26

Merge pull request #582 from RosettaCommons/tlinsky/layerdesign_scn_accessor Refactor horrific parse_tag() function in LayerDesign

...


< 1 .. 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 .. 354 >

Legend:
queued Queued Test
queued for comparison Test finished running but not yet compared
running Test is Running right now
comparing Test results is now comparing with previous results
finished Test is finished without errors
failed Test failed
build Failed Test could not be run because build failed
script failed Test results is unknow because test-script failed
canceled Test was canceled