branch: master 「№61480」
Commited by: Vikram K. Mulligan
GitHub commit link: 「55e53bebf7fa20f2」 「№5082」
Difference from previous tested commit:  code diff
Commit date: 2020-11-14 15:02:29

Merge pull request #5082 from RosettaCommons/vmullig/make_helical_bundle_predict_public Make the helical_bundle_predict app into a public app This seems stable enough to make it public, and I've had a few requests from external Rosetta users who can see the documentation for the app but who can't access the app itself. Tasks: - [x] Move `helical_bundle_predict.cc` from `apps/pilot/vmullig` to `apps/public/helical_bundle`. - [x] Update tracer output. - [x] Add CitationManager functions. - [x] Check that there are good integration tests. (I think I wrote some.) - [x] Check that integration tests produce reasonable output. - [x] Check that MPI tests produce reasonable output. - [x] Beauty. - [x] Check documentation and update accordingly.

...


branch: master 「№61479」
Commited by: Jeliazko Jeliazkov
GitHub commit link: 「1dbf27255a5e24de」 「№5062」
Difference from previous tested commit:  code diff
Commit date: 2020-11-13 02:16:34

Merge pull request #5062 from RosettaCommons/lqtza/update-snugdock-sci-test Update SnugDock Scientific Test to Use CAPRI Metrics

...


branch: master 「№61478」
Commited by: Vikram K. Mulligan
GitHub commit link: 「6e444740edf67e0b」 「№5079」
Difference from previous tested commit:  code diff
Commit date: 2020-11-12 18:43:42

Merge pull request #5079 from RosettaCommons/vmullig/suppress_unnecessary_warning Suppress a warning message in a context in which the thing that it warns about is not an issue. This PR suppresses warnings about out-of-date residue connections in a context in which we're about to update the residue connections anyways. Users have raised questions about this unnecessary warning in the past, thinking that it indicates something going wrong when it does not. This is expected to cause cosmetic changes to a bunch of integration tests, so I'm pulling it out into its own pull request.

...


branch: master 「№61477」
Commited by: Andrew Leaver-Fay
GitHub commit link: 「fc7820a6e329c28b」
Difference from previous tested commit:  code diff
Commit date: 2020-11-12 12:15:41

Merge pull request #5075 From branch aleaverfay/hotfix_rama_ats_w_dof_derivs Fix a segfault that shows up when using cartesian minimization with the "old" (pre ref2015) rama term on termini. Now, the RamachandranEnergy class checks residues to see that they're not termini before appending the dof-deriv atoms for their phi or psi, since if they are termini, then those atoms don't exist. The Ramachandran class (which defines the potential) uses logic to decide whether a residue should have its energy counted; that logic needs to be invoked by the RamachandranEnergy class in its atoms_with_dof_derivatives function. Thanks for the heads up, Florian and Julia! Thanks for the help in zeroing in out the problem, TJ!

...


branch: master 「№61476」
Commited by: Vikram K. Mulligan
GitHub commit link: 「6de9133ab53423d5」 「№5070」
Difference from previous tested commit:  code diff
Commit date: 2020-11-11 12:49:49

Merge pull request #5070 from RosettaCommons/vmullig/remove_metal_connections_mover Add a mover that removes connections that were added by the -auto_setup_metals flag or the SetupMetalsMover It can be convenient to be able to remove bonds between metal-liganding residues and metals (_e.g._ for mutagenesis protocols in which metal-coordinating positions are mutated). This pull request aims to add a mover that does this. The mover will: - Remove the bonds between liganding residues and metals. - Remove the custom variant types from the residues. - Remove the custom variant types from the metals. - If a residue selector is provided, this behaviour will only apply when a liganding residue _and_ the metal are selected by the selector. Otherwise, it will apply to the whole pose. Tasks: - [x] Add the mover. - [x] parse_my_tag() - [x] provide_xml_schema() - [x] apply() - [x] Unit tests. - [x] For applying to whole pose. - [x] For applying to selection. - [x] Documentation. - [x] Pull request #4980 should be merged before this one. - [x] This PR should be updated with changes from PR #4980 (simplified interface for CitationManager). - [x] Beauty.

...


branch: master 「№61475」
Commited by: Rocco Moretti
GitHub commit link: 「1d3bafc677841e99」 「№4980」
Difference from previous tested commit:  code diff
Commit date: 2020-11-09 20:08:32

Merge pull request #4980 from RosettaCommons/roccomoretti/cleanup_citation_manager Simplify interface for using CitationManager. There was way too much boilerplate involved with adding citation manager functions, pretty much all of which is unneeded. This PR reduces the interface for most usage down to one: a void provide_citation_info(basic::citation_manager::CitationCollectionList & citations) const member function. The current CitationCollection and the UnpublishedModuleInfo have been unified under a simple CitationCollectionBase class, which now means that both cited and uncited can be added to the same CitationCollectionList, and the CitationManager will deconvolute them when it needs to. The CitationCollectionList is basically a glorified vector1 with convenience functions to add() citation collections to it. It's set up not only to be able to add CitationCollection and UnpublishedModuleInfo (pointer) objects, but has some template magic which means that you can citations.add() sub-objects directly, which will automatically invoke their provide_citation_info() member function, making the implementation of the provide_citation_info() functions much simpler. There shouldn't be any change to what is actually printed, modulo potential order rearrangement.

...


branch: master 「№61474」
Commited by: Rocco Moretti
GitHub commit link: 「c1168558ec6b3705」 「№5031」
Difference from previous tested commit:  code diff
Commit date: 2020-11-09 16:12:19

Merge pull request #5031 from RosettaCommons/roccomoretti/v3000_sdf_parser Update the V3000 SDF parser. It looks like the V3000 format SDF parser wasn't working properly. (And wasn't tested.)

...


branch: master 「№61473」
Commited by: Rocco Moretti
GitHub commit link: 「9fdd492f0eed2d37」 「№5049」
Difference from previous tested commit:  code diff
Commit date: 2020-11-06 18:21:09

Merge pull request #5049 from RosettaCommons/roccmoretti/disable_ligand_dock_performance Disable the LigandDockProtocol performance test. This test is one of the noisiest performance test. (Probably because it's attempting to do too much in each cycle.) Additionally, it's testing an old, outdated protocol. If we want to re-enable this, we probably want to do more granular testing (different tests for each step), and test the most recent version of the protocol.

...


branch: master 「№61472」
Commited by: Rocco Moretti
GitHub commit link: 「0a8c35c48d19a8d0」 「№5047」
Difference from previous tested commit:  code diff
Commit date: 2020-11-06 18:20:28

Merge pull request #5047 from RosettaCommons/roccomoretti/database_md5_mpi Fix database_md5 MPI issue. My recent changes to the database_md5 test didn't work 100% with the MPI build, as there's some spurious lines which now get printed (and diffed) there. Move the log files which we don't need to compare to a .ignore file instead.

...


branch: master 「№61471」
Commited by: Frances Chu
GitHub commit link: 「e014eb0f1468dde8」 「№4991」
Difference from previous tested commit:  code diff
Commit date: 2020-11-05 13:51:02

Merge pull request #4991 from RosettaCommons/francesc45/logic_residue_selector Add LogicResidueSelector which takes booleans in its option

...


branch: master 「№61470」
Commited by: Jack Maguire
GitHub commit link: 「aaa3e164fa0ee89e」 「№5069」
Difference from previous tested commit:  code diff
Commit date: 2020-11-05 12:19:27

Merge pull request #5069 from RosettaCommons/JackMaguire/FixJD3Issue Fixing and commenting JD3NodeManagersTests:test_stop_early unit test

...


branch: master 「№61469」
Commited by: Sergey Lyskov
GitHub commit link: 「9a816aa942038d5b」 「№5068」
Difference from previous tested commit:  code diff
Commit date: 2020-11-04 22:23:08

Merge pull request #5068 from RosettaCommons/sergey/binder fixing PyRosetta notebook tests

...


branch: master 「№61468」
Commited by: Sergey Lyskov
GitHub commit link: 「36a2b8fe7ca760de」 「№5067」
Difference from previous tested commit:  code diff
Commit date: 2020-11-03 18:31:08

Merge pull request #5067 from RosettaCommons/sergey/binder updating PyRosetta memory requirements during building

...


branch: master 「№61467」
Commited by: Rocco Moretti
GitHub commit link: 「8af190522629229e」 「№5064」
Difference from previous tested commit:  code diff
Commit date: 2020-11-02 19:08:03

Merge pull request #5064 from RosettaCommons/roccomoretti/fix_clang_tidy Fix Clang tidy issue with ResidueTypeSet. Sergey's recent changes caused clang-tidy to point out issues with ResidueTypeSet. Resolve these.

...


branch: master 「№61466」
Commited by: Rocco Moretti
GitHub commit link: 「e35e009174f3304a」 「№5032」
Difference from previous tested commit:  code diff
Commit date: 2020-11-02 11:45:05

Merge pull request #5032 from RosettaCommons/roccomoretti/license Add a LICENSE.md Include the current Academic license with the code. Be sure to point out that this is the Academic version, and doesn't apply to commercial users. There's some potential deficiencies in the current text, but those would need to get fixed upstream at UW first.

...


branch: master 「№61465」
Commited by: Rocco Moretti
GitHub commit link: 「1a52b0a5209a8c2f」 「№5063」
Difference from previous tested commit:  code diff
Commit date: 2020-10-30 19:57:11

Merge pull request #5063 from RosettaCommons/roccomoretti/fix_thread_frag_picker Attempt to stabilize integration.thread fragment_picker test. The fragment_picker test in the multithreaded case is noisy on the test server. This looks to be due to fragment sorting. Depending on when the threads finish, equivalently scored fragments can come in different orders. Attempt to stabilize this by sorting on FragID when the scores are identical.

...


< 1 .. 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 .. 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