branch: master 「№57716」
Commited by: Hahnbeom Park
GitHub commit link: 「00371f6e111b7791」 「№397」
Difference from previous tested commit:  code diff
Commit date: 2015-03-20 17:06:54

Merge pull request #397 from RosettaCommons/hahnbeom/patchs Optimizing ideal angles related to PRO closure in cart_bonded term

...


branch: master 「№57715」
Commited by: Tom Linsky
GitHub commit link: 「8f091b40dad36a28」
Difference from previous tested commit:  code diff
Commit date: 2015-03-20 07:40:14

Finish comprehensive unit tests for DisulfidizeMover

...


branch: master 「№57714」
Commited by: Steffen Möller
GitHub commit link: 「7a5dca72b85ef166」 「№388」
Difference from previous tested commit:  code diff
Commit date: 2015-03-20 06:06:42

Merge pull request #388 from RosettaCommons/smoe/find_python_modules_also_as_symlink Introducing readlink to SetPyRosettaEnvironment

...


branch: master 「№57713」
Commited by: Vikram K. Mulligan
GitHub commit link: 「5c86db22947db680」 「№401」
Difference from previous tested commit:  code diff
Commit date: 2015-03-20 02:34:17

Merge pull request #401 from RosettaCommons/vmullig/fix_sc Adding fluorine to the sc_radii for the shape complementarity calculator Trivial database change. No test changes expected. (Also, fixed the PyRosetta tests that TJ accidentally broke while I was at it. @tjbrunette, when you get a chance, please check protocols/simple_filters/RepeatParameterFilter.hh line 47 -- there was a function prototype here with no function defined for it that I commented out.)

...


branch: master 「№57712」
Commited by: TJ Brunette
GitHub commit link: 「027551d1c968d925」 「№396」
Difference from previous tested commit:  code diff
Commit date: 2015-03-19 17:51:43

Merge pull request #396 from RosettaCommons/tjbrunette/repeat_filter added handedness to RepeatParameterFilter & cleaned up the code

...


branch: master 「№57711」
Commited by: Andrea Bazzoli
GitHub commit link: 「b2112579a953b468」 「№391」
Difference from previous tested commit:  code diff
Commit date: 2015-03-19 11:18:24

Merge pull request #391 from RosettaCommons/bazzoli/shobuns Calculator and pilot app for buried unsatisfied polars under the SHO solvation model

...


branch: master 「№57710」
Commited by: Sergey Lyskov
GitHub commit link: 「fc83c9f3ba979d04」 「№395」
Difference from previous tested commit:  code diff
Commit date: 2015-03-19 01:22:36

Merge pull request #395 from RosettaCommons/PyRosetta Updating PyRosetta build scripts so it works on Yosemite. Also fixing PyRosetta release archive names so tar will not get confuse on some shell's.

...


branch: master 「№57709」
Commited by: Frank DiMaio
GitHub commit link: 「0bb66f829f170aad」
Difference from previous tested commit:  code diff
Commit date: 2015-03-18 16:24:52

Fixing uninitialized read in hybridize (thanks Rocco for finding this)

...


branch: master 「№57708」
Commited by: Rocco Moretti
GitHub commit link: 「dcc7e91ada56ed44」
Difference from previous tested commit:  code diff
Commit date: 2015-03-18 12:48:23

Fix cc file inclusion in contactMap application. Bug fix on behalf of @schaarj (Joerg Schaarschmidt)

...


branch: master 「№57707」
Commited by: Andrew Watkins
GitHub commit link: 「f24653e0d365d438」
Difference from previous tested commit:  code diff
Commit date: 2015-03-17 20:45:48

Update RotamerLibrary.cc

...


branch: master 「№57706」
Commited by: Vikram K. Mulligan
GitHub commit link: 「cf8aa610775aa175」 「№386」
Difference from previous tested commit:  code diff
Commit date: 2015-03-17 19:24:33

Merge pull request #386 from RosettaCommons/vmullig/genkic_sampling Vmullig/genkic sampling This adds support for D/L-proline sub-bins to the BinTransitionData object, and updates the ABBA.bin_params file accordingly. Tasks: Update ABBA.bin_params Add support for D/L-proline sub-bins to the BinTransitionData object. Update documentation. No test changes expected.

...


branch: master 「№57705」
Commited by: Caleb Geniesse
GitHub commit link: 「bb3f92b6929051e6」 「№392」
Difference from previous tested commit:  code diff
Commit date: 2015-03-17 14:54:24

Merge pull request #392 from RosettaCommons/calebgeniesse/stepwise-test-observers updating 'observers' of SWA/SWM integration tests

...


branch: master 「№57704」
Commited by: Rocco Moretti
GitHub commit link: 「01e21e1a72cfcbeb」 「№387」
Difference from previous tested commit:  code diff
Commit date: 2015-03-17 10:31:52

Merge pull request #387 from RosettaCommons/roccomoretti/cluster_filter Reenable -cluster:input_score_filter option in cluster application

...


branch: master 「№57703」
Commited by: Frank DiMaio
GitHub commit link: 「91f99ce23eccecff」
Difference from previous tested commit:  code diff
Commit date: 2015-03-16 20:05:08

Fixing pyrosetta & other broken builds. Removing per-residue sequence shift controls since they were only working previously for one mode, which has since been removed. Restoring old global sequence shift control which had been previously disabled.

...


branch: master 「№57702」
Commited by: Caleb Geniesse
GitHub commit link: 「ea098777b1d372d7」 「№376」
Difference from previous tested commit:  code diff
Commit date: 2015-03-16 16:05:28

Merge pull request #376 from RosettaCommons/calebgeniesse/rna_bulge fixing another bug in calculation of rna_bulge score

...


branch: master 「№57701」
Commited by: Frank DiMaio
GitHub commit link: 「49ef504bebd8e41e」
Difference from previous tested commit:  code diff
Commit date: 2015-03-16 14:41:36

A number of updates for hybridize (RosettaCM). New features: - if template="extended" is specified, this will trigger ab initio sampling in stage 1. This may be combined with template structures to allow fragment harvesting. - add an option 'max_contig_insertion' that sepecifies the max length continuous segment that will be inserted in stage 2. This allows more model diversity when fulllength inputs are provided. Default of -1 maintains current behavior. - add an option 'csts_from_frags' that generates dihedral constraints from fragments that may be used in minimization during stages 2 and 3; useful for CS fragments. Adds a new constraint type, CircularSplineFunc. Smaller changes/bugfixes - turning on align_templates_stage2 by default - removing the ramping of constraint energies in stage 2 - tweaking of probabilities of moves in cartesian hybridize - changing the logic for determining allowed insertions, no flooding the screen in warnings if no insertions allowed - cenrot is now turned on by an XML switch (the flag is still needed to enable loading of the rot library) - template realignment and ligand placement are no longer mutually exclusive - changing the hbond weight to 1.0 (was 2.0) in score4_smooth and score4_smooth_cart, based on extensive testing Removing duplicated/unused code: - Removing the separate HybridizeSetup mode of initialization since functions were copy/pasted directly from HybridizeProtocol and the versions had already gone out of sync - For the same reason, removing separate parsing of the individual stage 1 & 2 movers since code had gone out of synch, moving some added functionality from - removing DomainAssembly mode - removing a few other unused modes Additionally, making a small bugfix to silent file reading (should not be encountered in normal silent files; but may allow recovery of structs from corrupted ones). Finally, some updates to pilot apps. ** hybridize and mr_protocols integration test changes expected.

...


< 1 .. 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 .. 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