branch: master 「№61320」
Commited by: Steven Lewis
GitHub commit link: 「b2bcaec52b226631」 「№4805」
Difference from previous tested commit:  code diff
Commit date: 2020-06-22 20:25:22

Merge pull request #4805 from RosettaCommons/smlewis/fix_lemmin Update rosetta_citations.txt fixing Gordon's name this will probably cause cosmetic itest changes if anything uses this code in the itests

...


branch: master 「№61319」
Commited by: Jonathan Liu
GitHub commit link: 「e0f41a746dbf6570」 「№4756」
Difference from previous tested commit:  code diff
Commit date: 2020-06-22 14:00:31

Merge pull request #4756 from RosettaCommons/jonpliu-patch-3 Carbohydrates: adding lactyl sugars to the database

...


branch: master 「№61318」
Commited by: Rocco Moretti
GitHub commit link: 「d2d9f90b8cbcacfd」 「№4797」
Difference from previous tested commit:  code diff
Commit date: 2020-06-19 15:33:13

Merge pull request #4797 from RosettaCommons/roccomoretti/address_unit_release Fix the release-mode version of the EPRSpinLabelTest unit test Convert an exact comparison of a real to a delta comparison.

...


branch: master 「№61317」
Commited by: Andy Watkins
GitHub commit link: 「d6f83ca3920e8b03」 「№4784」
Difference from previous tested commit:  code diff
Commit date: 2020-06-19 02:14:10

Merge pull request #4784 from RosettaCommons/everyday847/better_FMI_debugging A few extra .trace output statements for debugging FullModelInfo problems

...


branch: master 「№61316」
Commited by: Labonte
GitHub commit link: 「cd6074b877b1790a」 「№3470」
Difference from previous tested commit:  code diff
Commit date: 2020-06-17 17:13:42

Merge pull request #3470 from RosettaCommons/JWLabonte/sugars/database2 ResidueTypes: Modifying patch system to allow for multiple aliases per atom This merge allows one to add multiple atom aliases from a patch file, which previously was only possible from a .params file. It further adds more aliases to a few sugars, which will help Rosetta load in a few obscure sugars from the PDB that currently fail because of atom naming. This merge also fixes an error in H-placement on acetyl groups that are not trans.

...


branch: master 「№61315」
Commited by: Yue Ying
GitHub commit link: 「151dc13e850c8d3f」 「№4495」
Difference from previous tested commit:  code diff
Commit date: 2020-06-16 15:36:08

Merge pull request #4495 from RosettaCommons/yingyue0414-Add-tetroseandtriose-to-database Complete .params files for triose and tetrose residues in database

...


branch: master 「№61314」
Commited by: Labonte
GitHub commit link: 「330e8d96378d24ae」 「№4148」
Difference from previous tested commit:  code diff
Commit date: 2020-06-13 00:44:31

Merge pull request #4148 from RosettaCommons/JWLabonte/PDB_IO/HETATM_records PDB IO: Correcting how HETATM records are decided This merge corrects how Rosetta decides between writing a PDB ATOM record and writing a HETATM record. Historically, Rosetta saved LIGAND ResidueTypes with HETATM and POLYMER ResidueTypes with ATM. This was in conflict with how the records are defined by the PDB, which is that only canonical AAs and NAs get ATOM records; all other types of residues should receive HETATM. See issue #3509 for further details/discussion. All unit tests pass. 98 integration tests give expected changes with a multiplicity of .pdb output lines changing from ATOM to HETATM.

...


branch: master 「№61313」
Commited by: Rocco Moretti
GitHub commit link: 「a94262c3892228e2」 「№4774」
Difference from previous tested commit:  code diff
Commit date: 2020-06-11 16:06:16

Merge pull request #4774 from RosettaCommons/roccomoretti/sf_weighted_sum Don't spend time multiplying by zero with linmem_ig. Performance analysis of a fixbb run of 1qys with the -linmem_ig flag indicates we were spending ~20% of the time doing EMapVector::dot() calls to multiply the edge scores by the weights. Given that most of the weights are typically zero, we can improve runtime by only multiplying through by the nonzero terms. This requires us to pre-calculate and store the non-zero terms for the ScoreFunction, but that turns out to be relatively straightforward. This PR adds a ScoreFunction::weighted_sum() method, which does the dot product between an EMap and the weights of the ScoreFunction, but only iterates over the non-zero terms. I then use that for the "hot" function in the OnTheFlyInteractionGraph.

...


branch: master 「№61312」
Commited by: Vikram K. Mulligan
GitHub commit link: 「2d03adbcd8df6eaf」 「№4693」
Difference from previous tested commit:  code diff
Commit date: 2020-06-11 15:04:55

Merge pull request #4693 from RosettaCommons/revert-4692-revert-4624-vmullig/threadsafe_approximate_buried_unsat_penalty Re-merge "Make the ApproximateBuriedUnsatPenalty threadsafe". (Reverts RosettaCommons/main#4692). This re-merges the thread-safety fixes to the ApproximateBuriedUnsatPenalty. Tasks: - [x] Figure out what's causing the bug and fix it. --> A spurious pair of runtime_asserts have now been removed. Note: this diff (https://github.com/RosettaCommons/main/pull/4693/commits/d6dd51482bc8e7d857263381317db30f544b5c6d) shows the only changes from pull request #4624 (for which this is a reversion of the reversion).

...


branch: master 「№61311」
Commited by: Steven Lewis
GitHub commit link: 「3c2b9218275f8fc8」 「№4770」
Difference from previous tested commit:  code diff
Commit date: 2020-06-10 20:43:22

Merge pull request #4770 from RosettaCommons/smlewis/remove_blacklist_in_PDBdiagnostic Smlewis/remove blacklist in pdbdiagnostic Per a good idea I saw on the internet, renaming "blacklist" to a more neutral "blocklist" within the PDB diagnostic test. Will alter only that test itself.

...


branch: master 「№61310」
Commited by: Labonte
GitHub commit link: 「55987dc6c44a57e6」 「№4191」
Difference from previous tested commit:  code diff
Commit date: 2020-06-09 18:39:10

Merge pull request #4191 from RosettaCommons/JWLabonte/sugars/database Carbohydrates: Expanding recognized GLYCAM codes This merge introduces updated and expanded GLYCAM 3-letter codes for input from AMBER, following the documentation provided here: http://glycam.org/docs/forcefield/glycam-naming-2/ @mszegedy and @thieker, this may be of interest to you. This PR is a response to issue #3546 and a continuation of work begun in PR #3544.

...


branch: master 「№61309」
Commited by: Labonte
GitHub commit link: 「74a68c0b700ed0ab」 「№4457」
Difference from previous tested commit:  code diff
Commit date: 2020-06-09 18:35:30

Merge pull request #4457 from RosettaCommons/JWLabonte/PTMs/cofactors Coenzymes: Adding SAM and S-adenosyl homocysteine to the database This merge adds .params files for SAM and its demethylated version. It also adds an integration test for the loading of cofactors in our list. This merge also fixes a bug that caused the sugar_bb scoring term to crash when ligands were involved.

...


branch: master 「№61308」
Commited by: Vikram K. Mulligan
GitHub commit link: 「f07b96794c9915d7」 「№4773」
Difference from previous tested commit:  code diff
Commit date: 2020-06-08 14:10:01

Merge pull request #4773 from RosettaCommons/vmullig/skip_submodule_update_with_nover_option Two small tweaks to scons build system This pull request: - Alters the behaviour of the --nover flag, so that in addition to skipping the versioning script, it skips the submodule update script. This saves time on slower filesystems during rapid rounds of development and compilation, if the developer knows that these submodules do not need to be updated. - Updates the help that one sees with `./scons.py --help` to: - Add examples for mpi, serialization, and cxx11thread builds. - Add the recommended default compilation command to build vanilla Rosetta for production runs. - Clarifies that `-j` accelerates _builds_ and not _Rosetta execution_, while `extras=mpi` or `extras=cxx11thread` can accelerate _Rosetta execution_ and not _builds_. - Adds the `--nover` flag to the help.

...


branch: master 「№61307」
Commited by: Steven Lewis
GitHub commit link: 「034d375f314dfa77」 「№4576」
Difference from previous tested commit:  code diff
Commit date: 2020-06-06 23:53:34

Merge pull request #4576 from CyrusBiotechnology/smlewis-propose-hybridize-fix potential patch for running hybridize with other polymers (NAs)

...


branch: master 「№61306」
Commited by: Sergey Lyskov
GitHub commit link: 「6dbf2f116f9d3b22」 「№4751」
Difference from previous tested commit:  code diff
Commit date: 2020-06-06 12:55:39

Merge pull request #4751 from RosettaCommons/sergey/f2 Updating release scripts. Adding releases for PyMOL-Rosetta scripts. Adding PyRosetta Wheel releases.

...


branch: master 「№61305」
Commited by: Rocco Moretti
GitHub commit link: 「d9d4d5dd3fd516db」
Difference from previous tested commit:  code diff
Commit date: 2020-06-05 18:06:56

beautifying

...


< 1 .. 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 .. 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