branch: master 「№60280」
Commited by: Rocco Moretti
GitHub commit link: 「9a384a30b573e871」
Difference from previous tested commit:  code diff
Commit date: 2018-06-28 19:16:57

beautifying

...


branch: master 「№60279」
Commited by: Sergey Lyskov
GitHub commit link: 「397a159f16d674c5」 「№3290」
Difference from previous tested commit:  code diff
Commit date: 2018-06-28 12:37:28

Merge pull request #3290 from RosettaCommons/benchmark Benchmark scripts: updating unicode handling to Python-3

...


branch: master 「№60278」
Commited by: Sergey Lyskov
GitHub commit link: 「c6c5f7c4db49f24d」 「№3287」
Difference from previous tested commit:  code diff
Commit date: 2018-06-28 12:36:06

Merge pull request #3287 from RosettaCommons/sergey/scientific adding scientific.protein_data_bank_diagnostic.cif test

...


branch: master 「№60277」
Commited by: Jared Adolf-Bryfogle
GitHub commit link: 「6f59745c598e398f」 「№3165」
Difference from previous tested commit:  code diff
Commit date: 2018-06-28 12:05:12

Merge pull request #3165 from RosettaCommons/raemisch/DensityScoreResidueSelector DensityFitResidueSelector This ResidueSelector aims to select residues that have good fit (default) /bad fit (invert) into electron density. Uses either a Zscore made up of density, nbr_density, rama/sugar_bb (for glycans), and cartesian geometry OR the correlation to density that is used internally to determine the density score. The Zscore has been adapted and refactored from `FragmentBiasAssigner`, which is used to determine poor density in hybridize. Thanks to @fdimaio for his help in this! Numbers and cutoffs match well with Coot's density fit analysis tool. Additional options are present to give a residue selector as a mask, which either acts as a subset for `match_res` OR (by default) acts to only calculate the Zscore among those residues (which CAN be turned off). This is VERY important for glycans or other poorly-resolved residues, or the zscore will be inherently bad for all of them due to the protein bias.

...


branch: master 「№60276」
Commited by: Yang Hsia
GitHub commit link: 「c4ca64e68b90938d」 「№3257」
Difference from previous tested commit:  code diff
Commit date: 2018-06-27 20:43:46

Merge pull request #3257 from RosettaCommons/yhsia/TaskAwareSymMinMover_memory Changed default minimization type in constructor to dfpmin_armijo_nonmonotone to match the rest of the code. @vmullig made some changes to AACompositionEnergy for efficiency, doesn't quite fix the exact issue though.

...


branch: master 「№60275」
Commited by: Andy Watkins
GitHub commit link: 「757388b0ca57a080」
Difference from previous tested commit:  code diff
Commit date: 2018-06-27 18:00:43

beautifying

...


branch: master 「№60274」
Commited by: Jared Adolf-Bryfogle
GitHub commit link: 「a3ecb20a8222352a」 「№3274」
Difference from previous tested commit:  code diff
Commit date: 2018-06-27 12:37:36

Merge pull request #3274 from RosettaCommons/jadolfbr/simple_metrics_custom_type_ Add additional custom_type setting to SimpleMetrics This adds a `custom_type` option to the `SimpleMetric` framework, which can be set in code or in RosettaScripts. The `custom_type` allows one to define multiple SimpleMetrics, each with different settings, and have them all be output through a single `RunSimpleMetric` run or reused in multiple. For example, you can calculate rmsd for three different atom sets and use `custom_type` to tag them as `BBONLY` `HEAVY`, and `ALL` for example, and output them at the same time using a single mover. Before this PR, you would need three different RunSimpleMetric movers to change the prefix/suffix in the output. This reduces the number of times we need to define SMs in RosettaScripts. The output name in the scorefile or features db will now be `prefix + custom_type + "_"+ type + suffix` where the type is the name output by the Metric (such as RMSD, SASA, etc.). If no custom_type is given, we use the same output as before: `prefix + type + suffix`

...


branch: master 「№60273」
Commited by: Labonte
GitHub commit link: 「08584b1392cd95e7」 「№3284」
Difference from previous tested commit:  code diff
Commit date: 2018-06-26 23:48:57

Merge pull request #3284 from RosettaCommons/JWLabonte/sugars/scoring Carbohydrate Scoring: Fixing bug in TorsionID query functions for glycosidic torsions beyond omega This merge will fix in bug in pose::carbohydrates::is_glycosidic_torsion() that was causing minimization to segfault in cases involving linkages with more than a single omega angle, such as glycolipids, phosphodiester-linked sugars, and polysialic acids. Integration test coverage has been expanded for scoring and minimizing such cases. carbohydrates and glycan_anomers test changes expected; cyclization and ddG_of_mutation test changes are cosmetic. All unit tests pass.

...


branch: master 「№60272」
Commited by: Andy Watkins
GitHub commit link: 「4e38af7b2c776fc4」 「№3246」
Difference from previous tested commit:  code diff
Commit date: 2018-06-26 23:46:13

Merge pull request #3246 from RosettaCommons/everyday847/update_lores_potential Set lores base pairing potential file from options

...


branch: master 「№60271」
Commited by: Rocco Moretti
GitHub commit link: 「c4c4368947c280f3」 「№3278」
Difference from previous tested commit:  code diff
Commit date: 2018-06-25 12:14:21

Merge pull request #3278 from RosettaCommons/roccomoretti/PDB_load_fix_header Fix two PDB loading error classes In the PDB loading scientific test, there are two failure cases related to parsing headers: unrecognized_experimental_technique and unrecognized_compound. Dying for this is silly, as we rarely (never) use the information contained in these records, anyway.

...


branch: master 「№60270」
Commited by: Rocco Moretti
GitHub commit link: 「ccae93d7719aeadd」 「№3283」
Difference from previous tested commit:  code diff
Commit date: 2018-06-25 12:07:51

Merge pull request #3283 from RosettaCommons/roccomoretti/PDB_loading_connect_detail Add more information to unrecognized residue message. Residues can now be unrecognized because of missing connection points. Add details about this to the warning message. (So you don't get obtuse 'unrecognized residue: LYS' style messages.)

...


branch: master 「№60269」
Commited by: Rocco Moretti
GitHub commit link: 「e1d272e79550f4d4」 「№3282」
Difference from previous tested commit:  code diff
Commit date: 2018-06-22 18:36:58

Merge pull request #3282 from RosettaCommons/roccomoretti/PDB_zero_coord_H Fix one unrecognized res issue in PDB components loading. When a PDB component is L-PEPTIDE LINKING, the H atom is special cased. Although the coordinates for H are reset later, at the time we check for too many zero coordinate atoms, it's still zero coordinates. Special case it, such that the hydrogen doesn't count against the 'too many missing coordinate' count.

...


branch: master 「№60268」
Commited by: Rocco Moretti
GitHub commit link: 「13ea9dc1bb0f9f6c」
Difference from previous tested commit:  code diff
Commit date: 2018-06-22 18:29:45

beautifying

...


branch: master 「№60267」
Commited by: Brian Coventry
GitHub commit link: 「07ed2f40d646193f」 「№3281」
Difference from previous tested commit:  code diff
Commit date: 2018-06-22 17:54:52

Merge pull request #3281 from RosettaCommons/bcov/InterfaceHydrophobicResidueContacts Adding InterfaceHydrophobicResidueContactsFilter

...


branch: master 「№60266」
Commited by: Jeliazko Jeliazkov
GitHub commit link: 「427a800f033302a8」 「№3273」
Difference from previous tested commit:  code diff
Commit date: 2018-06-22 17:51:45

Merge pull request #3273 from RosettaCommons/lqtza/fix-snugdock-integration-test Fix SnugDock Integration Instability

...


branch: master 「№60265」
Commited by: Rocco Moretti
GitHub commit link: 「10ae62d6eb4ca580」 「№3280」
Difference from previous tested commit:  code diff
Commit date: 2018-06-21 19:56:19

Merge pull request #3280 from RosettaCommons/roccomoretti/PDB_loading_segfaults Fix segfaults occurring in PDB loading scientific test Two classes of segfaults were happening in the PDB loading tests * When building a Foldtree, we were checking if a residue was in an empty foldtree. This lead to a crash instead of just saying it wasn't. * Some PDB components have hydrogens with two bonds to them. This violates some assumptions Rosetta has about hydrogens and only belonging to a single atom. Catch this earlier. There's four PDBs which now are failures which used to be "successes" - turns out they were suffering from the same issues which were causing segfaults, but weren't actually triggering a segfault for some reason.

...


< 1 .. 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 .. 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