branch: master 「№61752」
Commited by: Brahm Yachnin
GitHub commit link: 「40612a0e149fd69a」 「№5564」
Difference from previous tested commit:  code diff
Commit date: 2021-09-12 23:58:36

Merge pull request #5564 from RosettaCommons/BYachnin/onechain_interface_segfault Fix segfault for single chain "interface" scores The Interface, InterfaceInfo, and InterchainPotential made the somewhat reasonable assumption that if they working on a pose, it has more than one chain to calculate an interface for. Unfortunately, this assumption led to a segfault if, for example, we calculate interchain centroid scoreterms on a single-chain pose. This PR fixes that segfault: the interchain scoreterms should return 0 if there is no interface. Along the way, I noticed that InterfaceInfo had a bunch of weird things, where you could update member variables without having an effect. For example, one could update distance_, but the interfaces were not subsequently updated to reflect the new distance.

...


branch: master 「№61751」
Commited by: Brian Weitzner
GitHub commit link: 「57ac713a6e1d8ce6」 「№5589」
Difference from previous tested commit:  code diff
Commit date: 2021-09-10 16:50:04

Merge pull request #5589 from RosettaCommons/weitzner/remove-inline-to-fix-pyro Remove `inline` keyword from `RNA_CoarseDistEnergy::deriv_atom_pair` …

...


branch: master 「№61750」
Commited by: TJ Brunette
GitHub commit link: 「edcbec13910ecbf6」 「№5162」
Difference from previous tested commit:  code diff
Commit date: 2021-09-09 18:04:38

Merge pull request #5162 from RosettaCommons/tjbrunette/loop_closure_more_fixes Tjbrunette/loop closure more fixes

...


branch: master 「№61749」
Commited by: Brahm Yachnin
GitHub commit link: 「ba63e175db51a16a」 「№5568」
Difference from previous tested commit:  code diff
Commit date: 2021-09-06 23:54:16

Merge pull request #5568 from RosettaCommons/BYachnin/fix_imgt_numbering Mostly fix IMGT antibody numbering scheme

...


branch: master 「№61748」
Commited by: Rocco Moretti
GitHub commit link: 「a99455bf7389c361」 「№5575」
Difference from previous tested commit:  code diff
Commit date: 2021-09-03 15:15:20

Merge pull request #5575 from RosettaCommons/roccomoretti/fix_tests Fix the dgdp_script test on the integration test server. Add more filters for logs, as well as adjusting the script to work with older Python versions.

...


branch: master 「№61747」
Commited by: Rocco Moretti
GitHub commit link: 「4431687773b726f3」 「№5560」
Difference from previous tested commit:  code diff
Commit date: 2021-09-03 10:39:28

Merge pull request #5560 from RosettaCommons/roccomoretti/EnergyMap_array Convert EnergyMap to use a std::array. This is based off of PR #5556, and the hope is that the std::array will get around the GCC 11 errors that are seen with the copy constructor/assignment operator. (Mostly because we can defer the copy/assignment operations to the std::array versions.) This PR also removes the -fno-builtin flag from the GCC 11 compilation, which was previously added in PR #5552 as a workaround for the issue that this PR fixes.

...


branch: master 「№61746」
Commited by: Vikram K. Mulligan
GitHub commit link: 「5ccc5f9419cc8dcb」 「№5565」
Difference from previous tested commit:  code diff
Commit date: 2021-09-01 16:28:14

Merge pull request #5565 from RosettaCommons/vmullig/helical_bundle_predict_scipred_file_input Allow helical_bundle_predict to take a PsiPred file as an alternative to a helix definition file, for canonical amino acid prediction This PR adds the option of providing a PsiPred file as input to the helical_bundle_predict application instead of a helix definition file. This is convenient for predicting canonical amino acid helical bundles (but obviously cannot be used for exotic noncanonicals). I'll expand the tasks below as I go along. Tasks: - [x] Add the option. - [x] Add alpha helix and beta strand cutoffs. - [x] Have it do something. - [x] Add means of setting file. - [x] Add means of reading file contents. - [x] ~~Use existing PsiPred reader code; don't reinvent the wheel.~~ --> In this case, it really was simpler to write my own parser. - [x] Use file contents to set up helix definitions. - [x] ~~Check that _either_ a helix definition file _or_ a PsiPred file was provided (but not both).~~ Global settings can only be set with a helix definition file. Allow both to be used together. - [x] Integration test. - [x] Check that this works. - [x] MPI mode too. - [x] Check that this works in MPI mode. - [x] Update documentation. - [x] Run beautifier. @jameseastwood

...


branch: master 「№61745」
Commited by: Sergey Lyskov
GitHub commit link: 「0c5d5dbc6ba589ed」 「№5561」
Difference from previous tested commit:  code diff
Commit date: 2021-08-25 14:23:36

Merge pull request #5561 from RosettaCommons/thieker-ssm-patch_8-24 updating stabilize-ssm ROSIE script

...


branch: master 「№61744」
Commited by: Vikram K. Mulligan
GitHub commit link: 「846ab214f0aac921」 「№5553」
Difference from previous tested commit:  code diff
Commit date: 2021-08-24 17:47:19

Merge pull request #5553 from RosettaCommons/vmullig/fix_integration_test_seed_issue Add missing -testing:INTEGRATION_TEST flag to two integration tests. Missing -testing:INTEGRATION_TEST flag in two integration tests (dgdp_script and dgdp_aio) was resulting in tests running with different seeds each time and changing each time. This fixes this. Thanks to Dan Farrell for the fix to the second test.

...


branch: master 「№61743」
Commited by: Sergey Lyskov
GitHub commit link: 「49cdaea140567346」 「№5535」
Difference from previous tested commit:  code diff
Commit date: 2021-08-23 19:28:26

Merge pull request #5535 from RosettaCommons/thieker-rosie2-cluster-py adding ROSIE scripts for stabilize-cluster app

...


branch: master 「№61742」
Commited by: Vikram K. Mulligan
GitHub commit link: 「5eb89ef1fc1a9146」 「№5555」
Difference from previous tested commit:  code diff
Commit date: 2021-08-23 13:12:24

Merge pull request #5555 from RosettaCommons/vmullig/update_scripts Update the rosetta_scripts_scripst repo submodule to point to the latest master.

...


branch: master 「№61741」
Commited by: Frank David Teets
GitHub commit link: 「edf62954ef86fa01」 「№5554」
Difference from previous tested commit:  code diff
Commit date: 2021-08-23 08:44:40

Merge pull request #5554 from RosettaCommons/frankdt/sewanything_pdbinfo_bugfix AddFlanking ws failing to update PDBInfo correctly. Now it does.Y

...


branch: master 「№61740」
Commited by: Vikram K. Mulligan
GitHub commit link: 「2b3c6683b35d96f1」 「№5552」
Difference from previous tested commit:  code diff
Commit date: 2021-08-20 19:40:44

Merge pull request #5552 from RosettaCommons/vmullig/fix_gcc_11_errors Fix compilation errors that appear with GCC 11 Mostly warnings-as-errors, though some things might be actual bugs. Apparent actual bugs include: - An owning pointer that's created and used in `protocols/frag_picker/scores/RamaScore.cc` without ever creating an object to which it points. (Fixed now; the OP uses `make_shared` during its creation.) - `AlignRmsdTargetEvaluatorCreator::add_evaluators()` was a mess; again, a null owning pointer was being treated as though it pointed to sometihng. This is fixed now, albeit not necessarily in the most elegant way. - A null pointer to a MoveMap was used in `GeneralAntibodyModeler`. Fixed. - In the splice utilities, splice was a nullptr, but was used. - In the CartMinlopCloser, the MoveMapOP was null but was used.

...


branch: master 「№61739」
Commited by: Rocco Moretti
GitHub commit link: 「7d39598934fd4a5f」 「№5545」
Difference from previous tested commit:  code diff
Commit date: 2021-08-20 11:10:30

Merge pull request #5545 from RosettaCommons/roccomoretti/fix_empty Fix issue with empty() For vectors, empty() is a reporting method, not an altering method. Compiling with GCC 9.1 and C++17 mode shows a number of cases where a pointless empty() is being called. Most of these are truly pointless (the vector is definitely empty at that point, being freshly created), but there is one location where I'm not sure if the intent was to clear the vector. (Which is complicated by it being a const method.) Commenting it out preserves the current behavior, but leaves it there as a nudge to more knowledgeable people working on the code in the future.

...


branch: master 「№61738」
Commited by: Daniel Farrell
GitHub commit link: 「42552112cb98359b」
Difference from previous tested commit:  code diff
Commit date: 2021-08-17 19:59:49

danpf/dgdp updates & refactor small refactors and bugfixes 01 (#5527) Some updates for carson and frank w/r/t dgdp The updates are: refactor dgdp.py to use an intermediate search file argument properly refactor dgdp.py to apply a bin_extension so that it is used w/ integration tests fix a bad merge where I somehow ruined the parallelization of the search step refactor the code to allow running via an all_in_one (aio) function. This will hopefully allow easier running if point selection ever gets better remove beta_conv map convolution option (it never worked ;'( ) remove some code rot add an AIO integration test and split it from the script test

...


branch: master 「№61737」
Commited by: Sergey Lyskov
GitHub commit link: 「1083d8c48c79547f」 「№5528」
Difference from previous tested commit:  code diff
Commit date: 2021-08-17 14:41:45

Merge pull request #5528 from RosettaCommons/thieker-ssm-rosie-py Allow bracketed input and bug fixes for ROSIE app

...


< 1 .. 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 .. 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