branch: master 「№58276」
Commited by: Andy Watkins
GitHub commit link: 「ce45cbf05e640fe6」
Difference from previous tested commit:  code diff
Commit date: 2015-11-10 15:35:42

Accepting utracers

...


branch: master 「№58275」
Commited by: Andrew Watkins
GitHub commit link: 「74aff951a185e2c1」 「№892」
Difference from previous tested commit:  code diff
Commit date: 2015-11-10 12:57:11

Merge pull request #892 from RosettaCommons/everyday847/modified_rna_readin 1. cppcheck test failure has been fixed by my most recent commit 2. integration test changes stem from three sources: PDB or silent i/o now retaining segment IDs, the addition of the 0TD NCAA, and the 15 that inconsistently break these days.

...


branch: master 「№58274」
Commited by: Andrew Watkins
GitHub commit link: 「2e83abfea4fef475」 「№898」
Difference from previous tested commit:  code diff
Commit date: 2015-11-10 10:33:38

Merge pull request #898 from RosettaCommons/everyday847/elcapitan Account for boost issue on El Capitan

...


branch: master 「№58273」
Commited by: Vikram K. Mulligan
GitHub commit link: 「9a11253d88396938」
Difference from previous tested commit:  code diff
Commit date: 2015-11-09 21:47:17

Removing generated optionkeys from git control.

...


branch: master 「№58272」
Commited by: P. Douglas Renfrew
GitHub commit link: 「1402a8136e703234」 「№896」
Difference from previous tested commit:  code diff
Commit date: 2015-11-09 15:53:53

Merge pull request #896 from RosettaCommons/dougrenfrew/remove_generated_sewing_options Remove sewing options file. This and all other generated files, should be automatically generated by a script and not under version control. I suspect it was checked in by accident, possibly before the git transition.

...


branch: master 「№58271」
Commited by: Tom Linsky
GitHub commit link: 「05ab30d826fd2937」 「№894」
Difference from previous tested commit:  code diff
Commit date: 2015-11-07 19:45:13

Merge pull request #894 from RosettaCommons/tlinsky/cmake_fix Remove defunct library references from all cmake builds and devel.src…

...


branch: master 「№58270」
Commited by: Doo Nam Kim
GitHub commit link: 「aaf27411ff203ac5」 「№890」
Difference from previous tested commit:  code diff
Commit date: 2015-11-07 16:21:06

Merge pull request #890 from RosettaCommons/kimdn/dn [SEWING update] * Integration test Change of results of 'continuous_sewing_hasher' and 'discontinuous_sewing_hasher' during pull request are expected ones. * sewing_hasher update - Even three_secondary_structure_based models have better defined model_file_name - Even three_secondary_structure_based models can specify between 'hash_tag_only_terminal_Es' and 'hash_between_any_HEs' - Unit test input file name updated * ModelTrimmer update - user can give 'leave_models_by_ss_num' and 'model_should_have_this_num_of_ss' option * EnumerateAssemblyMover update - name change (ExhaustiveAssemblyMover -> EnumerateAssemblyMover) - now EnumerateAssemblyMover spits 'path info' like MonteCarloAssemblyMover does - now EnumerateAssemblyMover can use min_assembly_score cutoff like MonteCarloAssemblyMover can * AssemblyConstraintsMover update - newly added 'native_pro_bonus'

...


branch: master 「№58269」
Commited by: Ragul Gowthaman
GitHub commit link: 「45988bf95c76d36e」 「№873」
Difference from previous tested commit:  code diff
Commit date: 2015-11-06 11:24:12

Merge pull request #873 from RosettaCommons/bioragul/plab Bioragul/plab

...


branch: master 「№58268」
Commited by: Andrew Leaver-Fay
GitHub commit link: 「74c7dc38aa853030」 「№887」
Difference from previous tested commit:  code diff
Commit date: 2015-11-06 09:42:19

Merge pull request #887 from RosettaCommons/aleaverfay/more_rlts Added four new ResidueLevelTaskOperations to expand the utility of the ResidueSelectors.

...


branch: master 「№58267」
Commited by: Vikram K. Mulligan
GitHub commit link: 「0d3b0319dedc69ec」 「№893」
Difference from previous tested commit:  code diff
Commit date: 2015-11-06 04:11:53

Merge pull request #893 from RosettaCommons/vmullig/fix_sewing_hasher_tests Fixing app_exception_handling AGAIN. This is the danger of letting an integration test sit around in a broken state: when people check in additional code that ALSO breaks what the integration test is meant to test, they don't know that they've done something wrong. Because Rhiju's gaussian_chain_func_test was causing app_exception_handling to fail, two more apps slipped in under the radar without try/catch blocks. The struc_set_fragment_picker app, which was newly-added, had no try/catch block. Fixed now in this pull request.

...


branch: master 「№58266」
Commited by: Vikram K. Mulligan
GitHub commit link: 「1b2f0fea47bd1763」 「№891」
Difference from previous tested commit:  code diff
Commit date: 2015-11-05 21:35:07

Merge pull request #891 from RosettaCommons/vmullig/fix_sewing_hasher_tests Still trying to fix app_exception_handling test. Problems remain in Rhiju's gaussian_chain_func_test pilot app. Fixed now, I think.

...


branch: master 「№58265」
Commited by: Sebastian Rämisch
GitHub commit link: 「f6d87c30f5552a66」 「№884」
Difference from previous tested commit:  code diff
Commit date: 2015-11-05 20:27:55

Merge pull request #884 from RosettaCommons/raemisch/cc_frag_picker Raemisch/cc frag picker

...


branch: master 「№58264」
Commited by: Vikram K. Mulligan
GitHub commit link: 「9504df4defa95b28」 「№888」
Difference from previous tested commit:  code diff
Commit date: 2015-11-05 06:52:07

Merge pull request #888 from RosettaCommons/vmullig/fix_sewing_hasher_tests Fix failing integration tests This fixes the app_exception_handling, continuous_sewing_hasher, and discontinuous_sewing_hasher integration tests: - app_exception_handling is fixed by adding try/catch blocks in the gaussian_chain_test and ModelTrimmer pilot apps. Please don't add a pilot app to pilot_apps.src.settings.all unless you have its functionality enclosed in a try/catch block. - The sewing_hasher integration tests are fixed by removing datestamps from sewing_hasher.cc. If you write an integration test, don't have it write out the date on which it was run. This WILL cause a daily failure.

...


branch: master 「№58263」
Commited by: Vikram K. Mulligan
GitHub commit link: 「8a9352e6ca637260」 「№886」
Difference from previous tested commit:  code diff
Commit date: 2015-11-05 03:15:03

Merge pull request #886 from RosettaCommons/vmullig/fix_setup_for_symmetry Minor tweak to MakeBundle mover Tweaking MakeBundle to clear the PDBInfo of the input pose if it exists (since it won't be accurate any more once the new geometry is added).

...


branch: master 「№58262」
Commited by: Rhiju Das
GitHub commit link: 「74ef3254c1380b93」 「№881」
Difference from previous tested commit:  code diff
Commit date: 2015-11-04 20:44:59

Merge pull request #881 from RosettaCommons/rhiju/general_bps Rhiju/general bps Adding 'base pair step' moves that allow efficient sampling of RNA structures in FARNA if you know which residues for noncanonical pairs. Includes database file additions (not too big after gzipping!). some integration.release_debug tests on linux change -- this appears to be due to testing on the different linux servers, as the integration tests (on mac clangrelease) look OK.

...


branch: master 「№58261」
Commited by: Andrew Watkins
GitHub commit link: 「dcc326f10f047990」 「№885」
Difference from previous tested commit:  code diff
Commit date: 2015-11-04 11:48:41

Merge pull request #885 from RosettaCommons/everyday847/extra_rotlibs Extra rotlib paths don't have to have a hierarchy.

...


< 1 .. 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 .. 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