branch: master 「№60520」
Commited by: Andy Watkins
GitHub commit link: 「6abea98e1697dbbb」 「№3506」
Difference from previous tested commit:  code diff
Commit date: 2018-11-29 11:07:32

Merge pull request #3506 from RosettaCommons/everyday847/never_stop_fighting_pdb_input More PDB input optimizations

...


branch: master 「№60519」
Commited by: Andy Watkins
GitHub commit link: 「67e132e482074c60」 「№3654」
Difference from previous tested commit:  code diff
Commit date: 2018-11-28 13:25:02

Merge pull request #3654 from RosettaCommons/everyday847/fix_zeromq_cmake_ubuntu ZeroMQ compilation on linux/ubuntu needs this

...


branch: master 「№60518」
Commited by: Andy Watkins
GitHub commit link: 「3e2a509c594d03b2」 「№3650」
Difference from previous tested commit:  code diff
Commit date: 2018-11-28 10:25:09

Merge pull request #3650 from RosettaCommons/everyday847/rna_scientific_tests_update RNA scientific tests update

...


branch: master 「№60517」
Commited by: Andy Watkins
GitHub commit link: 「6e1b103aaf81dbed」 「№3629」
Difference from previous tested commit:  code diff
Commit date: 2018-11-27 14:04:26

Merge pull request #3629 from RosettaCommons/everyday847/new_makerotlib_redux Summarized #1341 for quick merge

...


branch: master 「№60516」
Commited by: Vikram K. Mulligan
GitHub commit link: 「c5f1815d372dbb5b」 「№3641」
Difference from previous tested commit:  code diff
Commit date: 2018-11-27 13:23:30

Merge pull request #3641 from RosettaCommons/vmullig/fix_simple_cycpep_predict_issues Fix a couple of problems with simple_cycpep_predict This pull request fixes a trivial issue with output logging with simple_cycpep_predict. It also seeks to track down and correct a problem seen on the NYU cluster with a double free or corruption error, but I haven't yet been able to reproduce that. This seems only to affect the multi-threaded behaviour, and has only been observed with an icc build. Edit: I'm just going to merge these cosmetic changes now, and will open a new PR if and when I track down the double free or corruption error.

...


branch: master 「№60515」
Commited by: Rocco Moretti
GitHub commit link: 「d4d14d64f3ca60c7」 「№3100」
Difference from previous tested commit:  code diff
Commit date: 2018-11-26 17:16:03

Merge pull request #3100 from RosettaCommons/roccomoretti/sym_scorefunction Make all ScoreFunctions symmetric-aware score functions. Change the implementation of the ScoreFunction class such that the distinction between a SymmetricScoreFunction and a plain ScoreFunction disappears. This means there's no longer a need to match the symmetric status of a scorefunction to that of a pose. As such, this PR also removes a number of places where such symmetric checking is handled. For compatibility with existing PyRosetta scripts, etc. the SymmetricScoreFunction class still exists, it's just a practically-no-difference wrapper around the regular ScoreFunction. Additionally, the `symmetry="1"` in XML will still be permitted for compatibility sake, albeit with a message that it's no longer needed. (There may be later changes to the internals of ScoreFunction, but that shouldn't change general usage.) POTENTIAL BREAKAGE NOTE: `is_symmetric(ScoreFunction)` and `make_score_function_consistent_with_symmetric_state_of_pose()` from src/core/pose/symmetry/util.hh no longer exist because they're not needed/their old behavior no longer makes sense logically under the new scheme. You can safely remove them from code/PyRosetta scripts -- all ScoreFunctions are consistent with the symmetric state of any pose, and can act like they're symmetric or asymmetric, as need.

...


branch: master 「№60514」
Commited by: Amanda Loshbaugh
GitHub commit link: 「f93969809bdd488c」 「№3636」
Difference from previous tested commit:  code diff
Commit date: 2018-11-25 14:32:38

Merge pull request #3636 from RosettaCommons/aloshbau/debug_CMFKIC aloshbau/debug_cmfkic

...


branch: master 「№60513」
Commited by: Jeliazko Jeliazkov
GitHub commit link: 「7eaa6bb42dbe93ff」 「№3643」
Difference from previous tested commit:  code diff
Commit date: 2018-11-25 09:17:35

Merge pull request #3643 from RosettaCommons/lqtza/antibody_cc_exclude_by_pdbid Add filter for PDB ID to antibody grafting

...


branch: master 「№60512」
Commited by: Andy Watkins
GitHub commit link: 「9d49b2acd42189ae」 「№3645」
Difference from previous tested commit:  code diff
Commit date: 2018-11-23 11:45:47

Merge pull request #3645 from RosettaCommons/revert-3644-revert-3638-everyday847/disulfide_optimization_mover Revert "Revert "A disulfide optimization mover""

...


branch: master 「№60511」
Commited by: Rocco Moretti
GitHub commit link: 「c7d46816ff18a88f」 「№3644」
Difference from previous tested commit:  code diff
Commit date: 2018-11-21 17:29:03

Merge pull request #3644 from RosettaCommons/revert-3638-everyday847/disulfide_optimization_mover Revert "A disulfide optimization mover"

...


branch: master 「№60510」
Commited by: Xingjie Pan
GitHub commit link: 「4dc4b49a9e8ce1c6」 「№3640」
Difference from previous tested commit:  code diff
Commit date: 2018-11-21 17:12:42

Merge pull request #3640 from RosettaCommons/xingjiepan/fix_loop_modeler_bug_for_multiple_structures Fix the bug that makes LoopModeler crash when nstruct > 1

...


branch: master 「№60509」
Commited by: Andy Watkins
GitHub commit link: 「396982bfbcb388bc」 「№3638」
Difference from previous tested commit:  code diff
Commit date: 2018-11-21 10:45:07

Merge pull request #3638 from RosettaCommons/everyday847/disulfide_optimization_mover A disulfide optimization mover

...


branch: master 「№60508」
Commited by: Andy Watkins
GitHub commit link: 「6ad03a865d02c094」 「№3569」
Difference from previous tested commit:  code diff
Commit date: 2018-11-20 09:10:39

Merge pull request #3569 from RosettaCommons/everyday847/fix_kinematic_closure_maybe Update RNA_KinematicCloser.cc

...


branch: master 「№60507」
Commited by: Andy Watkins
GitHub commit link: 「6168999668e8afa2」 「№3635」
Difference from previous tested commit:  code diff
Commit date: 2018-11-19 10:55:35

Merge pull request #3635 from RosettaCommons/everyday847/fix_mincst_bug Make minimize_with_cst process -s correctly

...


branch: master 「№60506」
Commited by: Steven Lewis
GitHub commit link: 「f78f10d770c07bda」 「№3631」
Difference from previous tested commit:  code diff
Commit date: 2018-11-16 17:52:09

Merge pull request #3631 from CyrusBiotechnology/smlewis/CM_ntrials Fix an uninitialized variable in CoupledMovesProtocol

...


branch: master 「№60505」
Commited by: Justin Seffernick
GitHub commit link: 「5e128431b51a8735」 「№3598」
Difference from previous tested commit:  code diff
Commit date: 2018-11-16 10:50:54

Merge pull request #3598 from RosettaCommons/jtseffer/SID_rescore Jtseffer/sid rescore

...


< 1 .. 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 .. 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