branch: master 「№57348」
Commited by: P. Douglas Renfrew
GitHub commit link: 「32d90ceed44a01ac」 「№127」
Difference from previous tested commit:  code diff
Commit date: 2014-10-10 10:07:18

Merge pull request #127 from RosettaCommons/dougrenfrew/fix_app_exception_itest Fix the app_integration_handeling itest by adding a return -1 to couple_moves

...


branch: master 「№57347」
Commited by: P. Douglas Renfrew
GitHub commit link: 「bac52a00d6f73072」 「№124」
Difference from previous tested commit:  code diff
Commit date: 2014-10-09 17:04:29

Merge pull request #124 from RosettaCommons/dougrenfrew/fix_splice_itest_case Removing duplicate splice integration test for case-insensitive file systems

...


branch: master 「№57346」
Commited by: Kale Kundert
GitHub commit link: 「eb2a45001dd0c030」 「№123」
Difference from previous tested commit:  code diff
Commit date: 2014-10-09 13:17:49

Merge pull request #123 from RosettaCommons/kalekundert/centroid_rna Add RNA params to the centroid residue type set.

...


branch: master 「№57345」
Commited by: Caleb Geniesse
GitHub commit link: 「237149095a3e4499」 「№126」
Difference from previous tested commit:  code diff
Commit date: 2014-10-09 12:35:41

Merge pull request #126 from RosettaCommons/revert-125-revert-113-calebgeniesse/graphics_build Revert "Revert "Fixing graphics build through small changes in protocols...

...


branch: master 「№57344」
Commited by: Caleb Geniesse
GitHub commit link: 「b70aac2818aaeb61」 「№125」
Difference from previous tested commit:  code diff
Commit date: 2014-10-09 12:27:00

Merge pull request #125 from RosettaCommons/revert-113-calebgeniesse/graphics_build Revert "Fixing graphics build through small changes in protocols/viewer"

...


branch: master 「№57343」
Commited by: Caleb Geniesse
GitHub commit link: 「11336c4cf803c8c6」 「№113」
Difference from previous tested commit:  code diff
Commit date: 2014-10-09 12:09:22

Merge pull request #113 from RosettaCommons/calebgeniesse/graphics_build Merged #113.

...


branch: master 「№57342」
Commited by: Roland Pache
GitHub commit link: 「041a2d3a3ec79636」 「№119」
Difference from previous tested commit:  code diff
Commit date: 2014-10-08 03:28:04

Merge pull request #119 from RosettaCommons/rpache/clash-based_repack_shell_pilot_app Adding pilot app to create clash-based repack shells

...


branch: master 「№57341」
Commited by: nollikai
GitHub commit link: 「a4c2d2b7be3dda5d」 「№116」
Difference from previous tested commit:  code diff
Commit date: 2014-10-07 20:15:50

Merge pull request #116 from RosettaCommons/nollikai/coupled_moves Adding coupled_moves application and integration test coupled_moves is a simple design application that runs a constant temperature Monte Carlo simulation using the CoupledMover, a new mover that performs coupled side-chain / backbone moves as well as coupled ligand rigid-body rotation, translation and rotamer optimization. All sequences that are accepted during the simulation are recorded and are output in a fasta file at the end of the simulation. This application is useful for predicting the set of tolerated sequences for a given design problem and makes it very easy to incorporate backbone flexibility into design.

...


branch: master 「№57340」
Commited by: Andrew Leaver-Fay
GitHub commit link: 「db9a9070bbbcfa9f」
Difference from previous tested commit:  code diff
Commit date: 2014-10-07 14:34:28

Fixing a bug I'd introduced into the Tracer system which required core::init to complete in order for Tracers to get written to. That is, the Tracers asserted that their visibility had been computed before their output could be flushed. If, however, core::init hasn't yet been called, or if core::init threw an exception, then the visibility would not have been calculated. Now the assertion is that either the visibility has been calculated or core::init has not yet been called. This should fix the failing app_exception_handling integration tests for the release_debug mode build.

...


branch: master 「№57339」
Commited by: Brian Koepnick
GitHub commit link: 「27e0616b5061668b」 「№92」
Difference from previous tested commit:  code diff
Commit date: 2014-10-07 13:58:13

Merge pull request #92 from RosettaCommons/koepnick/DSSPDesign Adding task operation DsspDesignOperation

...


branch: master 「№57338」
Commited by: Andrew Leaver-Fay
GitHub commit link: 「ce9c8c08076dfab6」
Difference from previous tested commit:  code diff
Commit date: 2014-10-07 12:00:33

Fixing the -mpi_tracer_to_file behavior following the smart-pointer merge

...


branch: master 「№57337」
Commited by: Andrew Leaver-Fay
GitHub commit link: 「3dcb44c03691e37c」
Difference from previous tested commit:  code diff
Commit date: 2014-10-07 11:00:26

Fixing the extras=cxx11thread build

...


branch: master 「№57336」
Commited by: Vikram K. Mulligan
GitHub commit link: 「ec192d6f6774daf0」 「№118」
Difference from previous tested commit:  code diff
Commit date: 2014-10-05 23:55:28

Merge pull request #118 from RosettaCommons/vmullig/mastermerge Updates to GenKIC This merge primarily updates GeneralizedKIC with a new pre_selection_mover option that allows an arbitrary mover to be applied to all candidate closures prior to picking one. (This would allow, for example, a user to run the packer and a side-chain minimizer prior to choosing a low-energy solution with the fullatom scorefunction.) Other tweaks in this include: -- Updating beta-3-amino acids with the METALBINDING property -- Updates to the set_phi, set_psi, and set_omega functions in core::pose::Pose to correctly associate these with the appropriate backbone dihedral angles in beta-3-amino acids. (Also, added a theta() and set_theta() function for the additional beta-amino acid dihedral angle). -- A typo fix in a D-proline variant type. -- Tweaks to the MolecularSurfaceCalculator to allow it to be used with metalloproteins (currently by ignoring metals, though actual support for metals can be added in the future). It was crashing when it encountered a metal, before, so ignoring metals is an improvement. Current test failures: --PyRosetta tests (failing for everything right now until the owning pointer issues are resolved). --cxx11thread build (already failing). --Some numerical instability in some integration tests (all of which are showing similar numerical instability in previous tests; none of which seem to be related to my changes).

...


branch: master 「№57335」
Commited by: gideonla
GitHub commit link: 「2ec65c05bced8c69」
Difference from previous tested commit:  code diff
Commit date: 2014-10-04 09:13:19

Updated all Splice integration tests. Changes include adding the default ignore list to all command files and limiting the residues that are designed to reduce the run time Splice mover is also updated. "add_dihedral_constraints" was changed to solve problem with n-ter tails.

...


branch: master 「№57334」
Commited by: Chris King
GitHub commit link: 「13ad91338e2873a5」
Difference from previous tested commit:  code diff
Commit date: 2014-10-02 23:26:20

fixed SecondaryStructureHasResidueFilter unused variable error for clang build. hopefully this fixes the build...

...


branch: master 「№57333」
Commited by: Chris King
GitHub commit link: 「02faf1de73833e6d」
Difference from previous tested commit:  code diff
Commit date: 2014-10-02 19:30:26

adding SecondaryStructureHasResidueFilter

...


< 1 .. 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 .. 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