branch: master 「№59637」
Commited by: Rocco Moretti
GitHub commit link: 「5f60d31917bd2e2b」 「№2438」
Difference from previous tested commit:  code diff
Commit date: 2017-08-15 11:53:00

Merge pull request #2438 from RosettaCommons/roccomoretti/release_mode_fix Address release system issues * Remove Werror from the releases * Make release mode default in releases * Add path searching as default in site.settings * Remove pilot directories more broadly.

...


branch: master 「№59636」
Commited by: Rocco Moretti
GitHub commit link: 「9382d18b517c4016」 「№2425」
Difference from previous tested commit:  code diff
Commit date: 2017-08-15 11:40:15

Merge pull request #2425 from RosettaCommons/roccomoretti/test_fixes Some fixes to uninitialized variables found by the best-effort tests (valgrind, addsan, ubsan).

...


branch: master 「№59635」
Commited by: Adam Moyer
GitHub commit link: 「a33d3a6f5c49a101」 「№2454」
Difference from previous tested commit:  code diff
Commit date: 2017-08-14 20:45:34

Merge pull request #2454 from RosettaCommons/atom-moyer/pyrosetta-poses_from_silent Atom moyer/pyrosetta poses from silent

...


branch: master 「№59634」
Commited by: Rhiju Das
GitHub commit link: 「1502a16057589408」 「№2424」
Difference from previous tested commit:  code diff
Commit date: 2017-08-14 15:40:18

Merge pull request #2424 from RosettaCommons/rhiju/new_scorefxn_tags new best stepwise scorefunction: rna_res_level_energy7beta • only tests that change appear cosmetic (due to new hbondoption; or to small differences in JD3 to legacy stepwise job distributor)

...


branch: master 「№59633」
Commited by: Jason K Lai
GitHub commit link: 「8f3fd04da97ae498」 「№2458」
Difference from previous tested commit:  code diff
Commit date: 2017-08-13 08:45:32

Merge pull request #2458 from RosettaCommons/jklai/hydrate Fixing remaining failed tests for the Hydrate/SPaDES application. PR #2418 broke multiple tests, which were subsequently fixed with commit 5441c8635ed5f646 and some changes by Andy Watkins. The changes in this PR fixes the remaining two failed integration tests: "thread_local_tracers_check" and "app_exception_handling," which were identified by the test server and in a comment by Rocco Moretti.

...


branch: master 「№59632」
Commited by: Andrew Watkins
GitHub commit link: 「939ba8abd31c063d」 「№2456」
Difference from previous tested commit:  code diff
Commit date: 2017-08-12 15:25:35

Merge pull request #2456 from RosettaCommons/everyday847/fix_branch_conn Fix farfar_mrna by fixing branch connection energies

...


branch: master 「№59631」
Commited by: Christoffer Norn
GitHub commit link: 「d6f9030e1c1c1f28」
Difference from previous tested commit:  code diff
Commit date: 2017-08-11 01:45:23

fixing problem with cleanAlignment integration test

...


branch: master 「№59630」
Commited by: Brian Coventry
GitHub commit link: 「15d00a6943ebae0a」 「№2452」
Difference from previous tested commit:  code diff
Commit date: 2017-08-10 20:14:35

Merge pull request #2452 from RosettaCommons/bcov/XmlObjects XmlObjects: Importing your xml scripts into C++/PyRosetta Ever since I moved to PyRosetta/C++ from RosettaScripts, I've had a desire to import my RosettaScript into xml and use the components. Well now it's possible! Consider the following code snippets: objs = protocols.rosetta_scripts.XmlObjects.create_from_file("script.xml") my_fully_configured_mover = objs.get_mover("best_mover") my_fully_configured_mover.apply(pose) the_wholel_xml_protocol = objs.get_mover("ParsedProtocol") objs = protocols.rosetta_scripts.XmlObjects.create_from_string(""" <RESIDUE_SELECTORS> <Chain name="chainA" chains="A" /> <Neighborhood name="neighborhood" distance="7" selector="chainA" /> </RESIDUE_SELECTORS> """) neighborhood = objs.get_residue_selector("neighborhood") neighborhood.set_distance(9) neighborhood.apply(pose) task_op = protocols.rosetta_scripts.XmlObjects.static_get_task_operation("<PreventRepacking />") These all work which I think opens up all sorts of possibilities. If you've worked hard on an xml and you want to use its parts in PyRosetta, now you can! I can even see large xml libraries being prepared so that one can load pre-configured movers into PyRosetta. If you want to use this in C++, you'll need to get cozy with std::dynamic_pointer_cast< >.

...


branch: master 「№59629」
Commited by: Andrew Watkins
GitHub commit link: 「efc3663c808885b0」 「№2449」
Difference from previous tested commit:  code diff
Commit date: 2017-08-10 20:12:38

Merge pull request #2449 from RosettaCommons/everyday847/start_stop_size FoldTree edges should start and stop on Sizes

...


branch: master 「№59628」
Commited by: Vikram K. Mulligan
GitHub commit link: 「f7a2dc40adc2f955」
Difference from previous tested commit:  code diff
Commit date: 2017-08-09 02:13:07

Beautifying master.

...


branch: master 「№59627」
Commited by: Andy Watkins
GitHub commit link: 「5d4a1006adeaacaf」
Difference from previous tested commit:  code diff
Commit date: 2017-08-08 20:29:22

Fixed build

...


branch: master 「№59626」
Commited by: Andy Watkins
GitHub commit link: 「6544e8f3a4b4b69b」
Difference from previous tested commit:  code diff
Commit date: 2017-08-08 19:52:02

Fixing a test that _someone else_ had broken, woo.

...


branch: master 「№59625」
Commited by: Andy Watkins
GitHub commit link: 「eaff20d8ff0a90e4」
Difference from previous tested commit:  code diff
Commit date: 2017-08-08 17:28:32

weights files

...


branch: master 「№59624」
Commited by: Andy Watkins
GitHub commit link: 「2f8ccd72c0397e96」
Difference from previous tested commit:  code diff
Commit date: 2017-08-08 12:06:50

remove references in performance benchmark to unimplemented fa_plane

...


branch: master 「№59623」
Commited by: Labonte
GitHub commit link: 「f545c3af52a06a7c」 「№2435」
Difference from previous tested commit:  code diff
Commit date: 2017-08-08 00:44:59

Merge pull request #2435 from RosettaCommons/JWLabonte/sugars/docking Carbohydrates: Moving dock_glycans.cc to public This work is published, so it should be in public. dock_glycans integration test changes expected.

...


branch: master 「№59622」
Commited by: Andrew Watkins
GitHub commit link: 「b4d3498af0a5de94」 「№2448」
Difference from previous tested commit:  code diff
Commit date: 2017-08-07 20:53:06

Merge pull request #2448 from RosettaCommons/everyday847/comment_faplane comment out unimplemented fa_plane

Rhiju Das 7 years
andy this commit broke master
Andy Watkins 7 years
True. Though, you could say the performance benchmark's attempt to use a scoreterm no one ever implemented did. It'll be fixed in 10m once I check out
...


< 1 .. 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 .. 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