branch: master 「№58612」
Commited by: Tom Linsky
GitHub commit link: 「ce02443d455994de」 「№1257」
Difference from previous tested commit:  code diff
Commit date: 2016-04-09 13:17:58

Merge pull request #1257 from RosettaCommons/tlinsky/store_residue_subset Add StoreResidueSubset mover/StoredResidueSubset res selector Store_residue_subset is a new integration test

...


branch: master 「№58611」
Commited by: Tom Linsky
GitHub commit link: 「4e978cd11960c8ab」 「№1251」
Difference from previous tested commit:  code diff
Commit date: 2016-04-07 11:55:37

Merge pull request #1251 from RosettaCommons/tlinsky/add_csts_to_current_conformation_mover Fix bug in setting up TaskSelector in AddConstraintsToCurrentConformationMover Integration test change expected in task_selector since the input changed slightly.

...


branch: master 「№58610」
Commited by: Rocco Moretti
GitHub commit link: 「5334ab0245df0b9e」 「№1255」
Difference from previous tested commit:  code diff
Commit date: 2016-04-07 10:52:35

Merge pull request #1255 from RosettaCommons/roccomoretti/option_spellcheck Add "spell check" for options. Add diagnostic output to suggest possible alternatives when a commandline option is not recognized due to: * Wrong namespace (-out:file:pdb vs. -out:pdb) * Wrong underscores (-out:file:scoreonly vs. -out:file:score_only) * Wrong case (-flip_hnq vs. -flip_HNQ) * Simple typos (-in:file:tagsfile vs. -in:file:tagfile; -out:perfex vs. -out:prefix) (Note the typo detection is rather basic, and prone to over-suggesting - don't expect miracles.) This is separate from (and subordinate to) the existing detection of ambiguous options. This code should only trigger when Rosetta would have exited with an unrecognized option. If you accidentally use the wrong option, it's not going to help.

...


branch: master 「№58609」
Commited by: Tom Linsky
GitHub commit link: 「af326fdb5ab9e710」 「№1258」
Difference from previous tested commit:  code diff
Commit date: 2016-04-07 04:22:32

Merge pull request #1258 from RosettaCommons/tlinsky/add_actccm_integration_test Add integration test for AddConstraintsToCurrentConformationMover

...


branch: master 「№58608」
Commited by: Vikram K. Mulligan
GitHub commit link: 「836cac7500dcd412」
Difference from previous tested commit:  code diff
Commit date: 2016-04-06 13:55:46

Adding Intel libraries needed for linking icc build to basic.settings settings for icc. Merging without testing, since this shouldn't affect any test-server build.

...


branch: master 「№58607」
Commited by: Labonte
GitHub commit link: 「815717d78b1c7c1f」 「№1254」
Difference from previous tested commit:  code diff
Commit date: 2016-04-06 08:13:13

Merge pull request #1254 from RosettaCommons/JWLabonte/sugars/branching Post-ChemicalXRW: Fix bug introduced during purging of LINK records This merge fixes a bug introduced during the ChemicalXRW (by Andy :p) that broke the way branches were assigned from .pdb files involving sugars and adds a unit test so that this does not happen again. :) This also adds another sugar .params file, which will permit core fucosylated N-glycans in PDB format to be loaded. (Before, they could only be loaded with Rosetta-format HETNAM records, and I failed to notice that.) All unit tests pass. Minor integration test changes do to changes in input files and help output.

...


branch: master 「№58606」
Commited by: Tom Linsky
GitHub commit link: 「5ea15ba130640214」 「№1250」
Difference from previous tested commit:  code diff
Commit date: 2016-04-05 18:50:10

Merge pull request #1250 from RosettaCommons/tlinsky/revert_actccm Revert changes to AddConstraintsToCurrentConformationMover

...


branch: master 「№58605」
Commited by: Tom Linsky
GitHub commit link: 「64d6b6fe1339aa77」 「№1247」
Difference from previous tested commit:  code diff
Commit date: 2016-04-05 17:49:51

Merge pull request #1247 from RosettaCommons/tlinsky/constraint_io Make Constraint's operator<< take a Constraint const &

...


branch: master 「№58604」
Commited by: Sergey Lyskov
GitHub commit link: 「b85c5af84191c7e9」 「№1249」
Difference from previous tested commit:  code diff
Commit date: 2016-04-04 00:15:04

Merge pull request #1249 from RosettaCommons/sergey/binder Minor refactoring to fix some PyRosetta parsing errors

...


branch: master 「№58603」
Commited by: Parisah
GitHub commit link: 「6a09bae24bc7475a」 「№1246」
Difference from previous tested commit:  code diff
Commit date: 2016-04-03 13:51:18

Merge pull request #1246 from RosettaCommons/hssnzdh2/prependRepeat Add repeat feature to "prepend" in PeptideStubMover

...


branch: master 「№58602」
Commited by: Labonte
GitHub commit link: 「8176854bef9d31d8」 「№1243」
Difference from previous tested commit:  code diff
Commit date: 2016-04-01 22:23:09

Merge pull request #1243 from RosettaCommons/JWLabonte/Windows_build fixing PyRosetta build

...


branch: master 「№58601」
Commited by: Vikram K. Mulligan
GitHub commit link: 「50e50f61d36009f4」
Difference from previous tested commit:  code diff
Commit date: 2016-04-01 18:31:26

Very minor bugfix for SimpleCycpepPredictApplication in a rarely-used mode. Merging without testing.

...


branch: master 「№58600」
Commited by: Frank DiMaio
GitHub commit link: 「fac75af8d55207ac」 「№1205」
Difference from previous tested commit:  code diff
Commit date: 2016-04-01 17:11:04

Merge pull request #1205 from RosettaCommons/everyday847/fix_chi_bug Miscellaneous metalloprotein fixes. - auto_setup_metals now is properly behaved with the new metapatching system - auto_setup_metals now works with cartesian minimization Integration tests will fail due to either: a) changing the level of some tracer output in ResidueProperties b) adding a new score term

...


branch: master 「№58599」
Commited by: Vikram K. Mulligan
GitHub commit link: 「c7a4ed7af9703185」 「№1240」
Difference from previous tested commit:  code diff
Commit date: 2016-04-01 17:01:18

Merge pull request #1240 from RosettaCommons/vmullig/peppredict_setting Fixing a minor bug in the simple_cycpep_predict app When the user set certain residues to have certain dihedral values, the wrong residue was sometimes being set when the pose was circularly permuted. This affected the efficiency of sampling, but would not invalidate the scientific results (so this bugfix need not be pushed to BOINC immediately, @davidekim -- it can wait for whenever the next BOINC update happens).

...


branch: master 「№58598」
Commited by: Vikram K. Mulligan
GitHub commit link: 「1951fdbd8511a183」 「№1242」
Difference from previous tested commit:  code diff
Commit date: 2016-04-01 16:41:01

Merge pull request #1242 from RosettaCommons/vmullig/fix_splice_test Attempting to fix the splice_out_L1_L2_longer integration test Changing the random seed for the splice_out_L1_L2_longer integration test. This test's success is highly dependent on the seed value, and for many seeds, it fails to find a solution that passes filters. The switch to lbfgs minimization caused enough of a trajectory change that this test started failing.

...


branch: master 「№58597」
Commited by: Tom Linsky
GitHub commit link: 「4be15d410f7cc847」 「№1237」
Difference from previous tested commit:  code diff
Commit date: 2016-04-01 16:20:34

Merge pull request #1237 from RosettaCommons/tlinsky/virtroot Add c++ setters to VirtualRootMover

...


< 1 .. 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 .. 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