branch: master 「№61256」
Commited by: Yue Ying
GitHub commit link: 「fa1bddb50e8f61a8」 「№4553」
Difference from previous tested commit:  code diff
Commit date: 2020-04-28 22:13:03

Merge pull request #4553 from RosettaCommons/yingyue0414-patch-aldohexofuranosyl Add Aldohexofuranosyls to Database

...


branch: master 「№61255」
Commited by: Yue Ying
GitHub commit link: 「24657a3ea486fc9a」 「№4609」
Difference from previous tested commit:  code diff
Commit date: 2020-04-28 22:07:25

Merge pull request #4609 from RosettaCommons/yingyue0414-patch-modified_aldohexofuranosyl Add Modified Aldohexofuranoses to Database

...


branch: master 「№61254」
Commited by: Jack Maguire
GitHub commit link: 「1bbb2f297449ecc4」 「№4439」
Difference from previous tested commit:  code diff
Commit date: 2020-04-28 11:40:13

Merge pull request #4439 from RosettaCommons/JackMaguire/MLAnnealer Adding SmartAnnealer This PR adds an annealer which uses TensorFlow to disqualify rotamers on the fly. I have preliminary data below that shows that dynamically decreasing sample space (either conservatively or aggressively) gives a better score as a function of time. Thanks Rocco for the review!

...


branch: master 「№61253」
Commited by: Rocco Moretti
GitHub commit link: 「201351d25586d06f」 「№4664」
Difference from previous tested commit:  code diff
Commit date: 2020-04-26 14:35:39

Merge pull request #4664 from RosettaCommons/roccomoretti/fix_master_tidy Fix issues with clang_tidy in master. Fix recent breakage, fix issue with tests which are failing on master. Also reorganize cppcheck test and add subtest parsing.

...


branch: master 「№61252」
Commited by: Sergey Lyskov
GitHub commit link: 「dcaa903c265a6a81」 「№4669」
Difference from previous tested commit:  code diff
Commit date: 2020-04-25 17:31:23

Merge pull request #4669 from RosettaCommons/sergey/pymol fixing Python3 version of PyMOLRosettaServer.py

...


branch: master 「№61251」
Commited by: Vikram K. Mulligan
GitHub commit link: 「a618f907ae919c70」 「№4624」
Difference from previous tested commit:  code diff
Commit date: 2020-04-25 14:49:01

Merge pull request #4624 from RosettaCommons/vmullig/threadsafe_approximate_buried_unsat_penalty Make the ApproximateBuriedUnsatPenalty threadsafe The ApproximateBuriedUnsatPenalty caches `symm_vs_self_asu_resnum1_`, `symm_vs_self_asu_resnum2_`, and `symm_vs_self_rotamer_count_` inside of itself for computing pairwise interactions in the context of a symmetric IG. This prevents threadsafe calculation, and is also generally unsafe: it means that the scoreterm accumulates state on repeated calls to `ApproximateBuriedUnsatPenalty::evaluate_rotamer_pair_energies()`, and assumes that the function calls from external code will proceed in a particular order. This PR has refactored this, which allows the `approximate_buried_unsat_penalty` scoreterm to be used with multi-threaded interaction graph precomputation.

...


branch: master 「№61250」
Commited by: Vikram K. Mulligan
GitHub commit link: 「37948c9a20832786」 「№4665」
Difference from previous tested commit:  code diff
Commit date: 2020-04-24 16:36:41

Merge pull request #4665 from RosettaCommons/vmullig/fix_dorn_bug Fix a symmetry bug with NCAAs. The BACKBONE_AA option was not properly being mirrored by the D_AA patch. This affected the rama_prepro and p_aa_pp scoreterms for D-NCAAs. This PR also updates some tests that were performing redundant tests of beta_nov15 (which is now our ref2015 default scoring function) to test whatever the current beta scorefunction is.

...


branch: master 「№61249」
Commited by: Rocco Moretti
GitHub commit link: 「b60d946d9318afb7」 「№4653」
Difference from previous tested commit:  code diff
Commit date: 2020-04-24 12:23:24

Merge pull request #4653 from RosettaCommons/roccomoretti/clang_10_fixes Fixes for compilation on Clang 10 Fix some issues detected by Clang 10 compilation.

...


branch: master 「№61248」
Commited by: Vikram K. Mulligan
GitHub commit link: 「6ad331f4312bd97f」 「№4650」
Difference from previous tested commit:  code diff
Commit date: 2020-04-23 19:47:39

Merge pull request #4650 from RosettaCommons/vmullig/internal_hbonds_metric Add a simple metric (and a thin wrapper filter) that computes internal hydrogen bonds in a peptide. This is something that I script over and over in RosettaScripts from the HbondsToResidue filter and some combining filters, producing a Frankenfilter that is both clunky from a user interface standpoint and inefficient from a computational standpoint. (It has to re-evaluate hydrogen bonds for every residue.) It's time I wrote a metric and a wrapper filter for this. This is also something that currently requires me to update residue numbers in my script when a target changes (which is highly prone to user error), but which, with this pull request, will be doable with ResidueSelectors instead (which, if not idiot-proof, is at least idiot-resistant). For this reason, I'll put it in the `Modernize RosetttaScripts` project, too. Tasks: - [x] Add simple metric. - [x] Getters and setters. - [x] Remember that set_hbond_types() should throw if all types are set to false. - [x] XSD function. - [x] parse_my_tag(). - [x] calculate(). - [x] metric(). - [x] CitationManager fxns. - [x] Documentation --> in RosettaCommons/documentation#41 - [x] Add filter that thinly wraps the metric. - [x] Getters and setters. - [x] XSD function. - [x] parse_my_tag(). - [x] apply(). - [x] CitationManager fxns. - [x] Documentation. --> in RosettaCommons/documentation#41 - [x] Unit test. - [x] Integration test. - [x] Beauty. - [x] Make the filter's interface a thinner wrapper for the metric. - [x] Fix cppcheck. - [x] Fix serialization.

...


branch: master 「№61247」
Commited by: Vikram K. Mulligan
GitHub commit link: 「4b9d6bd6a2ffda4a」 「№4662」
Difference from previous tested commit:  code diff
Commit date: 2020-04-23 03:23:14

Merge pull request #4662 from RosettaCommons/vmullig/fix_typo_in_master Fix typo that slipped into master

...


branch: master 「№61246」
Commited by: Andy Watkins
GitHub commit link: 「3e6396a5f17abd70」 「№4658」
Difference from previous tested commit:  code diff
Commit date: 2020-04-22 22:26:02

Merge pull request #4658 from RosettaCommons/everyday847/fix_rna_idealize A better RNA idealization mover

Vikram K. Mulligan 4 years
I have a pull request to fix the typo that broke the build. Please approve and merge ASAP. Thanks!
...


branch: master 「№61245」
Commited by: Andy Watkins
GitHub commit link: 「f46c65e989e7c66d」 「№4433」
Difference from previous tested commit:  code diff
Commit date: 2020-04-22 18:32:16

Merge pull request #4433 from RosettaCommons/everyday847/general_monomer_sampler Update the general monomer sampler

...


branch: master 「№61244」
Commited by: Guangfeng Zhou
GitHub commit link: 「bda922dc72faacdd」 「№4655」
Difference from previous tested commit:  code diff
Commit date: 2020-04-21 15:22:12

Merge pull request #4655 from RosettaCommons/guangfeng/galiganddock_bugfix Guangfeng/galiganddock bugfix

...


branch: master 「№61243」
Commited by: Yue Ying
GitHub commit link: 「dca16dee188e61ea」 「№4645」
Difference from previous tested commit:  code diff
Commit date: 2020-04-21 14:24:07

Merge pull request #4645 from RosettaCommons/yingyue0414-patch-neuraminic_acid Add to4 / to7 / to9-Neuraminic acid to Database

...


branch: master 「№61242」
Commited by: Rocco Moretti
GitHub commit link: 「43186e059c1952f0」 「№4636」
Difference from previous tested commit:  code diff
Commit date: 2020-04-20 12:25:11

Merge pull request #4636 from RosettaCommons/roccomoretti/filter_value_metric Add a SimpleMetric which wraps a Filter. We're looking at converting the usage of Filters for calculating values to the SimpleMetric framework. In that conversion process, it would be really useful to have a RealMetric that's able to wrap a Filter, for backwards compatibility purposes. -- That is, if you have some framework which currently stores a filter and then uses the report_sm() functionality of that stored filter, you would want to convert it to store a RealMetric and use the value calculated by that real metric. But you also want to preserve backward compatibility in case people have old XMLs which are using and passing around Filters. That's what the FilterValueMetric is for. It's just a RealMetric which can take an arbitrary Filter, call report_sm() on it, and use that value as if it was calculated by a RealMetric proper. The intent is not to be used "earnestly", but mainly as a backward compatibility shim during the process of updating things to use the metrics framework.

...


branch: master 「№61241」
Commited by: Frank DiMaio
GitHub commit link: 「abcf277dc47614f6」 「№4648」
Difference from previous tested commit:  code diff
Commit date: 2020-04-16 14:01:53

Merge pull request #4648 from RosettaCommons/dimaio/generic_inputter_fullatom Let GenericJobInputter respect the in:file:fullatom flag

...


< 1 .. 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 .. 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