branch: master 「№59992」
Commited by: Jared Adolf-Bryfogle
GitHub commit link: 「831ed9abafb52e2c」 「№2833」
Difference from previous tested commit:  code diff
Commit date: 2018-01-19 14:29:23

Merge pull request #2833 from RosettaCommons/jadolfbr/glycosylation_pdbinfo Fix writing Link Records for Glycans Glycan PDB Link Record output only worked for branch points, which is good, but not quite what we want. @BrandonFrenz Fixed this, but it was under an option that only worked for certain circumstances. This allows proper Link output for all glycans - which allows us to manually create the glycans, de novo model them, and then output them properly. Next step is to allow the atom aliases to work with Rosetta-created ResidueTypes. This also moves the `GlycanInfoMover` code out of the app and enables its use in RosettaScripts, which makes debugging easier. Fixed a few GlycanTreeRelax bugs for quench mode and multiple round runs.

...


branch: master 「№59991」
Commited by: Jared Adolf-Bryfogle
GitHub commit link: 「3039e776d4bc792c」 「№2752」
Difference from previous tested commit:  code diff
Commit date: 2018-01-19 14:27:37

Merge pull request #2752 from RosettaCommons/jadolfbr/ab_design_optimize_interface MonteCarlo Interface Main === This PR adds a new derived MonteCarlo class called `MonteCarloInterface`, located in `simple_moves`. It uses the `InterfaceAnalyzerMover` to score the interface and optimize the **dG** of the interface specified. **dG** and **total_energy** CAN be weighted, with default of dG at 1.0. This can be integrated into protocols at will. Due to the need of a specific interface, it is implemented as protocol-specific instead of within `MonteCarlo` itself. The relevant option that can be accessed by a protocol to appropriately construct the `MonteCarloInterface` is `-mc_optimize_dG`. Options to change weights are given by `-mc_interface_weight` and `-mc_total_weight` Etc. === - This has been integrated into the `RosettaAntibodyDesign` protocol (enabled using `-mc_optimize_dG`) and shows significant improvement in interface quality in resulting models. The models should still be pruned/filtered by total energy, only considering the top 10 or 25 percent of decoys. - `RosettaAntibodyDesign` now minimizes using the neighbor list. I still don't know why this is not the default across Rosetta. Not using it is a pathology. - Small bug fix in RAbD to only add atom-pair constraints by default if using docking. Otherwise, they should be turned off. - Change the way cluster cutoffs work in RaBD to now be gene and cluster specific. Unit Tests ======= Add decently comprehensive tests for MonteCarlo(!!!) And MonteCarloInterface

...


branch: master 「№59990」
Commited by: Andrew Leaver-Fay
GitHub commit link: 「21b7eea573c2b38a」 「№2882」
Difference from previous tested commit:  code diff
Commit date: 2018-01-19 09:45:54

Merge pull request #2882 from RosettaCommons/aleaverfay/fix_BuriedUnsatFilter2_copy_ctor Aleaverfay/fix buried unsat filter2 copy ctor The homodimer_fnd_ref2015_memb and ppi_v3_suiteA integration tests have been failing in master for quite a while now, and it's only due to this copy constructor being incorrectly written. This integration test was broken with PR #2411 and remained broken quite long after that PR was merged to master. Trapping the bug in GDB very quickly illuminated the problem -- this should have been done much sooner. Also altering the command file in the homodimer_fnd_ref2015_memb integration test so that the Tracers don't pollute the terminal when you're running it locally.

...


branch: master 「№59989」
Commited by: Vikram K. Mulligan
GitHub commit link: 「c6bdce90550d40e4」 「№2886」
Difference from previous tested commit:  code diff
Commit date: 2018-01-18 21:43:01

Merge pull request #2886 from RosettaCommons/revert-2883-vmullig/rotamer_read_refactor Revert "Incremental merge of fix to rotamer scoring bug identified by Adam." Sorry about that. The fix to the Intel build in the PR that I just merged broke the gcc build. Reverting until I can fix.

...


branch: master 「№59988」
Commited by: Vikram K. Mulligan
GitHub commit link: 「f420617443940fab」 「№2883」
Difference from previous tested commit:  code diff
Commit date: 2018-01-18 21:10:36

Merge pull request #2883 from RosettaCommons/vmullig/rotamer_read_refactor Incremental merge of fix to rotamer scoring bug idenfied by Adam. This merge should change nothing about current functionality, and does not itself fix the bug identified by @atom-moyer. Internally, it separates rotamer library reading into a parse step and a configure rotamer library step. This will make it easier for me to add correction steps in between.

Vikram K. Mulligan 7 years
This broke everything. Am reverting. Apologies! [list]
Vikram K. Mulligan 7 years
@Sergey -- is there any way to cancel tests for this revision to master? I have reverted it. [list]
Vikram K. Mulligan 7 years
(Though it is satisfying to note that, despite breaking almost everything else, the linux.icc.build.debug test passes. The icc build still works! :P)
...


branch: master 「№59987」
Commited by: Vikram K. Mulligan
GitHub commit link: 「4122dff140b9148d」 「№2875」
Difference from previous tested commit:  code diff
Commit date: 2018-01-17 17:23:13

Merge pull request #2875 from RosettaCommons/vmullig/nmethyl_update Updates to N-methyl amino acids After adding support for spinny N-methyls, the rotamer libraries for N-methyl amino acids need some updates. I plan to merge this after pull request #2855, since that will affect this. Tasks: - [x] Update TRP N-methyl rotamer library in database with new version from Tim. - [x] Update other N-mehtyl rotamer libraries in Git LFS repository with new versions from Tim. - [x] Update N-methyl atom types and charges: ``` From Tim: ATOM N Nbb NH1 -0.6046255 0.000 ---> ATOM N Npro NXX -0.7438 0.000 The partial charges should be: N : -0.7438 CN : -0.2352 1HN : 0.1920 2HN : 0.1920 3HN : 0.1920 ``` @twcraven

...


branch: master 「№59986」
Commited by: Sergey Lyskov
GitHub commit link: 「767ea15bf2e50d3b」 「№2872」
Difference from previous tested commit:  code diff
Commit date: 2018-01-17 15:14:14

Merge pull request #2872 from RosettaCommons/sergey/binder fixing issue with enumerate applied to xyzVector

...


branch: master 「№59985」
Commited by: Sergey Lyskov
GitHub commit link: 「7146d9f3e75f03db」 「№2841」
Difference from previous tested commit:  code diff
Commit date: 2018-01-17 15:08:23

Merge pull request #2841 from RosettaCommons/sergey/f optimizing XMLSchemaAttribute(...) and other functions in utility/tag/XMLSchemaGeneration.*

...


branch: master 「№59984」
Commited by: Andy Watkins
GitHub commit link: 「c21b42aef894f7b3」 「№2874」
Difference from previous tested commit:  code diff
Commit date: 2018-01-17 14:46:51

Merge pull request #2874 from RosettaCommons/everyday847/stepwise_with_constraints Stepwise Monte Carlo with constraints

...


branch: master 「№59983」
Commited by: Andy Watkins
GitHub commit link: 「0979746a472963f7」 「№2871」
Difference from previous tested commit:  code diff
Commit date: 2018-01-16 14:39:38

Merge pull request #2871 from RosettaCommons/everyday847/hideous_connection_issue Hideous connection issue

...


branch: master 「№59982」
Commited by: Rocco Moretti
GitHub commit link: 「c83e08663fcf44ac」 「№2869」
Difference from previous tested commit:  code diff
Commit date: 2018-01-15 13:38:23

Merge pull request #2869 from RosettaCommons/roccomoretti/case_sensitive_filename_test Add a test to check for case sensitive filenames in the repository. This PR adds an integration test which should throw up an error (even on Linux) if a commit in the `main` repository accidentally contains two files which are only distinguished by case.

...


branch: master 「№59981」
Commited by: Vikram K. Mulligan
GitHub commit link: 「dcc70daca3046bd2」 「№2868」
Difference from previous tested commit:  code diff
Commit date: 2018-01-13 00:45:13

Merge pull request #2868 from RosettaCommons/vmullig/oligourea_design_fix Attempting to fix failing integration test. I had changed the way that you specify oligourea residues but had forgotten to update the test.

...


branch: master 「№59980」
Commited by: Andy Watkins
GitHub commit link: 「680e53d43f54d4df」
Difference from previous tested commit:  code diff
Commit date: 2018-01-12 15:59:28

beautifying

...


branch: master 「№59979」
Commited by: Andy Watkins
GitHub commit link: 「e55b9b22cff8a47f」 「№2858」
Difference from previous tested commit:  code diff
Commit date: 2018-01-12 15:44:56

Merge pull request #2858 from RosettaCommons/everyday847/protocols_3_split First pull of many, eventually intended to help split up protocols.3

...


branch: master 「№59978」
Commited by: Andy Watkins
GitHub commit link: 「81377a310b114a4d」 「№2856」
Difference from previous tested commit:  code diff
Commit date: 2018-01-12 14:41:23

Merge pull request #2856 from RosettaCommons/everyday847/docking_in_new_FT_setup_FARFAR New-FT setup for FARFAR with docking

...


branch: master 「№59977」
Commited by: Rebecca Alford
GitHub commit link: 「49a43f0d46d18b02」 「№2799」
Difference from previous tested commit:  code diff
Commit date: 2018-01-12 07:51:28

Merge pull request #2799 from RosettaCommons/rfalford12/serlialize-MathMatrix Adding Serialization functions for MathMatrix: Added MathMatrix.srlz.hh and MathMatrix.srlz.cc to serialize the MathMatrix class

...


< 1 .. 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 .. 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