branch: master 「№59445」
Commited by: Frank DiMaio
GitHub commit link: 「bab9bc1b63fe4aa0」
Difference from previous tested commit:  code diff
Commit date: 2017-05-02 18:32:35

Merge in pilot app bugfix to master.

...


branch: master 「№59444」
Commited by: Vikram K. Mulligan
GitHub commit link: 「7c2f772c06172402」 「№2218」
Difference from previous tested commit:  code diff
Commit date: 2017-05-02 16:28:44

Merge pull request #2218 from RosettaCommons/vmullig/buried_apolar_area_filter Add a filter that filters based on buried surface area Requested by @grocklin. Tasks: - [x] Create the filter using Jared's templates. - [x] Register it. - [x] Write `parse_my_tag()` function: - [x] Option to count only apolars. - [x] Residue selector to select subset of residues to count. - [x] Cutoff threshold. - [x] Filter low or high. - [x] Probe radius. - [x] Write XSD function. - [x] Write `apply()` function: - [x] Calculate per-residue SASA for selected residues. - [x] Subtract these values from total surface area values for appropriate residue types (from Gabe). - [x] Write `report()` function. - [x] Write `report_sm()` function. - [x] Integration test. - [x] Documentation - [x] Beauty.

...


branch: master 「№59443」
Commited by: Rocco Moretti
GitHub commit link: 「b399b509c82010a6」 「№2221」
Difference from previous tested commit:  code diff
Commit date: 2017-05-02 14:31:14

Merge pull request #2221 from RosettaCommons/roccomoretti/fixedarray_static_compile_fix Fix static mode GCC 4.9 error in fixedsizearray1.hh GCC isn't liking using a Size as a C-style array index in this situation. Do an explicit conversion to int first. Thanks to Aliza Rubenstein for pointing out the issue.

...


branch: master 「№59442」
Commited by: Sergey Lyskov
GitHub commit link: 「867aa07ea65dae81」 「№2212」
Difference from previous tested commit:  code diff
Commit date: 2017-05-01 23:34:15

Merge pull request #2212 from RosettaCommons/sergey/binder 1. Updating Binder to support binding for template member functions. 2. Adding support for PyRosetta serialization build. 3. Adding procedure to explicitly instantiate serialization save/load function during binding generation phase. 4. Small refactoring to Rosetta source to allow easier extraction of instantiation macros. 5. Adding support for Testing Server serialization build. 6. Adding support for std::shared_ptr<void> types.

...


branch: master 「№59441」
Commited by: Andrew Watkins
GitHub commit link: 「64c90c89271ea96b」 「№2220」
Difference from previous tested commit:  code diff
Commit date: 2017-05-01 22:50:25

Merge pull request #2220 from RosettaCommons/everyday847/hotfix_two our great national nightmare is over

...


branch: master 「№59440」
Commited by: Andrew Watkins
GitHub commit link: 「c3a37f8b76cca71c」 「№2219」
Difference from previous tested commit:  code diff
Commit date: 2017-05-01 13:09:32

Merge pull request #2219 from RosettaCommons/everyday847/hotfix_integration_tests Hotfix integration tests

Andy Watkins 7 years
Note that these failures to run are entirely unique to the mac/release platform. I'd been on a very different branch on my only available mac, so the rebuild will take a while. I'll figure out what the issue is, but in the meantime your regularly scheduled release builds on clusters and debug builds on your workstations will be a-okay.
...


branch: master 「№59439」
Commited by: Andrew Watkins
GitHub commit link: 「d05722d638b276ff」 「№2217」
Difference from previous tested commit:  code diff
Commit date: 2017-04-30 17:39:33

Merge pull request #2217 from RosettaCommons/everyday847/fixup_lores_optimization Fix up lores optimization

...


branch: master 「№59438」
Commited by: Andrew Watkins
GitHub commit link: 「3456b10982d7c931」 「№2214」
Difference from previous tested commit:  code diff
Commit date: 2017-04-29 16:16:15

Merge pull request #2214 from RosettaCommons/everyday847/atom_alias_lcaa ATOM_ALIAS lines for L-CAAs

Andy Watkins 7 years
I unbeautified! My bad. I will fix this with a minor PR I'll merge today anyway.
Andy Watkins 7 years
Notably, there are a lot of broken -- as in non-running -- integration tests here. That's odd, since they didn't come up in testing on commits. I'll fix this up...
Vikram K. Mulligan 7 years
In those cases where there are trajectory changes, is it just that Rosetta is now able to recognize atoms in the input PDB that it was rebuilding before? I checked a few of mine and it seems that's the case, but have you gone through all of the rest carefully? [list]
Andy Watkins 7 years
Yes, that is 100% the case.
Vikram K. Mulligan 7 years
OK, sounds good. [list]
...


branch: master 「№59437」
Commited by: Andrew Watkins
GitHub commit link: 「e8e7858ab7c4ac3a」 「№2213」
Difference from previous tested commit:  code diff
Commit date: 2017-04-29 14:11:38

Merge pull request #2213 from RosettaCommons/everyday847/autocyclize Automatically set up cutpoint variants for LINK-cyclized poses

...


branch: master 「№59436」
Commited by: Vikram K. Mulligan
GitHub commit link: 「f564332fcd2a88c7」 「№2141」
Difference from previous tested commit:  code diff
Commit date: 2017-04-28 04:37:56

Merge pull request #2141 from RosettaCommons/vmullig/xsd_types_for_taskoperations Add an XSD type for comma-separated task operation lists It is useful for a potential GUI to be able to differentiate between a Rosetta module that takes a general string and a Rosetta module that takes a comma-separated list of pre-defined task operations. This adds an XSD type for task operation lists separated by commas. Tasks: - [x] Add the type (xsct_task_operation_comma_separated_list). - [x] Update the utility functions in protocols/rosetta_scripts that parse task operations lists to use xsct_task_operation_comma_separated_list instead of xs_string. - [x] Find and update any additional movers, filters, etc. that take comma-separated task operations lists, being mindful of those that might take multiple lists. - [x] Check in core. - [x] Check in protocols. - [x] Check in devel. - [x] Check in apps. - [x] Check tests. - [x] Think about the case of something that might take a _single_ task operation. - ~~Think about the case of things that take task factories.~~ --> Put off for a future pull request. - [x] Also: cherry-pick in some more utility functions in utility/xsd_util/. - [x] Beauty. Ultimately, I'll do this for things that take residue selectors, score functions, movers, filters, etc. **Note:** This does _not_ add any GUI elements to the Rosetta codebase. This is just utility code that will make GUI development easier down the road.

...


branch: master 「№59435」
Commited by: Sergey Lyskov
GitHub commit link: 「e3f2cae19743fcd2」 「№2209」
Difference from previous tested commit:  code diff
Commit date: 2017-04-27 14:09:33

Merge pull request #2209 from RosettaCommons/sergey/f Adding set/get global output_prefix functionality to Tracer

...


branch: master 「№59434」
Commited by: Brian Weitzner
GitHub commit link: 「8a38ce21d15c4a99」 「№2208」
Difference from previous tested commit:  code diff
Commit date: 2017-04-27 01:41:59

Merge pull request #2208 from RosettaCommons/weitzner/match_xml_test Adding '-jd2:failed_job_exception false' to the match_xml integration test command

...


branch: master 「№59433」
Commited by: Brian Weitzner
GitHub commit link: 「dd5663606b0dab9b」 「№2207」
Difference from previous tested commit:  code diff
Commit date: 2017-04-26 19:06:50

Merge pull request #2207 from RosettaCommons/weitner/fix_calibur_test A missing '-' before 'nodally' causes the chain clustering test to fa…

...


branch: master 「№59432」
Commited by: Brian Weitzner
GitHub commit link: 「06c81a707244fa2d」 「№2190」
Difference from previous tested commit:  code diff
Commit date: 2017-04-26 00:54:22

Merge pull request #2190 from RosettaCommons/weitzner/match_cst_format Weitzner/match cst format

Vikram K. Mulligan 7 years
Huh -- from this commit onward, the cluster_calibur integration test either fails to run or is unstable. [list]
Andy Watkins 7 years
Some of these issues are repaired in my calibur Rosetta-ification branch; timing info is also part of the culprit. A variable calculation for the mode of a set, however, seems odd! Maybe it's a random subset of all decoys, taken in a way that doesn't use the Rosetta rng (so maybe I fixed that); not sure, though. In any event, that's a branch I'd like to revisit. Good reason to do so.
Vikram K. Mulligan 7 years
OK -- as long as someone is aware of this and is working on it.
...


branch: master 「№59431」
Commited by: Anum Glasgow
GitHub commit link: 「87b144852b167054」
Difference from previous tested commit:  code diff
Commit date: 2017-04-25 16:44:22

beautify ShortBackrubMover.cc

...


branch: master 「№59430」
Commited by: Anum Azam Glasgow
GitHub commit link: 「bd8403eaf53922ad」 「№2194」
Difference from previous tested commit:  code diff
Commit date: 2017-04-24 16:34:06

Merge pull request #2194 from RosettaCommons/anumazam/fixbackrub Fix unsigned int bug

...


< 1 .. 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 .. 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