branch: master 「№57508」
Commited by: Ragul
GitHub commit link: 「7880e8cf05addafc」
Difference from previous tested commit:  code diff
Commit date: 2014-12-15 14:04:17

merge of master with JK-lab after fixing the issues with reading opencl files in MAC os OpenCL driver (AMD) was crashing with seg faults while reading the input opencl files from Rosetta. This happens only in Mac OS. Now, RegisterProgram function in GPU in rewritten to fix the problem.

...


branch: master 「№57507」
Commited by: Luki Goldschmidt
GitHub commit link: 「2c2da2a7ba918932」 「№225」
Difference from previous tested commit:  code diff
Commit date: 2014-12-15 13:28:02

Merge pull request #225 from RosettaCommons/luki-mbi/remove_refcount_ptrs Remove legacy ReferenceCount implementation

...


branch: master 「№57506」
Commited by: nawsad
GitHub commit link: 「1ee143c26231d598」
Difference from previous tested commit:  code diff
Commit date: 2014-12-15 05:59:31

Merge branch 'master' of https://github.com/RosettaCommons/main into nawsad/peptide_placement

...


branch: master 「№57505」
Commited by: Rhiju Das
GitHub commit link: 「33ad70f31bb7de7a」 「№226」
Difference from previous tested commit:  code diff
Commit date: 2014-12-14 00:22:26

Merge pull request #226 from RosettaCommons/rhiju/ester_oxygens creating option to allow testing of turning off ester hydrogen bonds. All integration test changes are trivial, from changed atom type numbers, or in tests that are currently problematic (kic_with_fragments)

...


branch: master 「№57504」
Commited by: Labonte
GitHub commit link: 「7ee91aec4765c036」 「№220」
Difference from previous tested commit:  code diff
Commit date: 2014-12-13 11:16:10

Merge pull request #220 from RosettaCommons/JWLabonte/sugars/output Carbohydrates: GWS file output This merge introduces GlycoWorkbench structure (GWS) file output to Rosetta for carbohydrate chains. This is the standard string format used by the glycobiology community, and the files can be opened in the GlycoWorkbench software to give a 2D "polygon" topology diagram of glycans. The files can also be linked to various glyco databases. Future work will add GWS-reading functionality. This merge also includes a miscellany of other sugar-related stuff from other branches that I merged into this branch because I needed them, such as: * outputting `LINK` records to `.pdb`s * more sugars in database * more sugar patches in database * more lipids in database * sugar docking scripts/pilot apps * code clean-up of some of my older code * output improvements to rigid-body docking protocols * clean-up of `pilot_apps.src.settings.all` All unit tests pass. `carbohydrate` integration test changes expected. Ligand-docking and related integration test changes also expected, due to a minor improvement to RigidBodyDocking output.

...


branch: master 「№57503」
Commited by: hahnbeom
GitHub commit link: 「4e836cf5e2d60acf」
Difference from previous tested commit:  code diff
Commit date: 2014-12-12 17:11:56

make MDMover stable by putting upper bound on velocity & accel

...


branch: master 「№57502」
Commited by: Sergey Lyskov
GitHub commit link: 「3a06b8b3bbae9a22」
Difference from previous tested commit:  code diff
Commit date: 2014-12-11 17:43:12

Increasing number of cycles in performance benchmark tests

...


branch: master 「№57501」
Commited by: Caleb Geniesse
GitHub commit link: 「9f327708401af336」 「№223」
Difference from previous tested commit:  code diff
Commit date: 2014-12-11 11:18:18

Merge pull request #223 from RosettaCommons/revert-222-revert-218-calebgeniesse/stepwise-options StepWise Options Debug

...


branch: master 「№57500」
Commited by: jyesselm
GitHub commit link: 「d66122e2560fb8da」 「№222」
Difference from previous tested commit:  code diff
Commit date: 2014-12-11 11:15:05

Merge pull request #222 from RosettaCommons/revert-218-calebgeniesse/stepwise-options Revert "StepWise Options Debug"

...


branch: master 「№57499」
Commited by: jyesselm
GitHub commit link: 「b454bb0492b7591a」 「№218」
Difference from previous tested commit:  code diff
Commit date: 2014-12-11 11:14:33

Merge pull request #218 from RosettaCommons/calebgeniesse/stepwise-options StepWise Options Debug

...


branch: master 「№57498」
Commited by: jkleman
GitHub commit link: 「96d0409fe77014c0」 「№221」
Difference from previous tested commit:  code diff
Commit date: 2014-12-11 00:23:40

Merge pull request #221 from RosettaCommons/jkleman/fix_windows_PyRosetta_build fixing windows PyRosetta build

...


branch: master 「№57497」
Commited by: Sergey Lyskov
GitHub commit link: 「966fdf2cf8b85bd3」
Difference from previous tested commit:  code diff
Commit date: 2014-12-10 19:48:13

Updating Condor driver

...


branch: master 「№57496」
Commited by: Sergey Lyskov
GitHub commit link: 「3dfef15b4f0a0d17」
Difference from previous tested commit:  code diff
Commit date: 2014-12-10 15:42:04

Fixing utility_tag_Tag_Create performance test

...


branch: master 「№57495」
Commited by: jkleman
GitHub commit link: 「d7a63ee186365167」 「№212」
Difference from previous tested commit:  code diff
Commit date: 2014-12-10 15:21:07

Merge pull request #212 from RosettaCommons/jkleman/compute_membrane_position Jkleman/compute membrane position **Updates for MembraneFramework: compute_structure_based_membrane_position** * protocols/membrane/geometry/util:compute_structure_based_membrane_position: removed code duplication for this function; now this function uses the constructors in Embedding that takes a pose and a topology object * Embedding: Embedding from span now checks for the dihedral angle between the first span and each consecutive one to calculate embedding normal instead of positive/negative z-coordinate or odd/even spans; this is much less error-prone and works for multiple chains. The dihedral angle cutoff is 100 degrees. Works for the cases I looked at but is not extensively benchmarked. * membrane normal: normalized membrane normal vector to length 15 instead of 1 for better visualization and debugging purposes; same holds true for embedding normal vectors * VisualizeEmbeddingMover: added VisualizeEmbeddingMover; when using this mover embedding virtuals are added to the pose after the membrane residue. Can be invoked using the flag -membrane_new::visualize::embedding <boolean> * EmbeddingDef / Embedding: added constructor to create Embedding object from a single EmbeddingDef object * EmbeddingDef: added function in EmbeddingDef:from_span_positive_z to distinguish calculation of the normal vector into positive z-coordinate instead of any direction * protocols/membrane/geometry/util: added function average_antiparallel_embeddings which inverts the normals that are showing in the opposite directions; the average_embeddings function just averages which can result in zero vectors if some of them are antiparallel * TransformIntoMembraneMover: for fixing the unit tests I needed to set the membrane residue at the root in the apply function * EmbeddingDef / Embedding: added copy constructor and assignment operators * Embedding: added error checking for embedding(span_number) * PymolPyRosettaServer: adjusted membrane thickness to work with normals of length 15, removed RG dependence for membrane **Tests** Membrane unit tests: pass Membrane integration tests: expected changes in mpframework_relax and mpframework_loadtime due to different calculation of membrane normal Other integration tests: all other changes are typically broken tests or numerical changes

...


branch: master 「№57494」
Commited by: Rhiju Das
GitHub commit link: 「dbd51adfd0870f7f」 「№217」
Difference from previous tested commit:  code diff
Commit date: 2014-12-10 12:10:23

Merge pull request #217 from RosettaCommons/rhiju/fix_binary_protein_silentstruct_full_model_parameters get rid of full_model_info setup by default in pose_from_pdb integration test changes either remove FULL_MODEL_PARAMETERS tag from silent files (as desired) or are in tests known to be numerically sensitive (kic_with_fragments) or previous fails.

...


branch: master 「№57493」
Commited by: nawsad
GitHub commit link: 「d947955f19d8ba65」
Difference from previous tested commit:  code diff
Commit date: 2014-12-10 04:26:21

Fixing an error in rmsd calculation in lowres mode in pepfold_only mode of FlexPepDock.

...


< 1 .. 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 .. 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