branch: master 「№60872」
Commited by: Andy Watkins
GitHub commit link: 「d51367ed5f293d42」 「№4130」
Difference from previous tested commit:  code diff
Commit date: 2019-08-14 11:59:36

Merge pull request #4130 from RosettaCommons/everyday847/mpi_enabled_rna_score jd2-enable rna_score

...


branch: master 「№60871」
Commited by: Rocco Moretti
GitHub commit link: 「99dd42e6190c739d」 「№4140」
Difference from previous tested commit:  code diff
Commit date: 2019-08-14 10:30:43

Merge pull request #4140 from RosettaCommons/roccomoretti/disable_sewing_hasher_tests Disable continuous_sewing_hasher and discontinuous_sewing_hasher integeration tests. Per the decision at PreRosettaCon, disable these constantly-failing tests. We don't actually need to disable them wholesale, just the parts which take forever. We can still test the (quick) setup command portion. Anyone should feel free to reenable them later, if they can find a way of making them run faster. The reason for disabling instead of fixing is simply because there's not much interest in spending time with these legacy protocols.

...


branch: master 「№60870」
Commited by: Jack Maguire
GitHub commit link: 「a344719efdaf6233」 「№4118」
Difference from previous tested commit:  code diff
Commit date: 2019-08-14 09:38:07

Merge pull request #4118 from RosettaCommons/JackMaguire/cxx17functionattributes Compilers allow for various function attributes to help annotate code functionality. Most attributes are not useful for us in Rosetta, but a few can be useful for development purposes. For example, [[unused]] makes debug-mode compilation easier/cleaner in the early stages of development. Starting in c++17, compilers are told to ignore attributes that they do not recognize, which greatly increases portability. This PR adds a macro that allows you to write attributes that will only be applied if your version of c++ is c++17 or later, along with 4 whitelisted attributes: PURE, CONST, UNUSED, and NODISCARD

...


branch: master 「№60869」
Commited by: Christopher Bahl
GitHub commit link: 「6c2d2cb3162bd853」 「№4135」
Difference from previous tested commit:  code diff
Commit date: 2019-08-13 22:48:03

Merge pull request #4135 from RosettaCommons/cdbahl/FragmentStore-python-bindings Adding FragmentStore python bindings

...


branch: master 「№60868」
Commited by: Jack Maguire
GitHub commit link: 「52681d9013e2b136」 「№3990」
Difference from previous tested commit:  code diff
Commit date: 2019-08-13 17:13:19

Merge pull request #3990 from RosettaCommons/JackMaguire/MonomerDesign2019 Updating FastRelax/FastDesign to make MonomerRelax2019/MonomerDesign2019 the new default relaxscripts

...


branch: master 「№60867」
Commited by: Rocco Moretti
GitHub commit link: 「2e1b6f9e2fa46734」 「№4074」
Difference from previous tested commit:  code diff
Commit date: 2019-08-13 15:25:54

Merge pull request #4074 from RosettaCommons/roccomoretti/crash_display_change Adjust the application signature for new crash reporter scheme. The crash reporter PR (#2978) introduces a slight change in how exceptions should be handled in executables. Instead of the application displaying the message itself, it should call the Exception::display() function, which will handle doing the appropriate display (and any applicable crash report generation). Most of this is just somewhat mechanical changes to the source/src/apps files. (I've also updated the code templates) But I also have changes to the JD2 & JD3 exception handling, such that errors which are caught by the JD machinery will also generate the appropriate logs.

...


branch: master 「№60866」
Commited by: Rocco Moretti
GitHub commit link: 「aac52386ebf13d9f」 「№4143」
Difference from previous tested commit:  code diff
Commit date: 2019-08-13 10:54:05

Merge pull request #4143 from RosettaCommons/roccomoretti/update_release_settings Add additional info for site.settings.release. There are a couple of common modifications end users often need. Provide stub templates for them in site.settings.release such that they're easier to describe.

...


branch: master 「№60865」
Commited by: Sergey Lyskov
GitHub commit link: 「74e760039c0de7cd」 「№4138」
Difference from previous tested commit:  code diff
Commit date: 2019-08-13 00:11:11

Merge pull request #4138 from RosettaCommons/sergey/binder Updating Binder submodule

...


branch: master 「№60864」
Commited by: Rocco Moretti
GitHub commit link: 「346e9d0427535c7e」 「№4096」
Difference from previous tested commit:  code diff
Commit date: 2019-08-12 16:56:43

Merge pull request #4096 from RosettaCommons/roccomoretti/ignore_rna_loop_data Ignore autogenerated loop files in the database. There are some cached files in database/scoring/loop_close/6D_potentials/rna/ which get autogenerated (e.g. by unit tests) Add them to a gitignore file, so they don't clutter up git status reports.

...


branch: master 「№60863」
Commited by: Rocco Moretti
GitHub commit link: 「f8f5672a9e3c6f83」 「№4124」
Difference from previous tested commit:  code diff
Commit date: 2019-08-12 12:55:38

Merge pull request #4124 from RosettaCommons/roccomoretti/gcc_9.1_fixes Fixes for GCC 9.1 compilation Most of the issues with compiling with GCC 9.1 are making sure that the copy constructor and the assignment operator (if both are used) are either both explicit or both implicit. Most changes are mechanical, but there are a few locations where there are copy and assignment discrepancies (or where there were but are no longer.)

...


branch: master 「№60862」
Commited by: Sergey Lyskov
GitHub commit link: 「1e60c63beb532fd4」 「№4094」
Difference from previous tested commit:  code diff
Commit date: 2019-08-09 17:19:57

Merge pull request #4094 from RosettaCommons/sergey/binder adding PyRosetta.notebooks submodule, fixing PyRosetta thread build

...


branch: master 「№60861」
Commited by: Sergey Lyskov
GitHub commit link: 「b59e0c7003cf3b10」
Difference from previous tested commit:  code diff
Commit date: 2019-08-08 23:43:17

beautifying

...


branch: master 「№60860」
Commited by: Vikram K. Mulligan
GitHub commit link: 「e61833b2b6b8a77f」 「№4131」
Difference from previous tested commit:  code diff
Commit date: 2019-08-08 14:16:51

Merge pull request #4131 from RosettaCommons/vmullig/remove_code_duplication Removing some code duplication. A function override in SymmetricRotamerSets does exactly what the base class function does.

...


branch: master 「№60859」
Commited by: Bobby Langan
GitHub commit link: 「eca38ed9811cf2b5」 「№3976」
Difference from previous tested commit:  code diff
Commit date: 2019-08-07 01:46:22

Merge pull request #3976 from RosettaCommons/BobbyLangan/switch-grafting Adding GraftSwitchMover for LOCKR design

...


branch: master 「№60858」
Commited by: Vikram K. Mulligan
GitHub commit link: 「b50f5e01ce7d6714」
Difference from previous tested commit:  code diff
Commit date: 2019-08-06 17:51:39

beautifying

...


branch: master 「№60857」
Commited by: Daniel Farrell
GitHub commit link: 「1dc8f079b7a39918」 「№4121」
Difference from previous tested commit:  code diff
Commit date: 2019-08-05 19:39:43

Merge pull request #4121 from RosettaCommons/danpf/mmtf use models in mmtf

...


< 1 .. 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 .. 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