branch: master 「№61400」
Commited by: Daniel Paoliello
GitHub commit link: 「1ef2cc05f91a28e8」 「№4961」
Difference from previous tested commit:  code diff
Commit date: 2020-09-02 13:14:32

Merge pull request #4961 from RosettaCommons/dpaoliello/UniformInit Use uniform initialization syntax to avoid MSVC parsing issue

...


branch: master 「№61399」
Commited by: Daniel Paoliello
GitHub commit link: 「842d147e4b980dcc」 「№4950」
Difference from previous tested commit:  code diff
Commit date: 2020-09-01 18:22:28

Merge pull request #4950 from RosettaCommons/dpaoliello/MatchTypes Use the `Size` type instead of the underlying type

...


branch: master 「№61398」
Commited by: Shannon Smith
GitHub commit link: 「82a7b7366b307cb8」 「№4946」
Difference from previous tested commit:  code diff
Commit date: 2020-09-01 17:12:30

Merge pull request #4946 from RosettaCommons/shannontsmith/isc_bugfix Seeing major score changes in interface scores after PR #4928. Althou…

...


branch: master 「№61397」
Commited by: Guangfeng Zhou
GitHub commit link: 「a837745ba39b710f」 「№4944」
Difference from previous tested commit:  code diff
Commit date: 2020-08-31 13:28:23

Merge pull request #4944 from RosettaCommons/guangfeng/galiganddock_bugfix GALigandDock bugfix

...


branch: master 「№61396」
Commited by: Rocco Moretti
GitHub commit link: 「a2ca81716dedad47」 「№4942」
Difference from previous tested commit:  code diff
Commit date: 2020-08-31 13:12:29

Merge pull request #4942 from RosettaCommons/roccomoretti/header_fixups Some header/namespace fixups. There's some forward headers we didn't have that we probably should have. (Most notably, core/chemical/rings/RingConfomer.fwd.hh which was called out specifically by the code in places.) Also, there was some "AUTO USING NS" stuff that is mostly pointless at this point -- we should either include the header or delete the using that was requiring it. I also deleted a editor temporary file.

...


branch: master 「№61395」
Commited by: Rocco Moretti
GitHub commit link: 「fd1c8ced991b69b7」 「№4939」
Difference from previous tested commit:  code diff
Commit date: 2020-08-30 12:28:06

Merge pull request #4939 from RosettaCommons/roccomoretti/filenotfoundfix Fix bug in FileNotFound error. We were putting the source file name in the error message, not the name of the missing data file.

...


branch: master 「№61394」
Commited by: Vikram K. Mulligan
GitHub commit link: 「2014331df5b18178」 「№4940」
Difference from previous tested commit:  code diff
Commit date: 2020-08-29 14:44:48

Merge pull request #4940 from RosettaCommons/vmullig/fix_hbond_counting_in_simple_cycpep_predict Fix hydrogen bond reporting at the end of simple_cycpep_predict. I managed to break this in pull request #4702 by forgetting that my hydrogen bond counts were no longer negative numbers. This also adds a unit test confirming that another piece of needed functionality functions (though it turned out not to be the culprit).

...


branch: master 「№61393」
Commited by: Andy Watkins
GitHub commit link: 「29e957c2d093ca1e」 「№4936」
Difference from previous tested commit:  code diff
Commit date: 2020-08-29 03:39:03

Merge pull request #4936 from RosettaCommons/everyday847/hotfixes_rna RNA + build hotfixes

...


branch: master 「№61392」
Commited by: Rocco Moretti
GitHub commit link: 「24d644b24f244cb6」 「№4938」
Difference from previous tested commit:  code diff
Commit date: 2020-08-28 13:13:50

Merge pull request #4938 from RosettaCommons/roccomoretti/grid_cache_size Fix issue with memory usage in ligand docking. There's been a number of reports of ligand docking eating up memory. Most of these can be fixed by setting -max_grid_cache_size I don't think there's a reason not to have this set to a finite value, so I'm making that change to the default. Additionally, I think the memory growth is in part due to a fix I added a while back which adds the grid center to the lookup hash string. Because the ligand center moves during docking, when the InterfaceCalculator goes to calculate final grid scores, it creates a new (used-only-once) grid set. What we can do is allow the GridManager to pull out a grid which is "close enough", which should pick up the original grid in many cases and thus not cause a grid regeneration and associate memory bloat/cache churn.

...


branch: master 「№61391」
Commited by: danielzaidman
GitHub commit link: 「4e8093c5fb149988」 「№4930」
Difference from previous tested commit:  code diff
Commit date: 2020-08-28 10:04:14

Merge pull request #4930 from RosettaCommons/danielzaidman/rosetta fix the overwrite option of molfile_to_params.py

...


branch: master 「№61390」
Commited by: Rocco Moretti
GitHub commit link: 「0f276b0b73b85f4f」
Difference from previous tested commit:  code diff
Commit date: 2020-08-27 20:40:40

beautifying

...


branch: master 「№61389」
Commited by: Daniel Paoliello
GitHub commit link: 「066b054d27507cfb」 「№4927」
Difference from previous tested commit:  code diff
Commit date: 2020-08-27 18:39:45

Merge pull request #4927 from RosettaCommons/revert-4926-revert-4897-dpaoliello/noreturn Re-merge "Use the C++11 `[[ noreturn ]]` attribute"

...


branch: master 「№61388」
Commited by: Rocco Moretti
GitHub commit link: 「09a361a3e8078743」 「№4929」
Difference from previous tested commit:  code diff
Commit date: 2020-08-27 12:41:11

Merge pull request #4929 from RosettaCommons/roccomoretti/no_ascii_options Try to give better feedback with non-ASCII options. An error that comes up semi-regularly is where someone uses an en-dash instead of a hyphen in Rosetta options. (Certain Word processors like autoconverting things.) Adjust option parsing to try to better highlight cases where this may be happening. Additionally, we can handle dos/unix file ending issues in option files by broadening the meaning of 'whitespace'.

Vikram K. Mulligan 4 years
Note: tests peptide_pnear_vs_ic50.beta.debug and peptide_pnear_vs_ic50.beta are known failures at this time. They should not fail to *run*, but on analysis, they do fail. Tests simple_cycpep_predict, simple_cycpep_predict.debug, peptide_pnear_vs_ic50, and peptide_pnear_vs_ic50.debug should all run and pass.
...


branch: master 「№61387」
Commited by: Daniel Farrell
GitHub commit link: 「973e17960fef37e5」
Difference from previous tested commit:  code diff
Commit date: 2020-08-26 14:42:08

reduce nbr_radius to something reasonable for DNA params (#4933) It would appear dna has had its NBR_RADIUS set to 1000 for a very long time. This isn't super scientific (I just used the calculated radius of GUA from molfile_to_params.py) for all of them (+0.1) Perhaps in the future it might be smart to remake them in-case something else is wrong, but frank says that he has some DNA fixes #4871 and that these params seem to work well for him in that branch so its likely that only the NBR_RADIUS needs to be updated danpf 2020-08-26 NBR WAS set to 1000.0, I set it to the value molfile_to_params.py set for GUA on a single PDB + 0.1 it is possible this could be improved, but this seems good enough for now as it is no longer 1000.0.

...


branch: master 「№61386」
Commited by: Jack Maguire
GitHub commit link: 「2a4a430c0cd913e8」 「№4923」
Difference from previous tested commit:  code diff
Commit date: 2020-08-24 16:13:53

Merge pull request #4923 from RosettaCommons/JackMaguire/AtomicDistanceResSelector Adding residue selector interface to AtomicDistanceFilter

...


branch: master 「№61385」
Commited by: Rahel Frick
GitHub commit link: 「e84e4bf1607ba0d7」 「№4920」
Difference from previous tested commit:  code diff
Commit date: 2020-08-24 14:20:49

Merge pull request #4920 from RosettaCommons/rahelf/docking Rahelf/docking

...


< 1 .. 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 .. 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