branch: master 「№61688」
Commited by: Vikram K. Mulligan
GitHub commit link: 「73bda727a1dfd4ad」 「№5458」
Difference from previous tested commit:  code diff
Commit date: 2021-06-23 15:30:51

Merge pull request #5458 from RosettaCommons/vmullig/BB8_rama Adding Ramachandran lines to BB8 params file. We weren't quite sure what we should do for the Ramachandran map for phenyl-serine. Options were: - Phenylalanine's Ramachandran map. - Threonine's Ramachandran map. - Generate a Ramahandarn map _de novo_ using: - MM force fields. - QM calculations. Of the _de novo_ options, MM is unlikely to be accurate enough, and QM would be very expensive with the side-chain degrees of freedom (and may not be as accurate as just stealing a statistical potential from a canonical -- even generating an accurate mainchain potential for alanine by QM is hard). Choosing between Phe and Thr, Thr seemed like the better bet since the beta-branching is likely to affect the mainchain conformational preferences more than the aromatic group will.

...


branch: master 「№61687」
Commited by: Vikram K. Mulligan
GitHub commit link: 「740e371c7ca5ce50」 「№5457」
Difference from previous tested commit:  code diff
Commit date: 2021-06-21 13:11:13

Merge pull request #5457 from RosettaCommons/vmullig/fix_clang_tidy_HomogeneousTransform Fixing an error flagged by clang-tidy that really could lead to a bug. A function that the symmetry code is invoking uses abs (which takes integers) instead of std::abs (which can operate on floats). Thanks for the reviews, Jack and Rocco!

...


branch: master 「№61686」
Commited by: Jeff Flatten
GitHub commit link: 「ff2328644a4ead1d」 「№5439」
Difference from previous tested commit:  code diff
Commit date: 2021-06-18 12:40:54

Merge pull request #5439 from RosettaCommons/revert-5438-revert-5434-jflat06/map_sym_res_pairs-fix Revert "Revert "Fix map_symmetric_res_pairs to work properly with non-cyclic symmetries," which broke the build."

...


branch: master 「№61685」
Commited by: Rocco Moretti
GitHub commit link: 「9124bbb3f2fe09fb」
Difference from previous tested commit:  code diff
Commit date: 2021-06-18 10:01:10

beautifying

...


branch: master 「№61684」
Commited by: Rocco Moretti
GitHub commit link: 「16a09fec0f32092e」 「№5396」
Difference from previous tested commit:  code diff
Commit date: 2021-06-15 17:18:14

Merge pull request #5396 from RosettaCommons/roccomoretti/cleanup_fwd Clean up forward headers. Part of the "try to speed up compilation" series: Go through the forward headers, and clean up unneeded includes. (Under the philosophy that the forward headers should be as minimal as possible to define the existence of types.) A number of individual deletions, but main ones: * There were some "all" headers that really weren't being used, and probably shouldn't be used (include the individual subheaders instead) - those were deleted * There's no appreciable difference between owning_ptr.fwd.hh and owning_ptr.hh (and corresponding access_ptr files) - delete the fwd.hh versions and just use the regular hh ones. * Replace vector1.hh with vector1.fwd.hh in forward headers, where practical. On my machine there's about a half second of compile time difference between the two. * Fix up some locations where APs were being defined as shared_ptr instead of weak_ptr. Large numbers of #include additions to fix up compilation. Additionally, I added an option to the Windows compile on the test server to increase the number of errors it reports when it fails. (Instead of just the first.) I figure this will help when people don't have a local Windows build they can run, and have to fix the errors based on the server results.

...


branch: master 「№61683」
Commited by: Vikram K. Mulligan
GitHub commit link: 「4ffbadfbfa0bacf6」 「№5449」
Difference from previous tested commit:  code diff
Commit date: 2021-06-15 15:44:55

Merge pull request #5449 from RosettaCommons/vmullig/fix_BB8 A minor fix to the backbone atoms of the phenylserine params file (BB8). BB8 needed a little repair. The mainchain coordinates were slightly off, and the H and O atoms did not depend on the lower and upper connections, respectively. ![image](https://user-images.githubusercontent.com/4205776/121947923-9d822180-cd24-11eb-889c-c4f78776c736.png)

...


branch: master 「№61682」
Commited by: Labonte
GitHub commit link: 「eb408e577099cd4b」 「№5289」
Difference from previous tested commit:  code diff
Commit date: 2021-06-15 14:36:15

Merge pull request #5289 from RosettaCommons/SudhanshuShanker/ssgm_only Sudhanshu shanker/ssgm only Adds a new scoring column for aglycosylated variants for the glycomutagenesis app.

...


branch: master 「№61681」
Commited by: Rocco Moretti
GitHub commit link: 「5adf31c128eb3d54」 「№5444」
Difference from previous tested commit:  code diff
Commit date: 2021-06-12 21:55:59

Merge pull request #5444 from RosettaCommons/roccomoretti/python39 Fix build system for Python 3.9 Python 3.9 has some checks for cases where the standard interpreter works with is, but where the language specification doesn't permit it. Our cxxtestgen.py is falling afoul of those checks, which causes a large amount of spurious warnings.

...


branch: master 「№61680」
Commited by: Grigorii Andrianov
GitHub commit link: 「7be4085d313870d3」 「№5442」
Difference from previous tested commit:  code diff
Commit date: 2021-06-11 17:29:47

Merge pull request #5442 from RosettaCommons/gandrianov/comment_bonds Add --comment_bonds flag

...


branch: master 「№61679」
Commited by: Labonte
GitHub commit link: 「ac177dbd93072e49」 「№5441」
Difference from previous tested commit:  code diff
Commit date: 2021-06-11 15:08:37

Merge pull request #5441 from RosettaCommons/JWLabonte/sugars/branching Carbohydrates: Adding missing 5-branch This merge simply adds a missing patch file necessary for exocyclic branching from aldofuranoses.

...


branch: master 「№61678」
Commited by: Hope Woods
GitHub commit link: 「901823ccc88fbed4」 「№5440」
Difference from previous tested commit:  code diff
Commit date: 2021-06-10 14:19:51

Merge pull request #5440 from RosettaCommons/woodsh17/metable_code_quality Memb_Etable fixing code quality failed test

...


branch: master 「№61677」
Commited by: Jeff Flatten
GitHub commit link: 「37205401bfff4de6」 「№5438」
Difference from previous tested commit:  code diff
Commit date: 2021-06-08 14:17:26

Merge pull request #5438 from RosettaCommons/revert-5434-jflat06/map_sym_res_pairs-fix Revert "Fix map_symmetric_res_pairs to work properly with non-cyclic symmetries," which broke the build.

...


branch: master 「№61676」
Commited by: Jeff Flatten
GitHub commit link: 「6c32534265845cbe」 「№5434」
Difference from previous tested commit:  code diff
Commit date: 2021-06-08 13:23:11

Merge pull request #5434 from RosettaCommons/jflat06/map_sym_res_pairs-fix Fix map_symmetric_res_pairs to work properly with non-cyclic symmetries.

...


branch: master 「№61675」
Commited by: Brian Weitzner
GitHub commit link: 「d2a79db993d02721」 「№5435」
Difference from previous tested commit:  code diff
Commit date: 2021-06-08 00:14:16

Merge pull request #5435 from RosettaCommons/weitzner/fix-buns-filter Don't read options with no default value without checking if they are set first!

...


branch: master 「№61674」
Commited by: Vikram K. Mulligan
GitHub commit link: 「c1a8d4ba8e957f9e」 「№5432」
Difference from previous tested commit:  code diff
Commit date: 2021-06-07 18:18:32

Merge pull request #5432 from RosettaCommons/vmullig/update_citationmanager_error_message Update an error message if the citation database is out of date with the code

...


branch: master 「№61673」
Commited by: Sergey Lyskov
GitHub commit link: 「5833ad01f4ee9f6d」 「№5295」
Difference from previous tested commit:  code diff
Commit date: 2021-06-07 16:55:43

Merge pull request #5295 from RosettaCommons/sergey/binder PyRosetta update

...


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