branch: release 「№126」
Commited by: Vikram K. Mulligan
GitHub commit link: 「4ef4fe7807896995」 「№1913」
Difference from previous tested commit:  code diff
Commit date: 2016-12-23 18:28:31

Merge pull request #1913 from RosettaCommons/vmullig/cycpep_align Add a mover to align a quasi-symmetric peptide to the origin and Z-axis, for true symmetry setup Currently I do this with some manual editing of PDB files, a script, and the minimizer, but a specialized mover could do this more easily and more efficiently. This will be a needed part of the symmetric cyclic peptide design pipeline. Tasks: - [x] Create the mover with Jared's code template scripts. - [x] Register it. - [x] Add options to parse_my_tag() for specifying symmetry. - [x] XSD information for these. - [x] Add length check and symmetry check (with the CycpepSymmetryFilter) to apply() function. - [x] Add origin alignment to apply() function. - [x] Add Z-axis alignment to apply() function. - [x] Ensure above handles non-protein residues properly (ignores them). - [x] Allow auto-detection of symmetry. - [x] In parse_my_tag(). - [x] XSD information. - [x] In apply() function. - [x] Add option to delete all but a selected repeat: - [x] To parse_my_tag(). - [x] XSD information. - [x] To apply() function. - [x] Ensure this deletes non-protein residues like TBMB. (Symmetric versions can be added back after symmetry is set up, using the ThreefoldCrosslinkerMover.) - [x] Document this deletion of non-protein residues. - [x] Unit tests. - [x] Integration test. - [x] Beauty. - [x] Documentation.

...


branch: release 「№125」
Commited by: P. Douglas Renfrew
GitHub commit link: 「9ea8e5e15e7c3583」 「№1899」
Difference from previous tested commit:  code diff
Commit date: 2016-12-16 10:52:45

Merge pull request #1899 from RosettaCommons/dougrenfrew/fix_mrl This PR should fix a bug in the MakeRotLib protocol that caused the omega and epsilon torsion to not minimize correctly in alpha-/beta-peptides, and caused peptoids to minimize the wrong dihedrals.

...


branch: release 「№124」
Commited by: Andrew Leaver-Fay
GitHub commit link: 「19df5534f4a1e2a1」 「№1873」
Difference from previous tested commit:  code diff
Commit date: 2016-12-09 09:36:55

Merge pull request #1873 from RosettaCommons/aleaverfay/fix_abscript_xsd Ok, AbscriptMover looks like it ought to be able to read multiple "Fragments" subtags, and not just a single one, and that "Stage" and "Fragments" subtags can be interleaved. This PR updates the XSD to reflect that.

...


branch: release 「№123」
Commited by: Parisah
GitHub commit link: 「572f027322f33751」 「№1830」
Difference from previous tested commit:  code diff
Commit date: 2016-12-01 15:07:55

Merge pull request #1830 from RosettaCommons/hssnzdh2/MutateResidue_Selector Add Selector Option to MutateResidue

...


branch: release 「№122」
Commited by: Andrew Leaver-Fay
GitHub commit link: 「6d43786b5bf9572f」 「№1811」
Difference from previous tested commit:  code diff
Commit date: 2016-11-23 22:07:06

Merge pull request #1811 from RosettaCommons/everyday847/devel_init_like_your_life_depended_on_it Use devel::init in apps If you're in an app, you want to call devel::init to go through the whole cascade of initializations. If you only call protocols::init or, don't even say it, core::init, weird stuff can happen, especially if you try to use any job distributor. We need to fix this issue before merging XRW stuff because it affects integration tests in a hardware-dependent manner. It's also the cause of some ubsan/addsan issues. resolves #1375

...


branch: release 「№121」
Commited by: Vikram K. Mulligan
GitHub commit link: 「47669d9d2e9f659f」 「№1621」
Difference from previous tested commit:  code diff
Commit date: 2016-11-13 22:01:10

Merge pull request #1621 from RosettaCommons/vmullig/fix_icc16 Fix additional issues to allow compilation with icc 16.0.2. This doesn't fix everything, yet, but gets us closer to being able to compile with icc. No test changes expected.

...


branch: release 「№120」
Commited by: Rhiju Das
GitHub commit link: 「8739b57ef2cf651f」 「№1775」
Difference from previous tested commit:  code diff
Commit date: 2016-11-06 18:54:34

Merge pull request #1775 from RosettaCommons/rhiju/declare_chemical_bond_at_loop_cutpoints declare chemical bond when CUTPOINT_UPPER and CUTPOINT_LOWER are assigned at a chainbreak Only tests that change are ones that failed before (cppcheck; thermal_sampler in debug_release), and bridge_chains gets a much lower energy due to absence of repulsion between the atoms bonded across the chainbreak.

...


branch: release 「№119」
Commited by: Brian D. Weitzner
GitHub commit link: 「c4b8093a8eba5532」
Difference from previous tested commit:  code diff
Commit date: 2016-10-29 16:57:42

Adding a site.settings file for the digs and the hyak cluster so we don't all have to write a user.settings file like chumps.

...


branch: release 「№118」
Commited by: Scott Boyken
GitHub commit link: 「caf3ac9d7450e125」 「№1156」
Difference from previous tested commit:  code diff
Commit date: 2016-10-22 15:28:39

Merge pull request #1156 from RosettaCommons/sboyken/hbnet2master Merge HBNet into master

...


branch: release 「№117」
Commited by: Labonte
GitHub commit link: 「4237fba19107da20」
Difference from previous tested commit:  code diff
Commit date: 2016-10-14 13:32:31

Carbohydrates/PyRosetta: quick one line bug fix in PyRosetta test

...


branch: release 「№116」
Commited by: Andrew Watkins
GitHub commit link: 「cfa82e14dd206a72」 「№1690」
Difference from previous tested commit:  code diff
Commit date: 2016-10-07 04:03:41

Merge pull request #1690 from RosettaCommons/everyday847/dont_make_bad_promises You will see all those EnergyMethod integration test changes, just in the other direction. Do not be alarmed.

...


branch: release 「№115」
Commited by: Vikram K. Mulligan
GitHub commit link: 「8a434aa1028a4928」 「№1671」
Difference from previous tested commit:  code diff
Commit date: 2016-09-29 18:46:07

Merge pull request #1671 from RosettaCommons/vmullig/simple_cycpep_predict_features Adding needed features to simple_cycpep_predict application Tasks: - Add options for torsion/angle/length space relaxation with: - Flexible bond angles. - Flexible bond angles and bond lengths. - Add option for full Cartesian-space relaxation. - Have the above options actually trigger appropriate rounds of relaxation. - Bond angles. - Bond angles + bond lengths. - Cartesian-space relaxation. - Integration tests for the above. - Add output of number of cis-peptide bonds. - Plus unit test for sorting by cis-peptide bond count. - Add hard energy cutoff for output. - Add to one integration test. - Turn cis-pro sampling on by default. (Do this last, after confirming that above changes do not change existing behaviour of integration tests.) - Disable cis-pro sampling explicitly in existing integration tests that did not sample cis-pro before. - Documentation. - Beauty.

...


branch: release 「№114」
Commited by: Vikram K. Mulligan
GitHub commit link: 「ff6a10c31e0e78db」 「№1652」
Difference from previous tested commit:  code diff
Commit date: 2016-09-22 16:19:59

Merge pull request #1652 from RosettaCommons/vmullig/chunli_metal_issue Fixing crash with -auto_setup_metals when poses were resized Correcting issue that lead to crashes whenever -auto_setup_metals was used with a pose that was subsequently resized. Since NamedAtomPairConstraint and NamedAngleConstraint didn't implement a remap_resid() function, the parent class (AtomPairConstraint or AngleConstraint) function was called, resulting in the NamedAtomPairConstraint being replaced with an AtomPairConstraint, or the NamedAngleConstraint being replaced with an AngleConstraint, with atom IDs set to zero.

...


branch: release 「№113」
Commited by: Andrew Watkins
GitHub commit link: 「3114825e245f4ee6」 「№1624」
Difference from previous tested commit:  code diff
Commit date: 2016-09-15 02:38:03

Merge pull request #1624 from RosettaCommons/everyday847/CA_rmsd_analogues RMSD for ribonucleoproteins

...


branch: release 「№112」
Commited by: Andrew Watkins
GitHub commit link: 「567e481eb4f6f3d6」 「№1594」
Difference from previous tested commit:  code diff
Commit date: 2016-09-07 17:47:36

Merge pull request #1594 from RosettaCommons/everyday847/loop_convert Modernizations, for real this time

...


branch: release 「№111」
Commited by: Labonte
GitHub commit link: 「cfe75a7278b6aeda」 「№1573」
Difference from previous tested commit:  code diff
Commit date: 2016-08-31 13:29:53

Merge pull request #1573 from RosettaCommons/revert-1572-revert-1571-sofibali/sofia_summer_work Reinstate "Sofibali/sofia summer work" carbohydrate test changes expected

...


< 1 .. 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 >

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