branch: master 「№58020」
Commited by: Jim Havranek
GitHub commit link: 「f943c605763a7e27」
Difference from previous tested commit:  code diff
Commit date: 2015-07-30 16:17:09

Adding parameters for generalized Kirkwood radii. Database files only. No changes expected.

...


branch: master 「№58019」
Commited by: havranek
GitHub commit link: 「f7f8c32219c5f7f2」 「№666」
Difference from previous tested commit:  code diff
Commit date: 2015-07-30 12:06:30

Merge pull request #666 from RosettaCommons/havranek/amoeba Adding Amoeba-style polarizable multipole electrostatics. Includes some

...


branch: master 「№58018」
Commited by: Rebecca Alford
GitHub commit link: 「e0e4b6dbe9dc2bc9」 「№667」
Difference from previous tested commit:  code diff
Commit date: 2015-07-29 10:14:30

Merge pull request #667 from RosettaCommons/rfalford12/membrane_transform2 Rfalford12/membrane transform2 Fixed TransformIntoMembraneMover interface & unit test. Mostly work from Julia (@jkleman) - just fixing some smaller things here.

...


branch: master 「№58017」
Commited by: Andrew Watkins
GitHub commit link: 「bf69036096e3e110」 「№622」
Difference from previous tested commit:  code diff
Commit date: 2015-07-28 16:50:25

Merge pull request #622 from RosettaCommons/everyday847/covalent_hbs Fun and games with LINK records for covalent HBS sampling and more, now compatible with all tests. Integration tests are all cosmetic (or alterations to the tests themselves)

...


branch: master 「№58016」
Commited by: Tom Linsky
GitHub commit link: 「e23876c87f301abf」 「№548」
Difference from previous tested commit:  code diff
Commit date: 2015-07-28 12:42:30

Merge pull request #548 from RosettaCommons/tlinsky/foldability FoldabilityFilter now supports refolding multiple segments

...


branch: master 「№58015」
Commited by: Rhiju Das
GitHub commit link: 「d2131b89e48a1df4」 「№663」
Difference from previous tested commit:  code diff
Commit date: 2015-07-27 20:49:49

Merge pull request #663 from RosettaCommons/rhiju/fix_typo_sampling_to_enumerate Rhiju/fix typo sampling to enumerate

...


branch: master 「№58014」
Commited by: Rhiju Das
GitHub commit link: 「5cf00bab924e94c6」 「№662」
Difference from previous tested commit:  code diff
Commit date: 2015-07-27 18:10:46

Merge pull request #662 from RosettaCommons/rhiju/restore_graphics_compile fix to graphics mode compiles

...


branch: master 「№58013」
Commited by: Tom Linsky
GitHub commit link: 「ed6ecdd8eb9f2f79」 「№660」
Difference from previous tested commit:  code diff
Commit date: 2015-07-27 11:06:58

Merge pull request #660 from RosettaCommons/tlinsky/tomponents Cleanup excess StructureData/Connection tracer messages

...


branch: master 「№58012」
Commited by: Rhiju Das
GitHub commit link: 「0ac2094a92713fd5」 「№661」
Difference from previous tested commit:  code diff
Commit date: 2015-07-27 10:51:11

Merge pull request #661 from RosettaCommons/rhiju/Oes_to_Oet Rhiju/oes to oet integration test changes are cosmetic.

...


branch: master 「№58011」
Commited by: Frank DiMaio
GitHub commit link: 「1b9a51182cf688e3」
Difference from previous tested commit:  code diff
Commit date: 2015-07-26 17:37:52

A bunch of small changes to build on my mac

...


branch: master 「№58010」
Commited by: Jeliazko Jeliazkov
GitHub commit link: 「cc58122ec50d0ee7」
Difference from previous tested commit:  code diff
Commit date: 2015-07-24 15:38:56

Update SetPyRosettaEnvironment.sh According to Sergey, removing the $PYROSETTA/rosetta directory from the LD_LIBRARY_PATH will break the namespace build so I have restored this to the LD_LIBRARY_PATH (while maintaining the $PYROSETTA in that environment variable).

...


branch: master 「№58009」
Commited by: Jeliazko Jeliazkov
GitHub commit link: 「c1565aa15d380b71」
Difference from previous tested commit:  code diff
Commit date: 2015-07-24 15:02:03

Update SetPyRosettaEnvironment.sh Fixing LD_LIBRARY_PATH from $PYROSETTA/rosetta to $PYROSETTA because as far as I can tell the file libboost_python.so.1.55.0 lives in $PYROSETTA and gives an import error with the previous LD_LIBRARY_PATH.

...


branch: master 「№58008」
Commited by: Vikram K. Mulligan
GitHub commit link: 「af389d856434f627」 「№654」
Difference from previous tested commit:  code diff
Commit date: 2015-07-24 01:34:14

Merge pull request #654 from RosettaCommons/vmullig/aa_composition_energy Add an energy term for penalizing deviations from a desired residue type composition This is a wholebody energy, which has the disadvantage of being ignored by the packer in its current implementation, but the advantage of permitting nonlinear penalties as the deviation from desired composition increases. Tasks: - Add AACompositionEnergy.cc - Add AACompositionEnergy.hh - Add AACompositionEnergy.fwd.hh - Add AACompositionEnergyCreator.hh - Register with init.cc, core.3.src.settings - Register scoretype in ScoreType.hh, ScoreTypeManager.cc. - Rename energy term from aa_composition_energy to aa_composition. - Write finalize_total_energy() function. - Write calculate_aa_composition_energy() function. - Permit penalties for deviation from desired composition by residue type. - Permit penalties for deviation from desired composition by residue properties (e.g. 40% hydrophobic, 10% aromatic). - Add PropertiesSet class to allow the above. - Create a helper class for storing data associated with this energy function. - Move the data access and data storage functions into this class. - Permit initialization (desired amino acid composition, penalty function) from a file. - Option for filename. - File read from database. - Parse properties setup, too. X Add default files to the database. --> Put off to a future pull request. Requires validation. (There are some sample files in the database now, mostly as user templates and for unit tests.) - Permit desired levels to be set by percentage (e.g. 7% valine) or by absolute number (e.g. I want exactly 1 tryptophan). - Unit test with initialization file that only penalizes a subset of properties, based on fraction (e.g. just AROMATIC). - Unit test with initialization file that only penalizes a subset of properties, based on absolute number of residues (e.g. just AROMATIC). - Unit test with initialization file that only penalizes a subset of residue types, based on absolute number of residues (e.g. just ALA and GLY). - Unit test with initialization file that only penalizes a subset of residue types, based on fraction (e.g. just ALA and GLY). - Unit test with noncanonicals. - Integration test for design. (This should currently do nothing during design, since it's a multibody energy. With Alex's changes, though, it should be very useful for controlling the packer's behaviour.) - Documentation

...


branch: master 「№58007」
Commited by: Jared Adolf-Bryfogle
GitHub commit link: 「a85ad46f2083e97a」
Difference from previous tested commit:  code diff
Commit date: 2015-07-23 19:54:38

add site.settings for vax cluster. Nothing other than that.

...


branch: master 「№58006」
Commited by: Sergey Lyskov
GitHub commit link: 「acd00369d8a31008」
Difference from previous tested commit:  code diff
Commit date: 2015-07-23 14:59:29

Adding execute function which allow to run external process and return it exit_code and output

...


branch: master 「№58005」
Commited by: Andrew Leaver-Fay
GitHub commit link: 「981ca1ab37cf1092」 「№656」
Difference from previous tested commit:  code diff
Commit date: 2015-07-23 09:40:21

Merge pull request #656 from RosettaCommons/aleaverfay/fix_subversive_place_stub_mover_behavior Changing the behavior of the PlaceStubMover so that it no longer changes constraints after they have been placed in a Pose. Cosmetic integration test changes only -- the hotspot_graft trajectory is unchanged.

...


< 1 .. 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 .. 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