branch: master 「№61384」
Commited by: Jonathan Liu
GitHub commit link: 「d889a7a46f3bef13」 「№4835」
Difference from previous tested commit:  code diff
Commit date: 2020-08-24 14:06:39

Merge pull request #4835 from RosettaCommons/jonpliu-patch-5 Carbohydrates: adding fluoro sugars to the database. All tests passed.

...


branch: master 「№61383」
Commited by: Andy Watkins
GitHub commit link: 「f204525bcd2897b7」 「№4912」
Difference from previous tested commit:  code diff
Commit date: 2020-08-22 18:14:04

Merge pull request #4912 from RosettaCommons/everyday847/rnabph Bug fix to RNA_BasePairHandler

...


branch: master 「№61382」
Commited by: Vikram K. Mulligan
GitHub commit link: 「6dedbd4c240c738a」 「№4928」
Difference from previous tested commit:  code diff
Commit date: 2020-08-22 17:41:05

Merge pull request #4928 from RosettaCommons/vmullig/tidy_up_clang_tidy_warnings Removing unused values flagged by clang-tidy. Note that the operator() called here has no side-effects; its ONLY effect is to return a value that's never used, so it's safe to delete it. Additional notes added by Rocco: Looking at the code and #4890, it looks like the removal is fine. The computation that was previously done with these variables has been moved to the output_interface_deltas(). Presuming the component energies sum to the total scores, then the transformation should be valid. (As the difference of the sums of the components should be equal to the sums of the differences in components.) ... Well, with the caveat that you're either not using the normalization function, or that the normalization function is a linear (not affine) scaling, and the sum of normalized components is equal to the normalized sum of components. -- But looking through the current options for normalization factors, that's the case. (And the normalization option isn't used much, anyway.)

...


branch: master 「№61381」
Commited by: Vikram K. Mulligan
GitHub commit link: 「4a652cde8e205e64」 「№4926」
Difference from previous tested commit:  code diff
Commit date: 2020-08-21 19:12:45

Merge pull request #4926 from RosettaCommons/revert-4897-dpaoliello/noreturn Revert "Use the C++11 `[[ noreturn ]]` attribute" Reverts #4897 This merge broke compilation. Reverting temporarily until this can be fixed.

...


branch: master 「№61380」
Commited by: Daniel Paoliello
GitHub commit link: 「c33099fa17c5a72b」 「№4897」
Difference from previous tested commit:  code diff
Commit date: 2020-08-21 14:45:30

Merge pull request #4897 from RosettaCommons/dpaoliello/noreturn Use the C++11 `[[ noreturn ]]` attribute

...


branch: master 「№61379」
Commited by: Vikram K. Mulligan
GitHub commit link: 「26e100a2fbe40d4b」 「№4859」
Difference from previous tested commit:  code diff
Commit date: 2020-08-21 14:16:31

Merge pull request #4859 from RosettaCommons/vmullig/handle_disulfides_in_mutate_residue Allow the MutateResidue mover to break disulfide bonds automatically. It's a bit silly to have the MutateResidue mover leave a pose in an unstable, un-scorable state with a "dangling" disulfide partner (which still expects to be bonded to something) if you try to mutate a disulfide-bonded cysteine. This PR ensures that the mover automatically removes the disulfide partner's DISULFIDE variant type when it makes the mutation. There is an option to restore the old behaviour in the rare cases in which a user might want that, but it's clearly marked as not recommended.

...


branch: master 「№61378」
Commited by: Brennica Marlow
GitHub commit link: 「bd10f6718d6cee42」
Difference from previous tested commit:  code diff
Commit date: 2020-08-21 11:35:00

beautifying

...


branch: master 「№61377」
Commited by: Vikram K. Mulligan
GitHub commit link: 「9aeafcf593b0dc03」 「№4592」
Difference from previous tested commit:  code diff
Commit date: 2020-08-20 17:52:24

Merge pull request #4592 from RosettaCommons/vmullig/add_cys_sidechain_conjugation_patch Adding CYS:SidechainConjugation patch. It's a bit silly that we still have CYX for sidechain conjugation to cysteine. This adds a CYS:SidechainConjugation patch. For now, I won't remove CYX, since it's probably needed for backwards-compatibility with a lot of things.

...


branch: master 「№61376」
Commited by: Brennica Marlow
GitHub commit link: 「bdb47115f211a7ed」 「№4890」
Difference from previous tested commit:  code diff
Commit date: 2020-08-20 17:38:01

Merge pull request #4890 from RosettaCommons/BrennicaMarlow/InterfaceScore_Mem Brennica marlow/InterfaceScore_Mem

...


branch: master 「№61375」
Commited by: Jack Maguire
GitHub commit link: 「58510536310bebeb」 「№4915」
Difference from previous tested commit:  code diff
Commit date: 2020-08-19 12:27:40

Merge pull request #4915 from RosettaCommons/JackMaguire/SingleResSelect Adding residue selector interface for DeclareBond mover This PR: - Allows DeclareBond to take a residue selector instead of a raw resid - asserts that the residue selector accounts for exactly one residue - Inserts this new usage into some integration tests

...


branch: master 「№61374」
Commited by: Jack Maguire
GitHub commit link: 「2f54d0dfac311a6b」 「№4884」
Difference from previous tested commit:  code diff
Commit date: 2020-08-19 08:57:04

Merge pull request #4884 from RosettaCommons/JackMaguire/Wcomma Adding -Wcomma to clang build

...


branch: master 「№61373」
Commited by: Jack Maguire
GitHub commit link: 「c344406e496d686c」 「№4889」
Difference from previous tested commit:  code diff
Commit date: 2020-08-19 08:55:42

Merge pull request #4889 from RosettaCommons/JackMaguire/ParsedProtocolUtil Making MoverFilterPair more user-friendly

...


branch: master 「№61372」
Commited by: Vikram K. Mulligan
GitHub commit link: 「3255af5c99bbb3d5」 「№4786」
Difference from previous tested commit:  code diff
Commit date: 2020-08-18 21:05:05

Merge pull request #4786 from RosettaCommons/vmullig/cycpep_predict_hbonds_update Switch simple_cycpep_predict to use the PeptideInternalHbondsFilter This is a simple PR to switch the simple_cycpep_predict application over to using the PeptideInternalHbondsFilter, which should reduce computational cost a bit.

...


branch: master 「№61371」
Commited by: Jared Adolf-Bryfogle
GitHub commit link: 「25ba96a9eb536bc0」 「№4914」
Difference from previous tested commit:  code diff
Commit date: 2020-08-18 19:03:47

Merge pull request #4914 from RosettaCommons/jadolfbr/timing_profile_bug Fix bug in TimingProfileMetric copy constructor. This makes the copy constructor not copy over the construction time. This was a major bug identified by @francesc45 where the time would be additive and not per-nstruct due to the use of copy constructors in RS.

...


branch: master 「№61370」
Commited by: Hugh Haddox
GitHub commit link: 「f54c775ccf8c7885」 「№4792」
Difference from previous tested commit:  code diff
Commit date: 2020-08-17 20:59:29

Merge pull request #4792 from RosettaCommons/dimaio/beta_ref_weights Update reference weights to exclude stability data in fitting

...


branch: master 「№61369」
Commited by: Grigorii Andrianov
GitHub commit link: 「2bea095bd4ad8a28」 「№4905」
Difference from previous tested commit:  code diff
Commit date: 2020-08-17 17:29:07

Merge pull request #4905 from RosettaCommons/GAndrianov/minimize_ppi_jump_all Adding jump_all feature

...


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