branch: master 「№59333」
Commited by: Vikram K. Mulligan
GitHub commit link: 「67d30361e4bdfa62」
Difference from previous tested commit:  code diff
Commit date: 2017-03-06 19:48:50

Beautifying master. It hasn't been beautified in some time. Please be sure to use Andrew's new beautify_changed_files_in_branch.py script to beautify your branch before merging into master from this point onward. (It's a very fast script -- it just takes a few seconds.)

...


branch: master 「№59332」
Commited by: Vikram K. Mulligan
GitHub commit link: 「ffb98a7e9006fd36」 「№2074」
Difference from previous tested commit:  code diff
Commit date: 2017-03-06 19:37:06

Merge pull request #2074 from RosettaCommons/vmullig/fix_christine_nmethylation_issue Make the UnsatSelector compatible with symmetry Christine Kang reported an issue in trying to N-methylate peptides with symmetry. It turns out that the problem isn't with the N-methylation code, but with the UnsatSelector, which was being used to select positions in which the amide proton isn't involved in a hydrogen bond. This pull request aims to make the UnsatSelector compatible with symmetry. While I'm at it, I'm adding serialization support for the UnsatSelector, too. Tasks: - [x] Make the UnsatSelector symmetry-compatible. - [x] Make the UnsatSelector serializable. - [x] Beauty. While I'm at it: - [x] Modify FastRelax so that the scorefunction is made symmetric or asymmetric to match the pose. It's silly to ask the user to keep declaring separate symmetric or asymmetric scorefunctions -- it's just one more barrier to learning Rosetta. - [x] Do the same with FastDesign.

...


branch: master 「№59331」
Commited by: Vikram K. Mulligan
GitHub commit link: 「261926c784b8ab37」 「№2078」
Difference from previous tested commit:  code diff
Commit date: 2017-03-06 19:30:53

Merge pull request #2078 from RosettaCommons/vmullig/refactor_xsd_functions_a_wee_bit Expose useful XSD-parsing functions in utility, and add a few more I'm cherry-picking some Rosetta changes from my GUI branch. Note that none of this makes Rosetta aware of the GUI in any way -- these are just utility functions that make it easier for the GUI to get information from the RosettaScripts XSD about the interfaces for movers, filters, etc. It makes sense for them to live in Rosetta since many different pieces of UI and non-UI code may want to use them.

...


branch: master 「№59330」
Commited by: Rocco Moretti
GitHub commit link: 「7b4d80ca8070495e」 「№2085」
Difference from previous tested commit:  code diff
Commit date: 2017-03-06 18:35:39

Merge pull request #2085 from RosettaCommons/roccomoretti/cmake_nan_inf Update CMake for NaN/Inf issues. Pull Request #1737 fixed the scons build system for proper Inf/NaN handling, but the CMake subsystem was overlooked. This pull request fixes the issue, by adding the proper exclusion flags to the CMake build systems.

...


branch: master 「№59329」
Commited by: Vikram K. Mulligan
GitHub commit link: 「b2f83cd96cebc40c」
Difference from previous tested commit:  code diff
Commit date: 2017-03-06 01:41:38

Shushing an integration test that's producing spurious differences. It need not output the core.init tracer.

...


branch: master 「№59328」
Commited by: Rhiju Das
GitHub commit link: 「e03ee5705ad09eaf」 「№2081」
Difference from previous tested commit:  code diff
Commit date: 2017-03-05 13:48:56

Merge pull request #2081 from RosettaCommons/rhiju/better_loop_close Rhiju/better loop close Tests that change are expected -- restoring `thermal_sampler` and changes in FARFAR/rna_denovo.

...


branch: master 「№59327」
Commited by: Hahnbeom Park
GitHub commit link: 「91c33f395c4ecad0」 「№2064」
Difference from previous tested commit:  code diff
Commit date: 2017-03-04 19:39:32

Merge pull request #2064 from RosettaCommons/hahnbeom/beta_nov16_bugfix beta_nov16, fixing minor bugs & adding support to FastDesign scheduling

...


branch: master 「№59326」
Commited by: Rocco Moretti
GitHub commit link: 「8744492f87335bc0」 「№2072」
Difference from previous tested commit:  code diff
Commit date: 2017-03-04 17:05:26

Merge pull request #2072 from RosettaCommons/roccomoretti/rs_include_fix Attempt to fix behavior of read_in_and_recursively_replace_includes() Brian Weitzner observed that RosettaScripts was **SLOW** with very large XMLs. He identified read_in_and_recursively_replace_includes() as the holdup. The previous version was using a rather sub-optimal algorithm, with a bunch of wasted effort. This PR changes the algorithm used to a more efficient one. Instead of exponential-ish behavior with XML file size, we now have linear-ish behavior.

...


branch: master 「№59325」
Commited by: Rocco Moretti
GitHub commit link: 「f1167c2825b09574」 「№2080」
Difference from previous tested commit:  code diff
Commit date: 2017-03-04 13:17:47

Merge pull request #2080 from RosettaCommons/roccomoretti/ReturnSidechainMover_fix Update ReturnSidechainMover to be less sensitive An external user was having issues with ReturnSidechainMover and patched residue types (like phosphorylated tyrosine) due to centroid/full atom residue type name mismatches. Don't error out if the sequence doesn't match -- Output a warning message instead. (This also prints better diagnostics, to help track down the issue.)

...


branch: master 「№59324」
Commited by: Rocco Moretti
GitHub commit link: 「6ba1038adf1acb7b」 「№2079」
Difference from previous tested commit:  code diff
Commit date: 2017-03-04 13:17:05

Merge pull request #2079 from RosettaCommons/roccomoretti/with_message Adjust output printing for utility_exit() Just utility_exit()-ing without a message is very user unfriendly. Fix a few instances of that, and also bump tracer priority for other locations.

...


branch: master 「№59323」
Commited by: Rocco Moretti
GitHub commit link: 「859996e724828ccd」 「№2070」
Difference from previous tested commit:  code diff
Commit date: 2017-03-03 11:02:41

Merge pull request #2070 from RosettaCommons/revert-2069-revert-2029-roccomoretti/ubsan_fixes Revert "Revert "Fix integration.ubsan"" Re-instate the ubsan fixes of PR #2029 that were reverted by PR #2069 due to build issues.

...


branch: master 「№59322」
Commited by: Rhiju Das
GitHub commit link: 「99719e7a32129022」 「№2061」
Difference from previous tested commit:  code diff
Commit date: 2017-03-03 09:33:00

Merge pull request #2061 from RosettaCommons/rhiju/on_the_fly_cubic_interpolation On-the-fly cubic interpolation All tests pass (except ones that were broken, and a new one to test cubic-interpolated 6D loop_close).

...


branch: master 「№59321」
Commited by: Andy Watkins
GitHub commit link: 「deadab0a8f439165」
Difference from previous tested commit:  code diff
Commit date: 2017-03-03 08:48:52

Argh. Sorry; problems are endless.

...


branch: master 「№59320」
Commited by: Andy Watkins
GitHub commit link: 「d9f06d44dc87b0ff」
Difference from previous tested commit:  code diff
Commit date: 2017-03-03 04:45:59

Whoops -- broke PyRosetta unit tests with an undefined function that I should have removed completely. Apologies!

...


branch: master 「№59319」
Commited by: Andrew Watkins
GitHub commit link: 「39c5c937f1b07577」 「№2076」
Difference from previous tested commit:  code diff
Commit date: 2017-03-02 22:02:03

Merge pull request #2076 from RosettaCommons/everyday847/fix_unit_tests Fixed unit test -- sorry!

...


branch: master 「№59318」
Commited by: Rocco Moretti
GitHub commit link: 「d042c3ed10342496」
Difference from previous tested commit:  code diff
Commit date: 2017-03-02 11:13:23

Fix two integration test issues. 1) The integration test ignore_list wasn't set up with MPI in mind - this fixes that oversight (MPI adds additional characters between the tracer name and the output) 2) Fix the currently broken header_using_check integration test, and add a README.txt to help future people know what's going on with the test.

...


< 1 .. 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 .. 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