branch: release 「№206」
Commited by: Georg Kuenze
GitHub commit link: 「dbc838b6ae620b12」 「№3726」
Difference from previous tested commit:  code diff
Commit date: 2019-01-03 04:31:13

Merge pull request #3726 from RosettaCommons/georgkuenze/fix_nmr_code_quality_issues Fixing some uninitialized and unread variable errors in RosettaNMR code which were not detected in my previous commit to master.

...


branch: release 「№205」
Commited by: Brian Coventry
GitHub commit link: 「674a9609eaf25635」 「№3720」
Difference from previous tested commit:  code diff
Commit date: 2018-12-24 16:26:06

Merge pull request #3720 from RosettaCommons/bcov/PsiPredScratch Adding use_scratch_dir to SSPredictionFilter

...


branch: release 「№204」
Commited by: Andy Watkins
GitHub commit link: 「bae0185c8be23d8e」 「№3691」
Difference from previous tested commit:  code diff
Commit date: 2018-12-17 10:54:27

Merge pull request #3691 from RosettaCommons/everyday847/new_metrics Calculate dihedral RMS or gdt in rna_score

...


branch: release 「№203」
Commited by: Jack Maguire
GitHub commit link: 「dd40f6d03d8da3e9」 「№3658」
Difference from previous tested commit:  code diff
Commit date: 2018-12-04 14:55:08

Merge pull request #3658 from RosettaCommons/JackMaguire/MCHBNetSymmFix Shane Caldwell recently showed me a case where MC HBNet was unable to handle a symmetric pose because of the existence of an additional pure-virtual chain. With this PR, MC HBNet now has bounds-checking to make sure that it does not interact with chains that are not considered subunits. Thanks to Scott for the review.

...


branch: release 「№202」
Commited by: Vikram K. Mulligan
GitHub commit link: 「c5f1815d372dbb5b」 「№3641」
Difference from previous tested commit:  code diff
Commit date: 2018-11-27 13:23:30

Merge pull request #3641 from RosettaCommons/vmullig/fix_simple_cycpep_predict_issues Fix a couple of problems with simple_cycpep_predict This pull request fixes a trivial issue with output logging with simple_cycpep_predict. It also seeks to track down and correct a problem seen on the NYU cluster with a double free or corruption error, but I haven't yet been able to reproduce that. This seems only to affect the multi-threaded behaviour, and has only been observed with an icc build. Edit: I'm just going to merge these cosmetic changes now, and will open a new PR if and when I track down the double free or corruption error.

...


branch: release 「№201」
Commited by: Andy Watkins
GitHub commit link: 「6168999668e8afa2」 「№3635」
Difference from previous tested commit:  code diff
Commit date: 2018-11-19 10:55:35

Merge pull request #3635 from RosettaCommons/everyday847/fix_mincst_bug Make minimize_with_cst process -s correctly

...


branch: release 「№200」
Commited by: Brahm Yachnin
GitHub commit link: 「40d50eb3a9b81b8e」
Difference from previous tested commit:  code diff
Commit date: 2018-11-12 10:37:42

beautifying

...


branch: release 「№199」
Commited by: Brahm Yachnin
GitHub commit link: 「3a2fbbe486a4601a」
Difference from previous tested commit:  code diff
Commit date: 2018-11-02 20:39:54

Revert PR 3390 "mhc_epitope scoreterm, a flexible, packer-compatible deimmunization scoreterm" Revert "mhc_epitope scoreterm, a flexible, packer-compatible deimmunization scoreterm" One of the release mode unit tests is failing, so we're revert the PR until we can figure out why that is and what to do about it.

...


branch: release 「№198」
Commited by: Alex Ford
GitHub commit link: 「32f492c6681bac72」 「№3591」
Difference from previous tested commit:  code diff
Commit date: 2018-10-26 18:40:10

Merge pull request #3591 from RosettaCommons/fordas/distributed_test_update Fixup distributed test runner.

...


branch: release 「№197」
Commited by: Vikram K. Mulligan
GitHub commit link: 「43c8c1ca0b7cf4be」 「№3564」
Difference from previous tested commit:  code diff
Commit date: 2018-10-19 00:16:01

Merge pull request #3564 from RosettaCommons/vmullig/fix_signed_char_issue Fixing an issue with assignment of -1 to a char According to the C++ standard, the `char` type can be signed or unsigned -- it's up to the implementation. We have a spot in the Rosetta code where -1 is assigned to a `char`, and although that's fine for compilation on most systems, it breaks the Blue Gene/Q build. (It also likely breaks Android builds -- they also tend to default to `char == unsigned char`.) The simple fix is to declare this `char` to be `signed` explicitly. In general, if you assign numeric values to a `char` or do math other than just incrementing or decrementing, it's a good idea to make it explicit whether you're working with a signed or unsigned `char`.

...


branch: release 「№196」
Commited by: Sergey Lyskov
GitHub commit link: 「5ac5b0eb33866bb7」 「№3543」
Difference from previous tested commit:  code diff
Commit date: 2018-10-10 20:20:19

Merge pull request #3543 from RosettaCommons/sergey/f2 Updating nlohmann/json library to 3.3.0. This should enable JSON support in GCC v4.8+ and fix PyRosetta GCC build

...


branch: release 「№195」
Commited by: Brian Coventry
GitHub commit link: 「80255e27123e35f9」 「№3529」
Difference from previous tested commit:  code diff
Commit date: 2018-09-28 12:28:41

Merge pull request #3529 from RosettaCommons/bcov/FixApprox2 Fixed bug in approximate_buried_unsat_energy where packing with 0 rotamers caused a freeze

...


branch: release 「№194」
Commited by: Orly Marcu
GitHub commit link: 「abb1059cde660bab」 「№3520」
Difference from previous tested commit:  code diff
Commit date: 2018-09-28 10:41:53

Merge pull request #3520 from RosettaCommons/orlypolo/change_default_dslf_energy_threshold Change DisulfideInsertion test to allow a more linient threshold for …

...


branch: release 「№193」
Commited by: Vikram K. Mulligan
GitHub commit link: 「f236a16cef7f6935」 「№3500」
Difference from previous tested commit:  code diff
Commit date: 2018-09-24 12:47:36

Merge pull request #3500 from RosettaCommons/vmullig/fix_selection_warning Removing a spurious warning when the last residue in a pose is selected. Currently, when the last residue of a pose is selected by index, there's a spurious warning printed to the tracer about the selection being outside the range of residues in the pose. This is due to a ">=" comparison that should have been a ">" comparison. This fixes that.

...


branch: release 「№192」
Commited by: Jared Adolf-Bryfogle
GitHub commit link: 「b431e060d28eedba」 「№3485」
Difference from previous tested commit:  code diff
Commit date: 2018-09-15 20:48:03

Merge pull request #3485 from RosettaCommons/jadolfbr/minor_updates IAM bugfix and add job_tag option to ProtocolSettingsMetric This PR has a few minor fixes and changes: - Fixes IAM for a test case that @aleaverfay had. It also adds this test case as an integration test. - Fixes scoretype setting in `PerResidueEnergyMetric` and adds the option to `TotalEnergyMetric` (which may now need to be renamed) @teetsf Both are now tested in integration tests. - Adds a better description of custom_type option and updates RMSDMetric docs. @roccomoretti - Adds an option, `job_tag` that basically passes a string to the score file. This is really useful for rosetta_scripts_JD3 to tag the job name in the scorefile to make it easier to concat and analyze.

...


branch: release 「№191」
Commited by: Jack Maguire
GitHub commit link: 「8acfef923fe0a0c7」
Difference from previous tested commit:  code diff
Commit date: 2018-09-06 18:08:31

Adding a residue selector that applies to native poses I'm adding a residue selector that wraps around another residue selector and applies it to the native pose instead of the given pose. You can read more about it here: https://www.rosettacommons.org/docs/latest/scripting_documentation/RosettaScripts/ResidueSelectors/ResidueSelectors#other_nativeselector Thanks to @jadolfbr for the review and @roccomoretti for tips/comments

...


< 1 .. 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 .. 23 >

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