branch: master 「№61048」
Commited by: Jack Maguire
GitHub commit link: 「b67bf8ccf699fe79」 「№4260」
Difference from previous tested commit:  code diff
Commit date: 2019-11-21 15:56:39

Merge pull request #4260 from RosettaCommons/JackMaguire/BetterAnnealer Expanding user interface to the SequenceSymmetricAnnealer We're having a discussion on Slack about how the SequenceSymmetricAnnealer I added in #4117 could be used for a wider set of design cases. My goal in this PR is to provide a residue selector interface to the annealer so that the user can define regions that need to be sequence-symmetric.

...


branch: master 「№61047」
Commited by: Rocco Moretti
GitHub commit link: 「3d995b1592237472」 「№4377」
Difference from previous tested commit:  code diff
Commit date: 2019-11-20 18:52:20

Merge pull request #4377 from RosettaCommons/roccomoretti/fix_master_tests Fix clang tidy tests

...


branch: master 「№61046」
Commited by: Anastassia Vorobieva
GitHub commit link: 「76be7e2f7be20ae4」 「№4376」
Difference from previous tested commit:  code diff
Commit date: 2019-11-20 17:56:56

Merge pull request #4376 from RosettaCommons/vorobieva/bugfix_remodel Bug fix in remodel disulfide builder

...


branch: master 「№61045」
Commited by: Brian Coventry
GitHub commit link: 「36351172a006c691」 「№4359」
Difference from previous tested commit:  code diff
Commit date: 2019-11-20 16:30:38

Merge pull request #4359 from RosettaCommons/bcov/ContactMS Adding Contact Molecular Surface - a higher res SASA filter

...


branch: master 「№61044」
Commited by: Jared Adolf-Bryfogle
GitHub commit link: 「a7a1857d5dab7ca3」 「№4373」
Difference from previous tested commit:  code diff
Commit date: 2019-11-20 11:21:23

Merge pull request #4373 from RosettaCommons/jadolfbr/fix_symm_glycan_branches The function `extract_asymmetric_unit` for symmetry previously would crash for any glycan branch residues. This PR special-cases branched carbohydrates and the protein-glycan branched connection. Thanks to @JWLabonte and @fdimaio with their guidance on this.

...


branch: master 「№61043」
Commited by: Vikram K. Mulligan
GitHub commit link: 「5ff1224c6ab79670」 「№4375」
Difference from previous tested commit:  code diff
Commit date: 2019-11-19 20:20:23

Merge pull request #4375 from RosettaCommons/vmullig/python_version_error Fixing integration tests so that they can run under Python 2

...


branch: master 「№61042」
Commited by: Vikram K. Mulligan
GitHub commit link: 「42d39168225fbcda」 「№4369」
Difference from previous tested commit:  code diff
Commit date: 2019-11-15 18:59:29

Merge pull request #4369 from RosettaCommons/vmullig/fix_bad_unit_test Fix a unit test that was invalidating the output of its own sub-tests. The FA_ElecEnergy unit test suite's sub-tests were producing different results depending on whether they were run independently or as a suite. This was because the setup function called core_init(), while the first sub-test called core_init_with_additional_options( "-restore_pre_talaris_2013_behavior" ). Effectively, this meant that the sub-tests of the current defaults (which came later in the suite) were being performed against the -restore_pre_talaris_2013_behavior flag when the whole suite was run. I'm correcting this by splitting the suite into two unit test suites with two different core_init() calls in the setup function. I'm also updating the expected values in the sub-tests that assumed that they were testing the current default scorefunction instead of the pre-Talaris 2013 scorefunction.

...


branch: master 「№61041」
Commited by: Andrew Leaver-Fay
GitHub commit link: 「51b32192ecda3912」 「№4017」
Difference from previous tested commit:  code diff
Commit date: 2019-11-15 15:29:39

Merge pull request #4017 from RosettaCommons/aleaverfay/matcher_bugfix_Jun2019 Aleaverfay/matcher bugfix jun2019 Belatedly fixing two bugs in the matcher brought to my attention by Indrek Kalvet. 1) When using ligand conformers, the "relevant atoms" (not the clearest of designations, tbh) needs to include not only the atoms that define the protein/ligand contact, but also the atoms that define the ligand's orientation -- the "orientation atoms" (oats). When these were not included in the list of relevant atoms by the MatcherTask, then two ligand conformers with very different locations for the protein-contacting atoms could be treated as equivalent. Once equivalent, then only the location of the oats is used to decide if the two conformers represent a match. This led to some pretty outrageous "matches" where the active site residues were ~8 A away from the Zn they were meant to be 2 A from. 2) When using the -dynamic_grid_refinement flag, it turned out that the process of estimating how many matches would be formed for a certain grid spacing was wicked slow. As a result, it was not really a time savings. All of Indrek's test cases now look good.

...


branch: master 「№61040」
Commited by: Sergey Lyskov
GitHub commit link: 「8e7ca8e4fac61a70」 「№4365」
Difference from previous tested commit:  code diff
Commit date: 2019-11-14 17:43:55

Merge pull request #4365 from RosettaCommons/sergey/binder Binder update to fix PyRosetta build on GCC-7/8/9

...


branch: master 「№61039」
Commited by: Rocco Moretti
GitHub commit link: 「7db8c952be8d4cdf」 「№4303」
Difference from previous tested commit:  code diff
Commit date: 2019-11-14 16:51:40

Merge pull request #4303 from RosettaCommons/roccomoretti/drug_design_background Grab-bag of changes from my drug design branch. This is a selection of changes from #1036 which touch existing code (Versus adding new classes/etc.) The changes all relate to things done with drug-design, but aren't dependent on the new stuff therein. (I apologize for the grab-bag nature of the changes. I didn't necessarily want to split things out further.) A short summary of major changes: * Permit the MonteCarlo object to manage a pose, but use a score which isn't the pose's total score. * Change logic in Residue::orient_onto_residue() to better handle orienting non-related types. * Don't assume the root atom is atom 1 in core::pack::scmin::ResidueAtomTreeCollection * Better diagnostics for CompoundFilter * For ligand docking FinalMinimizer, add option to remove the constraints which the mover adds * For ligand docking FinalMinimizer, fix nonsensical backbone-minimization-without-chainbreak-term * For ligand docking HighResDocker, remove the dihedral restraints added (just like we remove the ligand tethers) * Update automatic neighbor atom finding for MutableResidueType change * Additional formatting options in SDF residue type input/output (still not ready for prime-time) * Various convenience functions added.

...


branch: master 「№61038」
Commited by: Vikram K. Mulligan
GitHub commit link: 「f55eb0d95436b5ad」 「№4361」
Difference from previous tested commit:  code diff
Commit date: 2019-11-13 23:36:10

Merge pull request #4361 from RosettaCommons/vmullig/clang_analysis_issues_again Fixing a "not read" error flagged by clang analysis. I didn't hear back from @bioragul; will assume that this is fine.

...


branch: master 「№61037」
Commited by: Vikram K. Mulligan
GitHub commit link: 「e1e61459e6ead5a4」 「№4355」
Difference from previous tested commit:  code diff
Commit date: 2019-11-12 18:13:52

Merge pull request #4355 from RosettaCommons/vmullig/simplify_threadmanager_api Reduce mutex contention a bit by reducing reliance on std::shared_ptr in RosettaThreadManager classes. I was being overcautious with my ownership model, and unnecessarily using vectors of owning pointers of functions. This results in unnecessary locking of mutexes internal to `std::shared_ptr`, which can slow things down. Worse, I was _copying_ the owning pointers around, which results in new locking every time the reference count is incremented or decremented. (Even in the single-threaded build, unnecessarily passing around smart pointers is likely slowing things down a bit, since reference counts have to be incremented and decremented.) The vector object owns its contents and controls their destruction, so a vector of objects controlled by owning pointers is really unnecessary. This pull request refactors a bit so that the `RosettaThreadManager` now accepts a vector of function objects instead of a vector of owning pointers to function objects. TODO: - [x] Also switch the RosettaThreadAssignmentInfo object to be a stack-allocated object passed by reference, rather than a heap-allocated object passed by owning pointer. - [x] Check profile tests. Is there a performance benefit with packing in the single-threaded builds? (See the core_pack_pdig_current_default_sfxn performance test, which did show a slight drop in single-threaded execution when we switched to building a work vector and evaluating it). --> No big change. Maybe a small improvement. - [x] Does this improve performance scaling for multi-threaded interaction graph calculation? --> Not really. - [x] Does this rescue the scoring performance in the single-threaded build in PR #4342? --> No. Note, though, that the only slowdowns are with very fast-to-compute terms (_e.g._ chainbreak) or with an empty scorefunction. If there's any work to be done at all, the slowdown is negligible. - [x] Does this improve performance scaling for multi-threaded scoring in PR #4342? --> Not really.

...


branch: master 「№61036」
Commited by: Andrew Leaver-Fay
GitHub commit link: 「a984b21f93b91ded」 「№4354」
Difference from previous tested commit:  code diff
Commit date: 2019-11-11 17:26:33

Merge pull request #4354 from RosettaCommons/aleaverfay/forward_kwargs_to_maybe_init Forward kwargs to maybe_init in pyrosertta distributed In pyrosetta::distributed initialization, pass the keyword arguments through to the maybe_init function.

...


branch: master 「№61035」
Commited by: Vikram K. Mulligan
GitHub commit link: 「87f9cd71cc056b1b」 「№4352」
Difference from previous tested commit:  code diff
Commit date: 2019-11-11 14:07:35

Merge pull request #4352 from RosettaCommons/vmullig/reduce_boost_dependency Reduce dependencies on Boost by switching to STL functions where feasible. Certain functions that were only defined in the Boost libraries are now part of the C++11 STL. These include `std::bind`, `std::function`, `std::cref`, and `std::ref`. This pull request aims to replace instances of `boost::bind`, `boost::function`, `boost::cref`, and `boost::ref` with their C++11 STL equivalents.

Vikram K. Mulligan 5 years
Note: Sergey is working on a patch for the PyRosetta test failures introduced by this change. I have it from him that I shouldn't revert this right now.
...


branch: master 「№61034」
Commited by: Ragul Gowthaman
GitHub commit link: 「8ead6c9e84dc936f」 「№4329」
Difference from previous tested commit:  code diff
Commit date: 2019-11-11 13:38:55

Merge pull request #4329 from RosettaCommons/bioragul/TCRmodel-updates TCRmodel bug fixes & minor updates

...


branch: master 「№61033」
Commited by: Vikram K. Mulligan
GitHub commit link: 「7cd178fe05f3b176」 「№4353」
Difference from previous tested commit:  code diff
Commit date: 2019-11-10 03:53:03

Merge pull request #4353 from RosettaCommons/JackMaguire/fix_INCLUDED_core_scoring_util_methods_DumpTrajectoryEnergy_hh Fixing #ifdef and duplication #3575 copied a file but didn't update the ifdef include guards. The duplicate_header_guards test failed but was ignored because it blended in with a lot of other failed integration tests (presumably expected failures). This PR fixes the #ifdef duplication but there might be a bigger problem here. Was src/core/energy_methods/DumpTrajectoryEnergy.hh even supposed to make it into master? Its namespaces are incorrect and it's a perfect duplicate of src/core/scoring/util_methods/DumpTrajectoryEnergy.hh Tagging @vmullig because it was his PR, and @bcov77 because github credits this file to him.

...


< 1 .. 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 .. 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