branch: master 「№58916」
Commited by: Kyle Barlow
GitHub commit link: 「9bded6d84cc6e9c3」 「№1582」
Difference from previous tested commit:  code diff
Commit date: 2016-09-12 15:44:45

Merge pull request #1582 from RosettaCommons/kylebarlow/pymol_observer Associate each PyMolObserver with a single Pose object

...


branch: master 「№58915」
Commited by: Vikram K. Mulligan
GitHub commit link: 「28d0da0c28fbcf97」
Difference from previous tested commit:  code diff
Commit date: 2016-09-12 02:18:31

Beautifying master.

...


branch: master 「№58914」
Commited by: Andrew Watkins
GitHub commit link: 「f61790c89e2fc447」 「№1593」
Difference from previous tested commit:  code diff
Commit date: 2016-09-11 16:24:23

Merge pull request #1593 from RosettaCommons/everyday847/ERRASER_to_main ERRASER python scripts should be part of main

...


branch: master 「№58913」
Commited by: Sergey Lyskov
GitHub commit link: 「575ad7e5edee793b」 「№1608」
Difference from previous tested commit:  code diff
Commit date: 2016-09-11 13:36:48

Merge pull request #1608 from RosettaCommons/sergey/binder Fixing PyRosetta so it could be compiled with latest Pybind11 master.

...


branch: master 「№58912」
Commited by: Andrew Watkins
GitHub commit link: 「62f59926235b0753」 「№1609」
Difference from previous tested commit:  code diff
Commit date: 2016-09-11 11:41:57

Merge pull request #1609 from RosettaCommons/everyday847/fix_erraser_whoops Fix ERRASER -- whoops!

...


branch: master 「№58911」
Commited by: Rocco Moretti
GitHub commit link: 「0ca4248d244ad192」 「№1596」
Difference from previous tested commit:  code diff
Commit date: 2016-09-10 13:27:39

Merge pull request #1596 from RosettaCommons/roccomoretti/relax_centroid_native Fix issue with centroid poses and -relax:constrain_relax_to_native_coords -relax:constrain_relax_to_native_coords would only work if you also included the -in:file:fullatom flag. Otherwise, the native pose would get loaded as centroid mode. (By set_native_in_mover() in src/protocols/jd2/util.cc) That's terribly silly, as relax is a full-atom only protocol. (Doubly so, as the -s gets loaded as fullatom by default, but the -in:file:native is loaded as centroid.) This pull request bypasses the "is it centroid or not" logic, and always loads the native reference pose as fullatom. Integration test changes expected in relax_w_allatom_cst, as the native pose is now loaded as centroid (due to removing the -in:file:fullatom flag from the integration test), even though the centroid version is not used.

...


branch: master 「№58910」
Commited by: Jared Adolf-Bryfogle
GitHub commit link: 「4075d4caf7624cc1」 「№1581」
Difference from previous tested commit:  code diff
Commit date: 2016-09-09 12:12:26

Merge pull request #1581 from RosettaCommons/jadolfbr/grafting_disulfides Fix antibody.cc This PR adds an option, optimal_graft, that fixes the grafting component of antibody.cc. By fix, I mean that it uses the exact settings we have successfully used for antibody design - this results in 100% graft closure, clean disulfides, and lower energies. By using other code for this option, we also fix a major bug in the grafting component of antibody.cc, which is responsible for much of the disulfide issues. We also add disulfide score terms for centroid mode in AnchoredGraftMover's default, smooth centroid score function. They help to lessen the effects of the bug without the optimal_graft option, but do not alleviate it completely. This will change a few integration tests that use AnchoredGraftMover or CCDEndsGraftMover including antibody_designer and AnchoredPDBCreator due to the additional centroid score terms. Thanks to @lqtza for testing and debugging all this with me, as well as the work calling Relax directly for the final relax, instead of generating it from cmd-line options.

...


branch: master 「№58909」
Commited by: Jared Adolf-Bryfogle
GitHub commit link: 「d74272886f8ea29a」 「№1546」
Difference from previous tested commit:  code diff
Commit date: 2016-09-09 11:59:37

Merge pull request #1546 from RosettaCommons/jadolfbr/ab_numbering_converter Antibody numbering conversion Description ========= * Add a mover and app for converting antibody structures from one numbering scheme to another. * Change numbering_scheme option to input_ab_scheme * Implement output_ab_scheme to every app that outputs antibodies, so users can use any scheme as input and get any scheme as output in antibody apps, including antibody.cc (well, at least for output). *Fix public app code_template. - [x] Add Mover to inter-convert numbering schemes: ```AntibodyNumberingConverterMover``` - [x] Add app that does the conversion: ```antibody_numbering_converter``` - [x] Add integration test for app - [x] Add RosettaScript Integration - [x] Test with structures numbered in AHo and convert to Chothia! Woohoo! Reload the Chothia antibody in Rosetta, test clustering, CDRs, etc. - [x] Update intra-cdr numbering database file manually using 2001 AHo numbering paper and the numbering scheme atlas. - [x] Test crazy H3 antibodies and thoroughly write unit tests to interconvert all schemes and load back in. Requested: ========= - [x] Change input flag from ```-numbering_scheme_``` to``` _-input_ab_numbering_``` - [x] Change output flag from ```-output_numbering_scheme``` to ```-output_ab_numbering```. - [x] Remove ```_Scheme``` suffix for numbering schemes - at least in terms of string parsing. Current Use ========= Just add the option, ```-output_ab_scheme``` to any antibody app that writes PDBs or the converter app. Note that the option ```-input_ab_scheme``` instructs which numbering scheme the current input pdb is (and that ```-numbering_scheme``` option has been deprecated in favor of this option).

...


branch: master 「№58908」
Commited by: Xingjie Pan
GitHub commit link: 「7b5bf62fea4002c0」 「№1590」
Difference from previous tested commit:  code diff
Commit date: 2016-09-09 10:55:18

Merge pull request #1590 from RosettaCommons/xingjiepan/move_Graph_from_core_to_utility Move graph from core to utility

...


branch: master 「№58907」
Commited by: Andrew Watkins
GitHub commit link: 「7cbc066119c5a9b4」 「№1549」
Difference from previous tested commit:  code diff
Commit date: 2016-09-09 01:36:25

Merge pull request #1549 from RosettaCommons/everyday847/rna_thread_and_minimize No integration test changes (save what's expected, e.g. number_of_residuetypes)

...


branch: master 「№58906」
Commited by: Brian D. Weitzner
GitHub commit link: 「fd221c21553532c6」
Difference from previous tested commit:  code diff
Commit date: 2016-09-08 19:40:03

Updating the Xcode project template file to be compatible with the libxml2 in external. Xcode users: you will need to remove the project file and regenerate it using the following command: $ cd Rosetta/main/source/xcode && rm Rosetta.xcodeproj/project.pbxproj && python make_project.py all

...


branch: master 「№58905」
Commited by: Andrew Watkins
GitHub commit link: 「04fe2fd313463a27」 「№1568」
Difference from previous tested commit:  code diff
Commit date: 2016-09-08 14:51:50

Merge pull request #1568 from RosettaCommons/everyday847/better_ERRASER_minimization All of you who really love refining RNA structures: the first stage of doing so just got a lot faster!

...


branch: master 「№58904」
Commited by: Andrew Watkins
GitHub commit link: 「dba6351aa665ff0d」 「№1584」
Difference from previous tested commit:  code diff
Commit date: 2016-09-08 12:42:30

Merge pull request #1584 from RosettaCommons/everyday847/deprecate_n_residue Merging! We seem to have come to a consensus, after all.

...


branch: master 「№58903」
Commited by: Andrew Watkins
GitHub commit link: 「0f89e0f6f76faf7d」 「№1595」
Difference from previous tested commit:  code diff
Commit date: 2016-09-07 19:51:58

Merge pull request #1595 from RosettaCommons/everyday847/post_modernization_beauty Post-modernization beautification

...


branch: master 「№58902」
Commited by: Andy Watkins
GitHub commit link: 「01a57f1001de159f」
Difference from previous tested commit:  code diff
Commit date: 2016-09-07 18:05:29

Merging actual fix

...


branch: master 「№58901」
Commited by: Andrew Watkins
GitHub commit link: 「567e481eb4f6f3d6」 「№1594」
Difference from previous tested commit:  code diff
Commit date: 2016-09-07 17:47:36

Merge pull request #1594 from RosettaCommons/everyday847/loop_convert Modernizations, for real this time

...


< 1 .. 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 .. 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