branch: master 「№61640」
Commited by: Jack Maguire
GitHub commit link: 「b05eade69404ec1b」 「№5376」
Difference from previous tested commit:  code diff
Commit date: 2021-04-30 06:55:06

Merge pull request #5376 from RosettaCommons/JackMaguire/ddgjumpsele Adding Jump Selector XML attribute for Ddg and ShapeComp filters

...


branch: master 「№61639」
Commited by: Rocco Moretti
GitHub commit link: 「1eda8cb7b37ec679」 「№5377」
Difference from previous tested commit:  code diff
Commit date: 2021-04-29 09:14:56

Merge pull request #5377 from RosettaCommons/roccomoretti/fix_tensorflow Fix tensorflow build. I mixed up namespaces with my PR, and didn't catch it because it was behind #ifdefs.

...


branch: master 「№61638」
Commited by: Rocco Moretti
GitHub commit link: 「8693232af38cbd9f」 「№4268」
Difference from previous tested commit:  code diff
Commit date: 2021-04-27 19:38:44

Merge pull request #4268 from RosettaCommons/roccomoretti/option_include_removal_rebase Reduce transitive inclusion of option system in headers. It looks like option system headers contribute a not insignificant amount to compilation time of just the headers. Generally speaking, though, there really should be very few reasons for an hh file to include an options system header. Go through and clear out as many of them as possible. (By rearranging code in some cases.)

...


branch: master 「№61637」
Commited by: Rocco Moretti
GitHub commit link: 「b66bab60517eb4a4」 「№4255」
Difference from previous tested commit:  code diff
Commit date: 2021-04-27 19:35:05

Merge pull request #4255 from RosettaCommons/roccomoretti/orbital_include Reduce transitive inclusions of orbital headers. Certain Orbital-related headers were contributing more than they likely should to the amount of included header lines. We can adjust the Residue and ResidueTypeBase classes such that these headers are only in the cc files, and aren't included for everything that needs Residue.hh or ResidueType.hh. To aid in this conversion (and to keep the deep copy semantics of the vector-of-Orbital objects), I've added a deep_copy_vector1 class, which subclasses vector1, but provides deep copy semantics for vectors-of-OPs.

...


branch: master 「№61636」
Commited by: Jack Maguire
GitHub commit link: 「900e9c8a5bda3ab7」 「№5299」
Difference from previous tested commit:  code diff
Commit date: 2021-04-26 13:40:45

Merge pull request #5299 from RosettaCommons/JackMaguire/OptOutFilterReport Adding more filter report options

...


branch: master 「№61635」
Commited by: Vikram K. Mulligan
GitHub commit link: 「87c0e219a512fd76」 「№5368」
Difference from previous tested commit:  code diff
Commit date: 2021-04-23 19:16:35

Merge pull request #5368 from RosettaCommons/vmullig/galiganddock_ring_conformers (Replaces #4541) Ensure that GALigandDock's sample_ring_conformers option is actually obeyed This replaces pull request #4541. It ensures that the sample_ring_conformers option actually behaves as expected, and also adds an integration test for docking a single amino acid residue. The previous PR had been based atop changes that are now redundant (and which were part of a PR that has now been closed); this one is based off of master. Thanks to Frank for the review!

...


branch: master 「№61634」
Commited by: Vikram K. Mulligan
GitHub commit link: 「813a69cf39d0a49b」 「№5203」
Difference from previous tested commit:  code diff
Commit date: 2021-04-23 00:44:44

Merge pull request #5203 from RosettaCommons/vmullig/add_more_citatoins Add more citations Now that we have the script, it's easy to add lots of citations to the database... This may be a longstanding PR, but I'll use it to add a bunch. Tasks: - [x] Add a bunch of citations to the database. - [x] Add citations to a bunch of Rosetta modules. - [x] Check that Rosetta still compiles and runs (i.e. run tests). - [x] Beauty. - [x] Pull request #5202 must be merged before this one.

...


branch: master 「№61633」
Commited by: Vikram K. Mulligan
GitHub commit link: 「27d518f47924734a」 「№5363」
Difference from previous tested commit:  code diff
Commit date: 2021-04-23 00:43:38

Merge pull request #5363 from RosettaCommons/vmullig/fix_rmsd_zero_error Ensure that numeric::model_quality::rmsfitca2() doesn't fail silently Currently, this function (which is called by `superimpose_pose()`) returns an RMSD of 0.0 on failure. This is reported as the RMSD by other code. This PR aims to fix this. Tasks: - [x] Have this function return its failure status. - [x] Have `core::scoring::superimpose_pose()` do something with this information. Option to throw on error, default true. - [x] Have simple_cycpep_predict pay attention to whether RMSD was calculated correctly.

...


branch: master 「№61632」
Commited by: Teun Hoevenaars
GitHub commit link: 「fdc9e75b82523f1d」 「№5190」
Difference from previous tested commit:  code diff
Commit date: 2021-04-22 14:55:59

Merge pull request #5190 from RosettaCommons/teunhoevenaars/jacobi_loop_closure_update Performance improvements and generalization to Jacobi loop closure algorithm (loop closure based on linearised kinematics), including an addition to HomogeneousTransform to handle ZYX Euler angles. Thanks Mads and Vikram for the reviews!

...


branch: master 「№61631」
Commited by: Jack Maguire
GitHub commit link: 「99d02b53ca802cbc」 「№5296」
Difference from previous tested commit:  code diff
Commit date: 2021-04-22 09:40:13

Merge pull request #5296 from RosettaCommons/JackMaguire/JumpSele New Jump Selector that calls FoldTree::get_jump_that_builds_residue from a residue selector User can pass a residue selector to a jump selector, the jump selector will select the jump(s) that build those residues. Uses tree-traversal recursion just in case users pass residues that aren't built directly by jumps. Thanks Vikram for the review!

...


branch: master 「№61630」
Commited by: Jason C. Klima
GitHub commit link: 「5d4c89b35ef2505f」 「№5357」
Difference from previous tested commit:  code diff
Commit date: 2021-04-20 20:43:17

Merge pull request #5357 from RosettaCommons/klimaj/logging Minor fixes to PyRosetta logging

...


branch: master 「№61629」
Commited by: Jason C. Klima
GitHub commit link: 「8ee4f02ac5768a8a」 「№5358」
Difference from previous tested commit:  code diff
Commit date: 2021-04-19 21:41:37

Merge pull request #5358 from RosettaCommons/klimaj/molfile_to_params Broaden the allowed root atoms in molfile_to_params.py

...


branch: master 「№61628」
Commited by: Guangfeng Zhou
GitHub commit link: 「e863e58ce2b5bf1f」 「№5355」
Difference from previous tested commit:  code diff
Commit date: 2021-04-17 13:12:03

Merge pull request #5355 from RosettaCommons/guangfeng/galiganddock_update2 Bugfixes and updates in GALigandDock and GenericBondedPotential

...


branch: master 「№61627」
Commited by: Rocco Moretti
GitHub commit link: 「1a2dbaedf3f0984a」 「№5353」
Difference from previous tested commit:  code diff
Commit date: 2021-04-16 12:12:56

Merge pull request #5353 from RosettaCommons/roccomoretti/ignore_big_files Add .gitignore entries for some potentially big files From my quick run of my large file detection script (RosettaCommons/tools#99), I identified a number of filetypes that can be quite large which were likely added to the repo accidentally. Add these files to the .gitignore such that future people will be less likely to accidentally commit them.

...


branch: master 「№61626」
Commited by: Julia Koehler Leman
GitHub commit link: 「b8329db0115bfb5b」 「№5354」
Difference from previous tested commit:  code diff
Commit date: 2021-04-15 13:47:21

Merge pull request #5354 from RosettaCommons/jkleman/SciBen_more_small_fixes Jkleman/sci ben more small fixes: various small fixes to scientific benchmarks

...


branch: master 「№61625」
Commited by: Ameya Harmalkar
GitHub commit link: 「e0c2f36c08419d20」 「№5279」
Difference from previous tested commit:  code diff
Commit date: 2021-04-13 13:42:06

Merge pull request #5279 from RosettaCommons/AmeyaHarmalkar/flexible_dock_sci_tests Adds flexible docking Scientific Tests

...


< 1 .. 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 .. 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