branch: master 「№61496」
Commited by: Andy Watkins
GitHub commit link: 「4d16533b169ca225」 「№5104」
Difference from previous tested commit:  code diff
Commit date: 2020-11-27 14:41:41

Merge pull request #5104 from RosettaCommons/everyday847/additional_docs_update Bump docs

...


branch: master 「№61495」
Commited by: Andy Watkins
GitHub commit link: 「7207360ec306440c」 「№5097」
Difference from previous tested commit:  code diff
Commit date: 2020-11-24 16:53:43

Merge pull request #5097 from RosettaCommons/everyday847/update_farfar2_docs Updated docs submodule

...


branch: master 「№61494」
Commited by: Jack Maguire
GitHub commit link: 「22b25601504eb8a3」 「№5096」
Difference from previous tested commit:  code diff
Commit date: 2020-11-24 09:52:04

Merge pull request #5096 from RosettaCommons/JackMaguire/InverseRotCst Unit test for side chain coord csts

...


branch: master 「№61493」
Commited by: Vikram K. Mulligan
GitHub commit link: 「8ea92071489cad58」 「№5019」
Difference from previous tested commit:  code diff
Commit date: 2020-11-23 19:33:58

Merge pull request #5019 from RosettaCommons/vmullig/c2_crosslinkers Add full support for 1,4-bis(bromomethyl)benzene to CrosslinkerMover and simple_cycpep_predict This pull request adds full support for 1,4-bis(bromomethyl)benzene to the `CrosslinkerMover` and to `simple_cycpep_predict`. When used with the `CrosslinkerMover`, this crosslinker can be used to link two L- or D-cysteine residues in either an asymmetric or C2-symmetric pose, or an L- and a D-cysteine residue in an S2-symmetric pose (all of which are symmetries matching the crosslinker itself). Tasks: - [x] Add symmetric params file. - [x] Add `CrosslinkerHelper` subclass for 1,4-bis(bromomethyl)benzene - [x] Copy from 1,3,5-tris(bromomethyl)benzene case. - [x] Update asymmetric case. - [x] Update symmetric case. - [x] Switch to using `CYS:SIDECHAIN_CONJUGATION` patch instead of `CYX`. `CYX` should eventually be deprecated. - [x] For 1,3,5-tris(bromomethyl)benzene, too. - [x] Check TBMB tests. - [x] `CrosslinkerMover` integration tests: - [x] C2 symmetry. - [x] S2 symmetry. - [x] No symmetry. - [x] Add to `simple_cycpep_predict`. - [x] Integration test. - [x] Check integration test. - [x] Beauty. - [x] Documentation. - [x] For `CrosslinkerMover`. - [x] For `simple_cycpep_predict`. - [x] Update to point at latest master for documentation submodule. Tests pass. Integration test changes are all expected: - simple_cycpep_predict_1_4_bbmb, crosslinkermover_1_4_bbmb_asymm, crosslinkermover_1_4_bbmb_c2_symmetry, and crosslinkermover_1_4_bbmb_s2_symm fail since they're newly added with this PR. - database_md5 is picking up the new params file. - simple_cycpep_predict_tbmb and threefoldlinkermover_tbmb_symmetric have small but expected trajectory changes resulting from the switch from CYX to CYS:Sidechain_Conjugation. Qualitatively, the output is the same. ![BBMB_render1](https://user-images.githubusercontent.com/4205776/95399812-0af8cb00-08d7-11eb-8b34-9953383ab1d7.png)

...


branch: master 「№61492」
Commited by: Vikram K. Mulligan
GitHub commit link: 「8371582c66a136c6」 「№5024」
Difference from previous tested commit:  code diff
Commit date: 2020-11-20 19:07:44

Merge pull request #5024 from RosettaCommons/JackMaguire/HYP Adding hydroxyproline to packer palette. This is some good ole fashion test driven development. I'm adding one line that breaks a test for @vmullig and @everyday847 to fix. The test I'm breaking is the ability for Rosetta to load hydroxyproline into a PackerPalette. ---------------- From @vmullig: So this was a bit more involved than I had anticipated. The status quo in Rosetta was that hydroxyproline was a patched version of proline, with name "PRO:pro_hydroxylated_case1", 3-letter code "HYP", and 1-letter code "P". We wanted to be able to specify "HYP" (and "DHYP") in a PackerPalette, but this would require that the base name is "HYP" -- the CustomBaseTypePackerPalette matches on base name, not on three-letter code. We don't currently have the ability for patches other than the chirality-inverting patches to change the base name, and the chirality-inverting patches create a new base type when they do so -- we have some hard-coded stuff that requires on-the-fly patched types to retain the same base name, and which assumes that all unique base names are represented in the set of base residue types that are created at Rosetta initialization. It is convenient to create hydroxyproline by patching proline (ensuring that we're copying the proline geometry and properties and whatnot), but inconvenient to expect the user to know that that is what we're doing internally -- he/she should be able to work with HYP, not PRO:pro_hydroxylated_case1, and to have the full freedom of manipulating an independent residue type, not a type variant. So ultimately, the only feasible solution was: - To generalize the logic for special patches that create new base types. - To modify the pro_hydroxylated_case1 and pro_hydroxylated_case2 patches so that they both create new base types. - To modify the PackerPalette so that it does not attempt to match on the hydroxyproline-specific variant types when setting up lists of designable types. This works now, and I've confirmed that we can design with HYP sand DHYP simply by adding them in the list of allowed types in a CustomBaseTypePackerPalette. It also should be relatively easy to apply this to the small number of other special cases in which we would want a patch to create a new base type.

...


branch: master 「№61491」
Commited by: hochshi
GitHub commit link: 「2f79fe5935f67088」 「№5058」
Difference from previous tested commit:  code diff
Commit date: 2020-11-20 01:16:01

Merge pull request #5058 from RosettaCommons/ShiHoch/SeqprofConsensus Some code and logic cleanup in SeqprofConsensusOperation

...


branch: master 「№61490」
Commited by: Jack Maguire
GitHub commit link: 「129854aabf859395」 「№5074」
Difference from previous tested commit:  code diff
Commit date: 2020-11-19 21:31:46

Merge pull request #5074 from RosettaCommons/JackMaguire/InverseRotCst Adding option to AddConstraintsToCurrentConformationMover for inverse rotamers Adding the inverse rotamer equivalent of "bb only": "sc_tip_only". It only adds constraints to atoms impacted by the final chi angle.

...


branch: master 「№61489」
Commited by: hochshi
GitHub commit link: 「3bcd92163e2aa840」 「№5090」
Difference from previous tested commit:  code diff
Commit date: 2020-11-19 14:31:34

Merge pull request #5090 from RosettaCommons/ShiHoch/FilterScan Shi hoch/filter scan

...


branch: master 「№61488」
Commited by: Steven Lewis
GitHub commit link: 「3506fbc54ec477df」 「№5073」
Difference from previous tested commit:  code diff
Commit date: 2020-11-19 13:07:02

Merge pull request #5073 from RosettaCommons/bfrenz/interface-ddg-fixes From Brandon (who also approved the itests changes as correct): This PR fixes some issues for how multi residue mutations are read in to the refactored version of the ddg code. It also adds interface optimization to the wild type scoring. As a result the code has also been cleaned up and chunks of it have been moved into independent functions.

...


branch: master 「№61487」
Commited by: Henry Solberg
GitHub commit link: 「6786e56d524105a5」 「№5089」
Difference from previous tested commit:  code diff
Commit date: 2020-11-19 12:28:49

Merge pull request #5089 from RosettaCommons/solberg/contact_ms_tweak tiny tweak; remove unnecessary sqrt

...


branch: master 「№61486」
Commited by: Jack Maguire
GitHub commit link: 「c6e07becd845804d」 「№5076」
Difference from previous tested commit:  code diff
Commit date: 2020-11-18 19:44:05

Merge pull request #5076 from RosettaCommons/JackMaguire/SmallVector This is my humble attempt at getting boost::container::small_vector to be 1-indexed to be more of a drop-in replacement for utility::vector1.

...


branch: master 「№61485」
Commited by: Vikram K. Mulligan
GitHub commit link: 「98cd031561289279」
Difference from previous tested commit:  code diff
Commit date: 2020-11-18 17:19:25

beautifying

...


branch: master 「№61484」
Commited by: Brian Coventry
GitHub commit link: 「513d3b7d0fed3510」 「№5071」
Difference from previous tested commit:  code diff
Commit date: 2020-11-18 10:46:44

Merge pull request #5071 from RosettaCommons/bcov/ContactMSFlags ContactMS apolar_only and squared

...


branch: master 「№61483」
Commited by: hochshi
GitHub commit link: 「83d83e41283ef44a」 「№5084」
Difference from previous tested commit:  code diff
Commit date: 2020-11-17 01:47:38

Merge pull request #5084 from RosettaCommons/ShiHoch/MinMover Multiple comma seperated jumps can never be parsed as int

...


branch: master 「№61482」
Commited by: Frank DiMaio
GitHub commit link: 「7f783a1e0b877fe4」 「№5080」
Difference from previous tested commit:  code diff
Commit date: 2020-11-16 19:41:19

Merge pull request #5080 from RosettaCommons/dimaio/dna_dihedral_newmin_fixes Check for DNA in atoms_with_dof_derivs

...


branch: master 「№61481」
Commited by: Sergey Lyskov
GitHub commit link: 「05396b05d8bf56c5」
Difference from previous tested commit:  code diff
Commit date: 2020-11-14 22:50:59

triggering clean rebuild

...


< 1 .. 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 .. 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