branch: master 「№58932」
Commited by: Vikram K. Mulligan
GitHub commit link: 「63da01749a47ebe2」
Difference from previous tested commit:  code diff
Commit date: 2016-09-15 18:39:14

Updating user.settings.template with os.environ line.

...


branch: master 「№58931」
Commited by: Vikram K. Mulligan
GitHub commit link: 「3d74bc6794b70162」 「№1626」
Difference from previous tested commit:  code diff
Commit date: 2016-09-15 17:35:36

Merge pull request #1626 from RosettaCommons/vmullig/modvartypeselector Switch the ModifyVariantTypeMover to use ResidueSelectors instead of TaskOperations Tasks: - Remove TaskOperation code. - Add setters and getters for ResidueSelector. - Add ResidueSelector XML parsing. - Modify apply() function. - Fix segfault. - Turns out that CTERM_AMIDATION has not been added to the VariantTypes list. - It also turns out that the patch file has a number of other problems. Fixed now. - Integration test. - Documentation. - Beauty.

...


branch: master 「№58930」
Commited by: Andrew Watkins
GitHub commit link: 「3114825e245f4ee6」 「№1624」
Difference from previous tested commit:  code diff
Commit date: 2016-09-15 02:38:03

Merge pull request #1624 from RosettaCommons/everyday847/CA_rmsd_analogues RMSD for ribonucleoproteins

...


branch: master 「№58929」
Commited by: Sergey Lyskov
GitHub commit link: 「cad20e9c9d1c4609」 「№1619」
Difference from previous tested commit:  code diff
Commit date: 2016-09-14 17:38:58

Merge pull request #1619 from RosettaCommons/sergey/binder Adding bindings generation for overriding functions that return reference to primitive types or std::string

...


branch: master 「№58928」
Commited by: Andrew Leaver-Fay
GitHub commit link: 「7731a4e413ed05b0」 「№1612」
Difference from previous tested commit:  code diff
Commit date: 2016-09-14 13:55:31

Merge pull request #1612 from RosettaCommons/Cyrus/mergetarget From Steven Lewis: These are mostly small changes, the code I meant to push today is waiting on RosettaCommons #1601. Cyrus PR 46: Smlewis/cyrus/score mover tweak: I read ScoreMover fairly closely to write a documentation page for it, and fixed some issues with the code / comments while I was at it. Cyrus PR 47: smlewis/cyrus/fix copyright headers: fixing copyright headers in new files post Rocco’s fixes. (This is most of the changes in protocols) -> % python ~/ROSETTA/Rosetta/tools/Check_header_guards_and_copyright.py src/protocols/ | grep "^/Users/smlewis" | sed "s/://" > find_header_these This grabs the files that need header fixes cat find_header_these| while read line do sed -i bak "s/UW TechTransfer,email:license@u.washington.edu./CoMotion, email: license@uw.edu./" $line done Cyrus PR 52: smlewis/cyrus/fix_IA_ctor Fixes issues with ignoring user-set options in XML for InterfaceAnalyzer

...


branch: master 「№58927」
Commited by: P. Douglas Renfrew
GitHub commit link: 「38288194110dbf55」 「№1616」
Difference from previous tested commit:  code diff
Commit date: 2016-09-14 12:29:22

Merge pull request #1616 from RosettaCommons/dougrenfrew/embrace_emplace Enabling new C++11 std::vector functions in utility::vectorL/0/1

...


branch: master 「№58926」
Commited by: Andrew Watkins
GitHub commit link: 「b4dca6478e455c40」 「№1561」
Difference from previous tested commit:  code diff
Commit date: 2016-09-14 11:51:37

Merge pull request #1561 from RosettaCommons/everyday847/gradually_idealize RNA idealization app

...


branch: master 「№58925」
Commited by: Vikram K. Mulligan
GitHub commit link: 「bc26a55c0606012a」 「№1622」
Difference from previous tested commit:  code diff
Commit date: 2016-09-14 00:53:05

Merge pull request #1622 from RosettaCommons/vmullig/fix_inttests Removing timing information from erraser_minimize integration test to stop the test from failing.

...


branch: master 「№58924」
Commited by: Kyle Barlow
GitHub commit link: 「4a8a31af2af357c8」 「№1602」
Difference from previous tested commit:  code diff
Commit date: 2016-09-13 20:29:25

Merge pull request #1602 from RosettaCommons/kylebarlow/general_dev BackrubProtocol refactoring and parse_my_tag * Refactoring BackrubProtocol to not access global option data as it applies * This allowed me to add a new parse_my_tag option to BackrubProtocol. This BackrubProtocol mover is less complicated to use in Rosetta Scripts, as it represents the composition of movers that makes up the full backrub protocol as it is applied in the command line backrub application.

...


branch: master 「№58923」
Commited by: Kyle Barlow
GitHub commit link: 「20d953c474618b65」 「№1601」
Difference from previous tested commit:  code diff
Commit date: 2016-09-13 19:44:04

Merge pull request #1601 from RosettaCommons/kylebarlow/coupled_moves Allow coupled_moves to act on multiple ligands * New option: coupled_moves::number_ligands * Better behavior when the ligand_mode option is set to false; no longer also need to set the ligand_prob option to 0.0 to tell the code there is no ligand coupled_moves integration test changes expected

...


branch: master 「№58922」
Commited by: Vikram K. Mulligan
GitHub commit link: 「7909efcc575a976c」 「№1605」
Difference from previous tested commit:  code diff
Commit date: 2016-09-13 18:53:01

Merge pull request #1605 from RosettaCommons/vmullig/bgfix3 I think this fixes compilation on Blue Gene

...


branch: master 「№58921」
Commited by: Rocco Moretti
GitHub commit link: 「85c357237b120e65」 「№1604」
Difference from previous tested commit:  code diff
Commit date: 2016-09-13 17:35:07

Merge pull request #1604 from RosettaCommons/roccomoretti/fix_cxx11_dep Fix some issues with modern compilers. The C++11 update revealed some issues with modern compilers, mainly with deprecated constructs. This pull request should fix many of them. In particular, it fixes issues with gcc 6.2.0, clang 3.9.0, and ICC 14.0 on my Linux machine. This doesn't necessarily fix all issues: most notably Vikram is still experiencing issues on the Baker Lab machines. But those issues there can be addressed in a future pull request. (The fixes here are not contingent on fixing ICC 16.0.)

...


branch: master 「№58920」
Commited by: Andrew Leaver-Fay
GitHub commit link: 「8667f38ae616276c」 「№1614」
Difference from previous tested commit:  code diff
Commit date: 2016-09-13 09:14:45

Merge pull request #1614 from RosettaCommons/aleaverfay/add_srlz_funcs_for_lrecs Adding serialization routines for two long-range energy containers: ConstraintEnergyContainer DisulfideMatchingEnergyContainer

...


branch: master 「№58919」
Commited by: Xingjie Pan
GitHub commit link: 「d82abc1b30d3e850」 「№1615」
Difference from previous tested commit:  code diff
Commit date: 2016-09-13 00:17:55

Merge pull request #1615 from RosettaCommons/xingjiepan/fix_cppcheck_error_in_graph Fix the cppcheck errors in utility/graph/UpperEdgeGraph.hh

...


branch: master 「№58918」
Commited by: Vikram K. Mulligan
GitHub commit link: 「3da71ed823e986a7」
Difference from previous tested commit:  code diff
Commit date: 2016-09-12 21:10:07

Fixing line endings.

...


branch: master 「№58917」
Commited by: Vikram K. Mulligan
GitHub commit link: 「7b02bb37192bd4ce」 「№1610」
Difference from previous tested commit:  code diff
Commit date: 2016-09-12 18:36:41

Merge pull request #1610 from RosettaCommons/vmullig/rosettascripts_template_script Have RosettaScripts print a template script whenever the input script is omitted Tasks: - Remove the -print_template_script option. - Update the output message. - Update logic to decide whether to print output message (now, whenever -parser:protocol flag is omitted). - Update documentation. - Beauty.

...


< 1 .. 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 .. 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