branch: master 「№61736」
Commited by: Vikram K. Mulligan
GitHub commit link: 「21c4761a87a1193d」 「№5541」
Difference from previous tested commit:  code diff
Commit date: 2021-08-14 17:47:22

Merge pull request #5541 from RosettaCommons/vmullig/fix_unused_using_decls Removing unused "using" declarations that clang-tidy was complaining about. This should fix the clang-tidy tests.

...


branch: master 「№61735」
Commited by: Frank David Teets
GitHub commit link: 「d23eb8959d21b938」
Difference from previous tested commit:  code diff
Commit date: 2021-08-12 13:23:41

beautifying

...


branch: master 「№61734」
Commited by: Vikram K. Mulligan
GitHub commit link: 「8563402905fb7c67」 「№5534」
Difference from previous tested commit:  code diff
Commit date: 2021-08-12 11:47:27

Merge pull request #5534 from RosettaCommons/vmullig/simple_cycpep_disulf_bug Fixing little bug in simple_cycpep_predict application with terminal disulfides. Previously, we were forcing the last disulfide residue to be the last residue. This is unnecessary. The error was actually in native import, which I had neglected to test in the existing integration test. I've added another test that checks that this works. One integration test is added by this PR, resulting in an expected red light on the integration tests.

...


branch: master 「№61733」
Commited by: Frank David Teets
GitHub commit link: 「e2fe7af7a50c08df」 「№5538」
Difference from previous tested commit:  code diff
Commit date: 2021-08-12 11:20:33

Merge pull request #5538 from RosettaCommons/frankdt/sewanything_release_fix fixing all the override errors

...


branch: master 「№61732」
Commited by: Frank David Teets
GitHub commit link: 「055183f92bf04b91」 「№5532」
Difference from previous tested commit:  code diff
Commit date: 2021-08-11 19:54:25

Merge pull request #5532 from RosettaCommons/frankdt/sewanything_release Frankdt/sewanything release

...


branch: master 「№61731」
Commited by: Sergey Lyskov
GitHub commit link: 「4c535afba6dcf0cb」 「№5521」
Difference from previous tested commit:  code diff
Commit date: 2021-08-10 17:47:37

Merge pull request #5521 from RosettaCommons/sergey/f fixing undefined behavior in FArray's

...


branch: master 「№61730」
Commited by: Vikram K. Mulligan
GitHub commit link: 「2d1303c389d22f54」 「№5489」
Difference from previous tested commit:  code diff
Commit date: 2021-08-09 13:03:08

Merge pull request #5489 from RosettaCommons/vmullig/safer_binary_decoding Revise utility::decode6bit() to avoid memory overruns The function `utility::decode6bit()` accepts a pointer to a memory location and a string, decodes the string (converting every 4 characters into 3 bytes of arbitrary binary data), and populates a contiguous block of memory starting from the address stored in the pointer. There is no check that the memory that is overwritten is able to receive the data in question, and it's quite possible to run over the boundaries of a vector (especially if the vector length doesn't line up nicely with the 4 bytes of string per 3 bytes of data storage scheme). This PR alters the function signature so that it accepts a third input, the container size (in bytes), and refrains from writing beyond the container. While I don't think this fixes any existing bug (though it might -- it's hard to be 100% certain that there weren't cases in which container overruns were occurring), this does help to prevent mistakes in new code that calls this function. (I ran across this in the `vmullig/qpacker_benchmark` branch, pull request #4011, where I _was_ writing beyond the bounds of my vector and corrupting memory.) DONE: - [x] Teun's suggestions: - [x] Update `/// @brief` for `encode6bit()`. - [x] Add unit test.

...


branch: master 「№61729」
Commited by: Brian Coventry
GitHub commit link: 「c7009b3115c22daa」 「№5045」
Difference from previous tested commit:  code diff
Commit date: 2021-08-07 12:04:12

Merge pull request #5045 from RosettaCommons/bcov/ApproxReview A few changes to approximate_buried_ for paper

...


branch: master 「№61728」
Commited by: Brian Coventry
GitHub commit link: 「40ccb610029d3d5d」 「№5323」
Difference from previous tested commit:  code diff
Commit date: 2021-08-06 14:12:23

Merge pull request #5323 from RosettaCommons/bcov/SapFixes1 Sap fixes and tweaks

...


branch: master 「№61727」
Commited by: Sergey Lyskov
GitHub commit link: 「64b3d5a0f70d0df9」 「№5526」
Difference from previous tested commit:  code diff
Commit date: 2021-08-04 19:04:24

Merge pull request #5526 from RosettaCommons/sergey/binder updating NumPy version for Python-3.9 builds

...


branch: master 「№61726」
Commited by: Julia Koehler Leman
GitHub commit link: 「8747f85c36c0b90e」 「№5523」
Difference from previous tested commit:  code diff
Commit date: 2021-08-03 14:47:22

Merge pull request #5523 from RosettaCommons/jkleman/sciben_2021-08_glycan-fix glycan_dock debug fix

...


branch: master 「№61725」
Commited by: Rocco Moretti
GitHub commit link: 「6be42b125ee620b6」 「№5463」
Difference from previous tested commit:  code diff
Commit date: 2021-08-02 12:45:38

Merge pull request #5463 from RosettaCommons/roccomoretti/fix_test_residue_summary_metric Fix test_residue_summary_metric for individual running. The SimpleMetricTests:test_residue_summary_metric was relying on other test functions in the class for setting up the pose. While this happened to work for Suite running, if you ran just the single test, then it failed. Adjust it to properly set up the pose, independent of the other tests in the class.

...


branch: master 「№61724」
Commited by: Rocco Moretti
GitHub commit link: 「dda731956c3c3718」 「№5499」
Difference from previous tested commit:  code diff
Commit date: 2021-08-02 12:45:05

Merge pull request #5499 from RosettaCommons/roccomoretti-patch-1 Include Fixes for SplineFunc.cc SplineFunc.cc has issues during compilation on some computers. (std::abs() issues) Adding a system header seems to fix it.

...


branch: master 「№61723」
Commited by: Daniel Farrell
GitHub commit link: 「101ad938a08a0516」
Difference from previous tested commit:  code diff
Commit date: 2021-07-29 19:51:29

dock pdb into density app (#5053) This is one of the apps I've made as part of my thesis project. it's purpose is to dock a pdb file, or ensemble of pdb files, into density and report back the ones that best fit the density currently i've called it dgdp for density guided domain placement, but that's sort of a strange name. maybe I'll just take over frank's pilot apps name (dock_pdb_into_density) It unfortunately overlaps with the DockIntoDensityMover a lot, but its differences are: it can be parallelized much more (which is necessary when docking large poses into density, otherwise one pdb can take 1+ days). there are important differences in the ways clustering is performed things are clustered not at the "point level" but rather over all points different mapresolutions are used during different stages to obtain more accurate density scoring. there is native checking implemented for multiple natives (ie multiple copies of the same chain in the complex) it also comes with a python script that manages the job distribution on a Slurm cluster (although I will add an option to run it locally) add documentation test script add some integration tests review the code and see what crazy things I was doing 4 years ago can confirm it's crazy change fragment docker name to dockfragmentmover

...


branch: master 「№61722」
Commited by: Daniel Farrell
GitHub commit link: 「20fcd4f9f3d44820」
Difference from previous tested commit:  code diff
Commit date: 2021-07-29 19:49:33

CartesianSampler option documentation/cleanup (#5394) Have used this for a long time but realized many of my assumptions were wrong due to the lack of option docs. Hopefully I can help future people, or future me by fixing them. dump_pdb/dump_pdb_tag -- this just dumps a pdb at the beginning of the mover before anything happens. I don't think this is necessary. removed an unused movemap that is instantiated for no reason add some clarification to some options (aka remove some XRW_TODO) update some new to make_shared also updates the CartesianSampler to not apply frames across pose chains ( I think this is correct -- Cartesian sampler should be able to fix a chainbreak, (ie if C and N are too far away) but in that case rosetta will think the chains are the same)

...


branch: master 「№61721」
Commited by: Julia Koehler Leman
GitHub commit link: 「42d6c8bcfdcc8798」 「№5502」
Difference from previous tested commit:  code diff
Commit date: 2021-07-29 12:41:09

Merge pull request #5502 from RosettaCommons/jkleman/sciben_2021july_fixes some small updates to scientific tests: renaming mp_f19_energy_landscape to mp_f19_tilt_angle, updating command.py and removing dock_glycan because it's now a legacy test

...


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