branch: master 「№56740」
Commited by: Labonte
GitHub commit link: 「5f9fb99aa267db27」
Difference from previous tested commit:  code diff
Commit date: 2014-04-29 16:42:31

Carbohydrates: fixing typo in a galactose topology file

...


branch: master 「№56739」
Commited by: Doo Nam Kim
GitHub commit link: 「43a2e489d37fced1」
Difference from previous tested commit:  code diff
Commit date: 2014-04-29 15:59:25

[minor update of SandwichFeatures] - better namings for easier output process [integration tests] - should not change

...


branch: master 「№56738」
Commited by: Doo Nam Kim
GitHub commit link: 「b6f44bb4cb4b3524」
Difference from previous tested commit:  code diff
Commit date: 2014-04-29 15:51:22

[minor update of SandwichFeatures] - make a resfile to design surface heading or loop residues - Force to write_strand_AA_distribution_files only after count_AA_with_direction - much better (easier to understand) namings (like get_vector_loop_AA_distribution and get_vector_strand_AA_distribution, write_loop_AA_distribution_files_) [integration tests] - should not change other than features and features_database_schema (if any)

...


branch: master 「№56737」
Commited by: Tom Linsky
GitHub commit link: 「483c51db76431779」
Difference from previous tested commit:  code diff
Commit date: 2014-04-29 15:09:45

Add missing clone() function to forge::constraints::ConstraintFileRCG

...


branch: master 「№56736」
Commited by: Vikram K. Mulligan
GitHub commit link: 「55e4f8327f79b7da」
Difference from previous tested commit:  code diff
Commit date: 2014-04-29 05:23:15

Trying to fix Mac PyRosetta build, attempt #2. (This is hard when one is neither using a Mac, nor PyRosetta.)

...


branch: master 「№56735」
Commited by: Vikram K. Mulligan
GitHub commit link: 「77bbdd3397a2546d」
Difference from previous tested commit:  code diff
Commit date: 2014-04-29 04:32:56

Now trying to fix Mac PyRosetta build. Attempt #1.

...


branch: master 「№56734」
Commited by: Vikram K. Mulligan
GitHub commit link: 「ac5a3ee66ad6d9fa」
Difference from previous tested commit:  code diff
Commit date: 2014-04-28 23:00:46

Attempt #4 at fixing PyRosetta Linux build.

...


branch: master 「№56733」
Commited by: Vikram K. Mulligan
GitHub commit link: 「eb23b4729c6fbba1」
Difference from previous tested commit:  code diff
Commit date: 2014-04-28 22:41:24

Trying to fix PyRosetta Linux build. Attempt #3.

...


branch: master 「№56732」
Commited by: Vikram K. Mulligan
GitHub commit link: 「fc9b792ed5b7285b」
Difference from previous tested commit:  code diff
Commit date: 2014-04-28 19:01:45

Trying to fix Linux PyRosetta build #2.

...


branch: master 「№56731」
Commited by: Sergey Lyskov
GitHub commit link: 「120e14df7161b165」
Difference from previous tested commit:  code diff
Commit date: 2014-04-28 17:10:35

Refactoring some static variables to have proper init procedure. Updating PyRosetta Windows scripts. Adding core-only and utility-only PyRosetta build options.

...


branch: master 「№56730」
Commited by: Vikram K. Mulligan
GitHub commit link: 「f0fcf8359d7fd79e」
Difference from previous tested commit:  code diff
Commit date: 2014-04-28 02:12:01

Updates to facilitate building cyclic peptides or other highly cross-linked geometries. Short summary: --Added PeptideStubMover and DeclareBond mover to make it easy to append, prepend, insert, or connect residues. These are fully accessible to RosettaScripts. --Added GeneralizedKIC mover. This is a generalized form of kinematic closure that can operate on an arbitary loop, including stretches of backbone, covalently-linked sidechains, ligands, noncanonical linkages, metals, etc. The only requirement is that the residues in the loop to be closed are covalently linked. This is fully accessible to RosettaScripts, and interfaces with the ContingentFilter to permit elegant failure if loop closure fails. (Note: I was going to keep this out for a while, but too many people in the Baker lab have requested to use this. Sorry, Kale.) --Added features to TorsionMover, including temporary rerooting of foldtree for a particular torsion move and full RosettaScripts support. --Updated coordinates of sidechain-conjugated residue types CYX and LYX to updated coordinates accepted for canonical L-amino acids with Talaris2013, and added ASX and ORX (sidechain-conjugated aspartic acid/asparagine and sidechain-conjugated ornithine). --Added some common chemical crosslinkers. --Updated atom types database to include sp2-hybridized Boron. --Fixed handling of noncanonical connections (e.g. UPPER->sidechain, sidechain->LOWER, etc.) in Conformation class. --AtomICoor functions have been updated to remove the assumption that polymer bonds are between the i and i+1 residue, that each LOWER is connected to the previous residue's UPPER, that each UPPER is connected to the next residue's LOWER, etc. Now, Rosetta checks for and returns the connecting residue and atom. NOTE: This is a deep core change. All unit and integration tests pass, but there could be changes needed in code not covered by integration tests. --Added an option to Conformation::update_polymeric_connection() to rebuild connection-dependent atoms. Previously, some protocols would replace a residue at a particular location in a pose with a new residue with upper and lower terminus types, remove the upper and lower terminus types (at which point connection-dependent atoms would be rebuilt, assuming connections to the i-1 and i+1 residues despite the lack of such connections), and THEN update connections to make bonds to the i-1 and i+1 residues. Now, this doesn't work, since without a connection, Rosetta can't (and shouldn't be able to) rebuild a connection-dependent atom. This is therefore done when the update function is called, though this is not the default behaviour. If other protocols fail due to improper rebuilding of backbone H and O atoms, add update_polymeric_connection( <seqpos>, true) to rebuild these. --Note that the above changes actually fix the zinc_heterodimer integration test, which was previously FILING to rebuild a backbone oxygen properly. Unit test status: All pass Integration test status: 23 changed tests --Most of these are cosmetic changes, since there's an additional atom type (Boron) and some additional warning messages when AtomICoor::xyz() can't find a connection atom and returns a bogus vector. --The UBQ_E2_*** and UBQ_Gp_LYX_C-term integration tests change their post-minimization output a fair bit due to the updated sidechain-conjugation residue type geometry. I erroneously thought that these were not detecting the connection properly before, but differences that I was seeing were due to an atom type that I had mistakenly switched; having corrected this, these tests seem fine -- just different. --The zinc_heterodimer and zinc_homodimer_setup tests had to be tweaked a bit to get them to work properly, since they were previously relying on quirky Rosetta behaviour that ought not to have worked the way it was working. (See above: they rebuilt connection-dependent H and O atom positions BEFORE declaring a connection, and this only worked because Rosetta assumed connections between the i and i+1 residues. Now, the rebuild is AFTER declaring a bond. This actually fixes some bad atom placement, and changes the output of these tests a bit.) Changed integration tests are: fold_and_dock assemble_domains_jd2 make_rot_lib match_1n9l match_6cpa doug_dock_design_min_mod2_cal_cal hotspot_graft ld_converter UBQ_E2_thioester features UBQ_E2_thioester_extra_bodies UBQ_E2_thioester_two_ubiquitins place_simultaneously oop_create zinc_homodimer_setup oop_dock_design ncaa_fixbb match_1c2t UBQ_Gp_LYX-Cterm zinc_heterodimer AnchorFinder scaffold_matcher swa_protein_loop_sampler modified: database/chemical/atom_type_sets/fa_standard/atom_properties.txt modified: database/chemical/atom_type_sets/fa_standard/extras/NACCESS_sasa_radii.txt modified: database/chemical/atom_type_sets/fa_standard/extras/atom_orbital_hybridization.txt modified: database/chemical/atom_type_sets/fa_standard/extras/facts_born_params.epm1.txt modified: database/chemical/atom_type_sets/fa_standard/extras/gen_born_params.txt modified: database/chemical/atom_type_sets/fa_standard/extras/memb_fa_params.txt modified: database/chemical/atom_type_sets/fa_standard/extras/reduce_sasa_radii.txt modified: database/chemical/atom_type_sets/fa_standard/extras/sasa_radii_legacy.txt modified: database/chemical/atom_type_sets/fa_standard/extras/soft_rep_params.txt modified: database/chemical/atom_type_sets/fa_standard/extras/std_charges.txt modified: database/chemical/mm_atom_type_sets/fa_standard/mm_atom_properties.txt modified: database/chemical/residue_type_sets/fa_standard/residue_types.txt new file: database/chemical/residue_type_sets/fa_standard/residue_types/crosslinker/1.3_bisbromomethylbenzene.params new file: database/chemical/residue_type_sets/fa_standard/residue_types/crosslinker/BoronateLDopa.params new file: database/chemical/residue_type_sets/fa_standard/residue_types/sidechain_conjugation/ASX.params modified: database/chemical/residue_type_sets/fa_standard/residue_types/sidechain_conjugation/CYX.params modified: database/chemical/residue_type_sets/fa_standard/residue_types/sidechain_conjugation/LYX.params new file: database/chemical/residue_type_sets/fa_standard/residue_types/sidechain_conjugation/ORNX.params new file: source/src/apps/pilot/vmullig/design_truecycpeptide_fromstub.cc new file: source/src/apps/pilot/vmullig/sidechainKIC_notes.txt new file: source/src/apps/pilot/vmullig/test_sidechainKIC.cc modified: source/src/apps/public/design/zinc_heterodimer_design.cc modified: source/src/core/chemical/AtomICoor.cc modified: source/src/core/conformation/Conformation.cc modified: source/src/core/conformation/Conformation.hh modified: source/src/core/io/pdb/pose_io.cc modified: source/src/core/io/silent/BinarySilentStruct.cc modified: source/src/core/io/silent/BinarySilentStruct.hh modified: source/src/core/pose/util.cc modified: source/src/core/scoring/Ramachandran.cc deleted: source/src/err.log deleted: source/src/index.html deleted: source/src/out.log new file: source/src/protocols/cyclic_peptide/CreateAngleConstraint.cc new file: source/src/protocols/cyclic_peptide/CreateAngleConstraint.hh new file: source/src/protocols/cyclic_peptide/CreateAngleConstraintCreator.hh new file: source/src/protocols/cyclic_peptide/CreateDistanceConstraint.cc new file: source/src/protocols/cyclic_peptide/CreateDistanceConstraint.hh new file: source/src/protocols/cyclic_peptide/CreateDistanceConstraintCreator.hh new file: source/src/protocols/cyclic_peptide/CreateTorsionConstraint.cc new file: source/src/protocols/cyclic_peptide/CreateTorsionConstraint.hh new file: source/src/protocols/cyclic_peptide/CreateTorsionConstraintCreator.hh new file: source/src/protocols/cyclic_peptide/DeclareBond.cc new file: source/src/protocols/cyclic_peptide/DeclareBond.hh new file: source/src/protocols/cyclic_peptide/DeclareBondCreator.hh new file: source/src/protocols/cyclic_peptide/PeptideStubMover.cc new file: source/src/protocols/cyclic_peptide/PeptideStubMover.hh new file: source/src/protocols/cyclic_peptide/PeptideStubMoverCreator.hh new file: source/src/protocols/generalized_kinematic_closure/GeneralizedKIC.cc new file: source/src/protocols/generalized_kinematic_closure/GeneralizedKIC.fwd.hh new file: source/src/protocols/generalized_kinematic_closure/GeneralizedKIC.hh new file: source/src/protocols/generalized_kinematic_closure/GeneralizedKICCreator.hh new file: source/src/protocols/generalized_kinematic_closure/filter/GeneralizedKICfilter.cc new file: source/src/protocols/generalized_kinematic_closure/filter/GeneralizedKICfilter.fwd.hh new file: source/src/protocols/generalized_kinematic_closure/filter/GeneralizedKICfilter.hh new file: source/src/protocols/generalized_kinematic_closure/perturber/GeneralizedKICperturber.cc new file: source/src/protocols/generalized_kinematic_closure/perturber/GeneralizedKICperturber.fwd.hh new file: source/src/protocols/generalized_kinematic_closure/perturber/GeneralizedKICperturber.hh new file: source/src/protocols/generalized_kinematic_closure/selector/GeneralizedKICselector.cc new file: source/src/protocols/generalized_kinematic_closure/selector/GeneralizedKICselector.fwd.hh new file: source/src/protocols/generalized_kinematic_closure/selector/GeneralizedKICselector.hh new file: source/src/protocols/generalized_kinematic_closure/util.cc new file: source/src/protocols/generalized_kinematic_closure/util.hh new file: source/src/protocols/hybridization/BackboneTorsionPerturbation.cc new file: source/src/protocols/hybridization/BackboneTorsionPerturbation.hh new file: source/src/protocols/hybridization/BackboneTorsionPerturbationCreator.hh new file: source/src/protocols/hybridization/BackboneTorsionSampler.cc new file: source/src/protocols/hybridization/BackboneTorsionSampler.hh new file: source/src/protocols/hybridization/BackboneTorsionSamplerCreator.hh modified: source/src/protocols/init/init.MoverCreators.ihh modified: source/src/protocols/init/init.MoverRegistrators.ihh modified: source/src/protocols/metal_interface/MatchGrafter.cc modified: source/src/protocols/protein_interface_design/movers/PlaceSimultaneouslyMover.cc modified: source/src/protocols/protein_interface_design/movers/PlaceStubMover.cc modified: source/src/protocols/simple_moves/SetTorsion.cc modified: source/src/protocols/simple_moves/SetTorsion.hh modified: source/src/protocols_b.5.src.settings modified: source/src/protocols_c.5.src.settings modified: source/src/python/bindings/IncludeDict modified: source/tools/build/basic.settings typechange: source/xcode/Rosetta.xcodeproj/project.pbxproj.template

...


branch: master 「№56729」
Commited by: gideonla
GitHub commit link: 「3d2618f2e5a33976」
Difference from previous tested commit:  code diff
Commit date: 2014-04-27 12:29:33

minor changes to splice tracer. Will cause integration test changes to splice_* integration tests

...


branch: master 「№56728」
Commited by: sarel
GitHub commit link: 「04b1a100791da3cd」
Difference from previous tested commit:  code diff
Commit date: 2014-04-27 09:50:56

RelativePoseFilter can now copy specific comments (listed on the xml tag) from the reference pose to the relative pose. No test changes expected.

...


branch: master 「№56727」
Commited by: Assaf Alon
GitHub commit link: 「f04fe568da8bf250」
Difference from previous tested commit:  code diff
Commit date: 2014-04-27 06:27:20

Fixing indentations in databasethread

...


branch: master 「№56726」
Commited by: Assaf Alon
GitHub commit link: 「4eda1ceca224602c」
Difference from previous tested commit:  code diff
Commit date: 2014-04-27 05:41:52

databasethread

...


branch: master 「№56725」
Commited by: sarel
GitHub commit link: 「6799473f881c44da」
Difference from previous tested commit:  code diff
Commit date: 2014-04-27 03:17:55

adding skip_alignment option to splice (dflt false). If set to true splice_in will copy the stretch directly without aligning to a template pose. Can only be used if the sequence numbers for the stems and the number of residues in the spliced segment are not changed between splice events. Cosmetic log changes expected in splice integration tests.

...


< 1 .. 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 .. 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