branch: master 「№61432」
Commited by: Andy Watkins
GitHub commit link: 「aa958df63b145fea」 「№4845」
Difference from previous tested commit:  code diff
Commit date: 2020-09-24 22:01:30

Merge pull request #4845 from RosettaCommons/everyday847/evaluate_MMA_potentials Updates to the general monomer sampler

...


branch: master 「№61431」
Commited by: Steven Lewis
GitHub commit link: 「51cfed9ea3411cfa」 「№4948」
Difference from previous tested commit:  code diff
Commit date: 2020-09-24 17:29:23

Merge pull request #4948 from RosettaCommons/bfrenz/refactored-ddg-fixes Bfrenz/refactored ddg fixes: This PR has recent fixes for the refactored version of the ddg code. They included fixes to the way in which the movemap is set up. It also resets the default values of certain options based on new findings with the debugged version. (from Brandon Frenz).

...


branch: master 「№61430」
Commited by: Rocco Moretti
GitHub commit link: 「d13ff3f9e5963c36」 「№4714」
Difference from previous tested commit:  code diff
Commit date: 2020-09-24 16:28:26

Merge pull request #4714 from RosettaCommons/roccomoretti/rdkit_submodule2 Add RDKit as a submodule to Rosetta. While Rosetta has a bunch of functionality for macromolecule modeling, it's lacking functionality for small molecule modeling. The RDKit (http://rdkit.org/) is a widely-used BSD-licensed library for chemoinformatics and analysis & manipulation of small molecules. While primarily used as a Python package, RDKit has a C++ library backing. This PR adds RDKit as a submodule in the external/ directory, and hooks the C++ library into Rosetta compilation. (Such that the files will be compiled with Rosetta.) In addition to the library, included in this PR are two classes to facilitate transformation from a Rosetta ResidueType to an RDKit molecule and back again. It also includes a SimpleMetric and a Mover which can be used to run a number of chemoinformatic measures (such as logP, TPSA, etc.) over a specified ResidueType. Other functionality such as rotamer library generation and ligand manipulation will be added in future PRs. (This PR is one in a series to merge my drug_design branch into master.)

...


branch: master 「№61429」
Commited by: Vikram K. Mulligan
GitHub commit link: 「2d86ef3298897a27」 「№4993」
Difference from previous tested commit:  code diff
Commit date: 2020-09-23 13:57:09

Merge pull request #4993 from RosettaCommons/vmullig/fix_unit_test_werror_clang12 Fix a warning-as-error in the unit test suite, raised by clang 12 Fixing the following error raised by clang 12's warnings-as-errors: ``` ./test/protocols/indexed_structure_store/utility.hh:96:21: error: loop variable 'pair' is always a copy because the range of type 'combined_range<decltype(boost::make_tuple(boost::begin(rngs), boost::begin(rngs)))>' (aka 'combined_range<tuple<ndarray::detail::StridedIterator<protocols::indexed_structure_store::ResidueEntry>, ndarray::detail::StridedIterator<protocols::indexed_structure_store::ResidueEntry>, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type> >') does not return a reference [-Werror,-Wrange-loop-analysis] for ( const auto & pair : boost::combine(a, b) ) { ```

...


branch: master 「№61428」
Commited by: Andy Watkins
GitHub commit link: 「d3ddb5bb4d78d3d3」 「№4992」
Difference from previous tested commit:  code diff
Commit date: 2020-09-23 01:31:48

Merge pull request #4992 from RosettaCommons/fix_farfar_graphics conformation viewer setup/teardown

...


branch: master 「№61427」
Commited by: Jason C. Klima
GitHub commit link: 「490aa654cb42c88a」 「№4985」
Difference from previous tested commit:  code diff
Commit date: 2020-09-21 18:45:43

Merge pull request #4985 from RosettaCommons/klimaj/submodule_pyrc Update PyRosetta.notebooks submodule

...


branch: master 「№61426」
Commited by: Vikram K. Mulligan
GitHub commit link: 「85495e6d2ea89479」 「№4989」
Difference from previous tested commit:  code diff
Commit date: 2020-09-21 15:33:05

Merge pull request #4989 from RosettaCommons/vmullig/add_beta_branched_property Adding BETA_BRANCHED_SIDECHAIN property for amino acids. This is important for machine learning, if one wants to learn based on amino acid properties rather than based on one-hot encodings of amino acid identities. Without this, leucine and isoleucine are identical from properties alone.

...


branch: master 「№61425」
Commited by: Vikram K. Mulligan
GitHub commit link: 「d59c38d1c00ca557」 「№4981」
Difference from previous tested commit:  code diff
Commit date: 2020-09-21 15:30:12

Merge pull request #4981 from RosettaCommons/vmullig/update_clang_macos_settings Adding -Wno-implicit-function-declaration to the Mac/clang build options. Unfortunately, the recent update from clang 11 to clang 12 adds new warnings-as-errors that break the build of the C files in the external libraries.

...


branch: master 「№61424」
Commited by: Brahm Yachnin
GitHub commit link: 「d441dd93c60c4be5」
Difference from previous tested commit:  code diff
Commit date: 2020-09-15 20:39:46

beautifying

...


branch: master 「№61423」
Commited by: Frank DiMaio
GitHub commit link: 「62fb38d7e6158d52」 「№4871」
Difference from previous tested commit:  code diff
Commit date: 2020-09-15 19:00:17

Merge pull request #4871 from RosettaCommons/dimaio/dna_phil_modes A few general fixes for DNA. - Enabling (plus fix a few deriv discontinuities) in Phil's dna_dihedral_* terms. - Fix cart_bonded for DNA - Change default of -excluded_dna_dna to true. - Adding some utility functions (from Phil) for minimizing DNA with a zig-zag atom tree Integration test changes are due to: a) changes to cart_bonded database (and consequent changes in summation order of cart_bonded terms); b) integration tests that print EnergyMethodOptions or HbondOptions (which have had defaults changed).

...


branch: master 「№61422」
Commited by: Brahm Yachnin
GitHub commit link: 「8071b5ec488636b2」
Difference from previous tested commit:  code diff
Commit date: 2020-09-15 16:12:55

RosettaAI: Setting rosetta_scripts_scripts submodule to latest origin/master version.

...


branch: master 「№61421」
Commited by: Daniel Paoliello
GitHub commit link: 「0d85a0a274c4e979」
Difference from previous tested commit:  code diff
Commit date: 2020-09-14 12:14:03

Add a Release and Debug Windows build definition (#4975) * Add a Release and Debug Windows build definition * Add `windows` and `windows_debug` CMake build definitions. * Add rules to build with MSVC (aka. cl). * Don't double-define `NOMINMAX` in `httplib.`. * Add a `types.hh` to use with the MSVC build.

...


branch: master 「№61420」
Commited by: Daniel Paoliello
GitHub commit link: 「61f38062d297c1a8」
Difference from previous tested commit:  code diff
Commit date: 2020-09-11 20:59:35

Make Python build scripts for Ninja work on Windows (#4962) * Make Python build scripts for Ninja work on Windows Issue Details: Currently the Python build scripts that set up the Ninja build uses Linux/Mac OS specific commands/assumptions. Fix Details: * Explicitly run Python scripts using `sys.executable` (instead of assuming that the OS knows how to handle `.py` files). * Handle Windows executables having a `.exe` suffix. * Either change `git` commands, or use Python to process output instead of using other tools that don't exist on Windows.

...


branch: master 「№61419」
Commited by: Diego del Alamo
GitHub commit link: 「6ff6ab4b271587dd」 「№4858」
Difference from previous tested commit:  code diff
Commit date: 2020-09-11 04:15:43

Merge pull request #4858 from RosettaCommons/alamo/EPRSpinLabel_speedup Small code changes to speed up EPRSpinLabel.cc

...


branch: master 「№61418」
Commited by: Jason C. Klima
GitHub commit link: 「678a77f2030de517」 「№4951」
Difference from previous tested commit:  code diff
Commit date: 2020-09-09 12:24:48

Merge pull request #4951 from RosettaCommons/klimaj/pyrc Integration of PyRosettaCluster into pyrosetta.distributed

...


branch: master 「№61417」
Commited by: Daniel Paoliello
GitHub commit link: 「3ba1aaa69637d143」
Difference from previous tested commit:  code diff
Commit date: 2020-09-07 13:55:02

Lift uses of `make_shared` that cause MSVC to crash into their own functions (#4966) Issue Details: When `make_shared` is used via a using declaration as a default parameter value, it causes MSVC to crash (see https://developercommunity.visualstudio.com/content/problem/1170468/ice-when-using-make-shared-via-a-using-declaration.html). Fix Details: Move the use of `make_shared` from the default parameter value into a function, then call that function as the default parameter value.

...


< 1 .. 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 .. 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