branch: master 「№60136」
Commited by: Melanie Aprahamian
GitHub commit link: 「7f5547cfafbffb3b」 「№3085」
Difference from previous tested commit:  code diff
Commit date: 2018-04-03 12:46:37

Merge pull request #3085 from RosettaCommons/MelanieAprahamian/HRFMSLabeling Melanie aprahamian/hrfms labeling

Vikram K. Mulligan 6 years
The ubsan and addsan failures are unrelated to Melanie's changes, and are caused by a known issue with the SIDECHAIN_CONJUGATION patch which is corrected in pull request #3090. If someone could approve that pull request, we can get that fixed in master. [list]
...


branch: master 「№60135」
Commited by: Andrew Leaver-Fay
GitHub commit link: 「aac1205592ae8fa3」 「№3075」
Difference from previous tested commit:  code diff
Commit date: 2018-04-02 07:40:04

Merge pull request #3075 from RosettaCommons/aleaverfay/fix_jd3_outputter_for_job_confusion Fixing output-filename specification for silent files in JD3. Also fixing an issue with -out:path:all for score files in JD3

Vikram K. Mulligan 6 years
The unit test failure is not introduced by this merge. It's a random, intermittent failure that's fixed by pull request #3090, which will hopefully be merged today.
...


branch: master 「№60134」
Commited by: Sergey Lyskov
GitHub commit link: 「a6620ab8ca890f04」 「№3062」
Difference from previous tested commit:  code diff
Commit date: 2018-04-01 20:30:43

Merge pull request #3062 from RosettaCommons/sergey/f2 Adding C++ MessagePack library to source/external as Git submodule

...


branch: master 「№60133」
Commited by: Vikram K. Mulligan
GitHub commit link: 「81cc7bec2c4ccbd9」 「№3086」
Difference from previous tested commit:  code diff
Commit date: 2018-03-31 17:50:42

Merge pull request #3086 from RosettaCommons/vmullig/fix_betanov16_metals_issue Fix issue with beta_nov16 scorefunction and -auto_setup_metals This pull request addresses issue #3066. The problem is that when -auto_setup_metals strips off a proton from a residue that coordinates a metal, the hydroxyl torsional potential chokes because it expects that proton to be there. This adds a simple check that all the relevant atoms are, indeed, present. Bug found independently by @senord25 and @aroy10. Tasks: - [x] Fix the bug. - [x] Unit test. - [x] Beauty.

...


branch: master 「№60132」
Commited by: Vikram K. Mulligan
GitHub commit link: 「02146c8167f2afac」 「№3006」
Difference from previous tested commit:  code diff
Commit date: 2018-03-31 17:06:19

Merge pull request #3006 from RosettaCommons/vmullig/tweak_fit_helixparams_restype_access Small tweak to a pilot app. In older code, I had a bad habit of using pose.residue(i).type() instead of pose.residue_type(i). This, unfortunately, can trigger a refold, which is computationally expensive if you just want to interrogate the residue type for some information. This pull request updates a pilot app that others might be using for reference to avoid doing this.

...


branch: master 「№60131」
Commited by: Vikram K. Mulligan
GitHub commit link: 「2b4b9485da60c209」 「№3000」
Difference from previous tested commit:  code diff
Commit date: 2018-03-31 17:05:24

Merge pull request #3000 from RosettaCommons/vmullig/lariats_for_kris Add support for isopeptide-bonded lariats to simple_cycpep_predict This pull request adds support to `simple_cycpep_predict` for peptides in which a D/L-aspartate or D/L-glutamate side-chain is connected to the N-terminus. Requested by @deiblerk. Tasks: - [x] Add sidechain conjugation patch for D/L-aspartate. - [x] Add sidechain conjugation patch for D/L-glutamate. - [x] Add `SET_NET_FORMAL_CHARGE` patch operation. - [x] Add flags to `simple_cycpep_predict` for specifying lariat closure. - [x] Have them do something internally. - [x] Add flags to `simple_cycpep_predict` for specifying sidechain isopeptide closure. - [x] Have them do something internally. - [x] Integration tests: - [x] N-terminal lariat. - [x] Debug alignment code. - [x] C-terminal lariat. - [x] Sidechain isopeptide bond. - [x] Sidechain isopeptide bond - reverse direction. - [x] Documentation. - [x] Include note about ASX and GLX not being used in `simple_cycpep_predict`. - [x] Beauty. Also: - [x] Deprecate the old carboxy sidechain-conjugation patch. - [x] ~~Update code that called it~~ --> I don't think there was any. - [x] Add unit tests for isopeptide bonded peptide scoring. - [x] ~~Fix `rama`~~. --> Not necessary. Not fully compatible with NCAAs in any case, and `rama_prepro` is its replacement. - [x] Fix `rama_prepro`. - [x] Note: I found a little bug in rama_prepro that's also fixed in this pull request. This creates a number of minor trajectory changes in integration tests. - [x] Remove debug output from unit test. - [x] Update `ResidueType` and `Conformation` to allow easy, efficient updating of coordinates that depend on nonpolymeric connections (or on other atoms that depend on non polymeric connections).

...


branch: master 「№60130」
Commited by: Sergey Lyskov
GitHub commit link: 「ef4144e777de1ddf」 「№3082」
Difference from previous tested commit:  code diff
Commit date: 2018-03-31 14:51:33

Merge pull request #3082 from RosettaCommons/sergey/f3 Refactoring PyMOLMover, thanks to @smlewis for his feedback!

...


branch: master 「№60129」
Commited by: Brian Coventry
GitHub commit link: 「e0d86740ed30e28f」 「№2509」
Difference from previous tested commit:  code diff
Commit date: 2018-03-31 11:07:21

Merge pull request #2509 from RosettaCommons/bcov/DumpMinimizerFrames Dumping Minimization Trajectories

...


branch: master 「№60128」
Commited by: Vikram K. Mulligan
GitHub commit link: 「cf1b88f5b4d7b881」 「№3081」
Difference from previous tested commit:  code diff
Commit date: 2018-03-31 02:45:20

Merge pull request #3081 from RosettaCommons/vmullig/fit_jorge_structure Adding support for fitting Crick parameters from a repeating unit defined by an input pose. Feature needed for @jfv1812.

...


branch: master 「№60127」
Commited by: Benjamin Basanta
GitHub commit link: 「48a5744c5dde197c」 「№3083」
Difference from previous tested commit:  code diff
Commit date: 2018-03-30 14:01:14

Merge pull request #3083 from RosettaCommons/basantab/fix_StrandCurvatureByLevels Fix to StrandCurvatureByLevels filter

...


branch: master 「№60126」
Commited by: Andy Watkins
GitHub commit link: 「2c3224b58389e4ab」 「№2876」
Difference from previous tested commit:  code diff
Commit date: 2018-03-29 13:09:18

Merge pull request #2876 from RosettaCommons/everyday847/protocols_3_split More protocols.3 splitting Integration test changes only in logfile. I'm glad PyRosetta folks are prepared to shim, and I am prepared to help them out. This just couldn't wait any longer or it would die entirely.

...


branch: master 「№60125」
Commited by: Vikram K. Mulligan
GitHub commit link: 「023bf2be7f93cff3」 「№3023」
Difference from previous tested commit:  code diff
Commit date: 2018-03-27 21:34:05

Merge pull request #3023 from RosettaCommons/vmullig/add_metal_csts Adding `metalbinding_constraint` to weights files in database that have constraints turned on The -auto_setup_metals flag turns on the metalbinding_constraint score term in the default scorefunction, but if a user specifies a custom scorefunction (or uses Sharon's very useful SetupMetalsMover in RosettaScripts with a script-defined scorefunction), this is not on by default. To make it a bit easier for users, I think it makes sense to turn on the metalbinding_constraint term in all of the scorefunctions that are defined with *_cst.wts files in the database. (All other constraint types are on in these scorefunctions.) Integration test changes are due to extra column in score line in tests that use the *_cst.wts files. This is exactly the expected behaviour. Merging.

...


branch: master 「№60124」
Commited by: Vikram K. Mulligan
GitHub commit link: 「a1c45475c34c568c」 「№3071」
Difference from previous tested commit:  code diff
Commit date: 2018-03-27 20:23:18

Merge pull request #3071 from RosettaCommons/vmullig/better_mc_error_message Trying to make some error messages in the GenericMonteCarloMover more informative.

...


branch: master 「№60123」
Commited by: Brahm Yachnin
GitHub commit link: 「cc67c78f1b37cc4a」 「№3063」
Difference from previous tested commit:  code diff
Commit date: 2018-03-27 16:53:12

Merge pull request #3063 from RosettaCommons/BYachnin/symmetric_SimpleThreadingMover Make SimpleThreadingMover symmetry aware. Also adds additional user input checking.

...


branch: master 「№60122」
Commited by: Andy Watkins
GitHub commit link: 「18cee4c305300340」 「№3068」
Difference from previous tested commit:  code diff
Commit date: 2018-03-27 15:31:19

Merge pull request #3068 from RosettaCommons/everyday847/bug_omnibus A few clang analysis bugs

...


branch: master 「№60121」
Commited by: Morgan Nance
GitHub commit link: 「1e536db287cade34」
Difference from previous tested commit:  code diff
Commit date: 2018-03-26 11:31:02

Include last residue of constraint chain in setup_csts method in SiteConstraint SiteConstraint did not include last residue of constraint chain due to an off-by-one error when iterating through residues

...


< 1 .. 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 .. 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