branch: master 「№56916」
Commited by: Justin Porter
GitHub commit link: 「218ec5466029698e」
Difference from previous tested commit:  code diff
Commit date: 2014-06-08 14:54:44

Fix header build and (second try) to fix PyRosetta build.

...


branch: master 「№56915」
Commited by: Justin Porter
GitHub commit link: 「a5d58f42f8a602f8」
Difference from previous tested commit:  code diff
Commit date: 2014-06-07 22:27:20

Fix memory output causing repeated integration test differences.

...


branch: master 「№56914」
Commited by: Justin Porter
GitHub commit link: 「e890106d29ecf5b9」
Difference from previous tested commit:  code diff
Commit date: 2014-06-07 18:27:08

Attempt to fix PyRosetta build.

...


branch: master 「№56913」
Commited by: Justin Porter
GitHub commit link: 「23664bdfce27cf35」
Difference from previous tested commit:  code diff
Commit date: 2014-06-07 16:03:43

Fix build.

...


branch: master 「№56912」
Commited by: Justin Porter
GitHub commit link: 「64a7a9c02f1c3856」
Difference from previous tested commit:  code diff
Commit date: 2014-06-07 09:19:35

Including latest updates to Environment system, including improved unit test coverage, improved virtual residue handling, residue selector use, and numerous bug fixes. Trivial log integration test changes expected in all rosetta scripts applications.

...


branch: master 「№56911」
Commited by: P. Douglas Renfrew
GitHub commit link: 「24f5aad67914dbba」
Difference from previous tested commit:  code diff
Commit date: 2014-06-06 17:15:09

Fixing unit tests that were affected by the MAX_RESIDUE_TYPE limit. Nine core unit tests and one protocols unit test have actually been "silently" failing due to the new max residue types limit. The patches.txt file has recently been edited to cut down on the number of ResidueTypes created and a limit of 3000 ResidueTypes has been set on the size of the ResidueTypeSet (limit is controllable from the options system). Only the fa_standard/patches.txt was edited however. Tests that call the -restore_pre_talaris_2013_behavior flag don't observe the changes to fa_standard/patches.txt were affected by the limit on the ResidueTypeSet. They hit the limit and then utility_exit. For some reason, they not register as failing. Unit test status: [All Pass except for DdgFilter on linux gcc] Integration test status: [No test changes expected]

...


branch: master 「№56910」
Commited by: P. Douglas Renfrew
GitHub commit link: 「97262cc70b6599fa」
Difference from previous tested commit:  code diff
Commit date: 2014-06-06 11:57:09

Removing duplicated virtualBB.txt patch from patches.txt This should fix the rotamer recovery unit test. I am not sure why the unit tests did not skip the patch like the integration tests do. I suspect the ResidueTypeSet is construcutred differently in the unit tests. Unit test status: [All test pass except DDG tests that are currently failing still fail] Integration test status: [11] 10 cosmetic integration tests changes relating to virtualBB.txt no longer being skipped. What looked like rounding differences in the ligand docking integration test occured on my system.

...


branch: master 「№56909」
Commited by: Vikram K. Mulligan
GitHub commit link: 「9d8fff56b394f5f9」
Difference from previous tested commit:  code diff
Commit date: 2014-06-05 20:52:36

Merging vmullig/cycpep into master to bring in a number of important changes: --Certain residue types have been updated (sidechain-conjugation types and crosslinker types) and new ones added. Note that the new residue types are OFF by default in residue_types.txt (as they should be!) --Wendao's BBG mover is a part of this branch. --Improvements to the logic for adding residues by bond, jumps, etc., needed for building complicated cyclic peptides. --Improper dihedrals added to residue types. --Considerable improvements to the PeptideStubMover, GeneralizedKIC, and other tools for modelling complicated cyclic peptides. --Support added to SilentFilePoseInputStreams for loading poses in the order in which they appear in a file, instead of in alphabetical order of tags. --Added a flag to force big-endian/little-endian flipping on binary silent file read (for cases in which automatic detection fails). --A few pilot apps have been added, including bettercluster.cc, design_cycpeptide_MPI.cc, and PCA_visualizer.cc. Unit test status: ALL PASS (prior to merging master -> vmullig/cycpep, since the current master already has three broken unit tests) Integration test status: 6 changed tests, all with expected changes FAIL UBQ_E2_thioester_extra_bodies --Uses the sidechain-conjugation residue types, which have been updated. FAIL ligand_dock_script --Seems to be a numeric precision issue, not a true failure. FAIL UBQ_E2_thioester --Uses the sidechain-conjugation residue types, which have been updated. FAIL UBQ_Gp_LYX-Cterm --Uses the sidechain-conjugation residue types, which have been updated. FAIL broker --Trivial change to output messages when binary silent file big-endian/little-endian flipping occurs. FAIL UBQ_E2_thioester_two_ubiquitins --Uses the sidechain-conjugation residue types, which have been updated. modified: database/chemical/residue_type_sets/fa_standard/patches/N_acetylated.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.2_bisbromomethylbenzene.params modified: 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/1.4_bisbromomethylbenzene.params modified: database/chemical/residue_type_sets/fa_standard/residue_types/crosslinker/BoronateLDopa.params modified: 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: source/src/apps/pilot/vmullig/PCA_visualizer.cc new file: source/src/apps/pilot/vmullig/alglib/alglibinternal.cpp new file: source/src/apps/pilot/vmullig/alglib/alglibinternal.h new file: source/src/apps/pilot/vmullig/alglib/alglibmisc.cpp new file: source/src/apps/pilot/vmullig/alglib/alglibmisc.h new file: source/src/apps/pilot/vmullig/alglib/ap.cpp new file: source/src/apps/pilot/vmullig/alglib/ap.h new file: source/src/apps/pilot/vmullig/alglib/dataanalysis.cpp new file: source/src/apps/pilot/vmullig/alglib/dataanalysis.h new file: source/src/apps/pilot/vmullig/alglib/diffequations.cpp new file: source/src/apps/pilot/vmullig/alglib/diffequations.h new file: source/src/apps/pilot/vmullig/alglib/fasttransforms.cpp new file: source/src/apps/pilot/vmullig/alglib/fasttransforms.h new file: source/src/apps/pilot/vmullig/alglib/integration.cpp new file: source/src/apps/pilot/vmullig/alglib/integration.h new file: source/src/apps/pilot/vmullig/alglib/interpolation.cpp new file: source/src/apps/pilot/vmullig/alglib/interpolation.h new file: source/src/apps/pilot/vmullig/alglib/linalg.cpp new file: source/src/apps/pilot/vmullig/alglib/linalg.h new file: source/src/apps/pilot/vmullig/alglib/optimization.cpp new file: source/src/apps/pilot/vmullig/alglib/optimization.h new file: source/src/apps/pilot/vmullig/alglib/solvers.cpp new file: source/src/apps/pilot/vmullig/alglib/solvers.h new file: source/src/apps/pilot/vmullig/alglib/specialfunctions.cpp new file: source/src/apps/pilot/vmullig/alglib/specialfunctions.h new file: source/src/apps/pilot/vmullig/alglib/statistics.cpp new file: source/src/apps/pilot/vmullig/alglib/statistics.h new file: source/src/apps/pilot/vmullig/alglib/stdafx.h new file: source/src/apps/pilot/vmullig/bettercluster.cc new file: source/src/apps/pilot/vmullig/design_cycpeptide_MPI.cc modified: source/src/apps/pilot/wendao/test_bbmc.cc modified: source/src/basic/options/options_rosetta.py modified: source/src/core/chemical/ResidueType.cc modified: source/src/core/chemical/ResidueType.hh modified: source/src/core/conformation/Conformation.cc modified: source/src/core/conformation/Conformation.hh modified: source/src/core/conformation/Residue.cc modified: source/src/core/import_pose/pose_stream/SilentFilePoseInputStream.hh modified: source/src/core/import_pose/pose_stream/util.cc modified: source/src/core/import_pose/pose_stream/util.hh modified: source/src/core/io/silent/BinarySilentStruct.cc modified: source/src/core/io/silent/SilentFileData.cc modified: source/src/core/io/silent/SilentFileData.hh modified: source/src/core/io/silent/SilentStruct.cc modified: source/src/core/io/silent/SilentStruct.hh modified: source/src/core/kinematics/FoldTree.cc modified: source/src/core/kinematics/FoldTree.hh modified: source/src/core/pose/Pose.cc modified: source/src/core/pose/Pose.hh modified: source/src/pilot_apps.src.settings.all modified: source/src/protocols/cyclic_peptide/CreateAngleConstraint.cc modified: source/src/protocols/cyclic_peptide/CreateAngleConstraint.hh modified: source/src/protocols/cyclic_peptide/CreateDistanceConstraint.cc modified: source/src/protocols/cyclic_peptide/CreateDistanceConstraint.hh modified: source/src/protocols/cyclic_peptide/CreateTorsionConstraint.cc modified: source/src/protocols/cyclic_peptide/CreateTorsionConstraint.hh modified: source/src/protocols/cyclic_peptide/PeptideStubMover.cc modified: source/src/protocols/cyclic_peptide/PeptideStubMover.hh modified: source/src/protocols/generalized_kinematic_closure/GeneralizedKIC.cc modified: source/src/protocols/generalized_kinematic_closure/GeneralizedKIC.hh modified: source/src/protocols/generalized_kinematic_closure/filter/GeneralizedKICfilter.cc modified: source/src/protocols/generalized_kinematic_closure/filter/GeneralizedKICfilter.hh modified: source/src/protocols/generalized_kinematic_closure/perturber/GeneralizedKICperturber.cc modified: source/src/protocols/generalized_kinematic_closure/perturber/GeneralizedKICperturber.hh modified: source/src/protocols/generalized_kinematic_closure/selector/GeneralizedKICselector.cc modified: source/src/protocols/generalized_kinematic_closure/selector/GeneralizedKICselector.hh modified: source/src/protocols/generalized_kinematic_closure/util.cc modified: source/src/protocols/simple_moves/BBConRotMover.cc modified: source/src/protocols/simple_moves/BBConRotMover.hh modified: source/src/protocols/simple_moves/BBGaussianMover.cc modified: source/src/protocols/simple_moves/BBGaussianMover.hh

...


branch: master 「№56908」
Commited by: Brian Weitzner
GitHub commit link: 「11dbf778159fe409」
Difference from previous tested commit:  code diff
Commit date: 2014-06-04 16:07:20

Updating LoopAnchorFetures and related scripts. The features integration tests will change because both the schema and what is being computed has changed.

...


branch: master 「№56907」
Commited by: Sergey Lyskov
GitHub commit link: 「2fb87d63b6521c80」
Difference from previous tested commit:  code diff
Commit date: 2014-06-04 02:42:09

Fixing PyRosetta Windows build

...


branch: master 「№56906」
Commited by: Sergey Lyskov
GitHub commit link: 「57dd28cb726ad945」
Difference from previous tested commit:  code diff
Commit date: 2014-06-04 02:28:03

Benchmark. Updating regression tests comparison scripts.

...


branch: master 「№56905」
Commited by: Sergey Lyskov
GitHub commit link: 「e7a0ede225bf9997」
Difference from previous tested commit:  code diff
Commit date: 2014-06-04 01:29:30

Benchmark. Updating regression tests comparison scripts, fixing bug when comparison log is omitted if brief and full comparison results are equal.

...


branch: master 「№56904」
Commited by: davidekim
GitHub commit link: 「082a3a369ff9eb59」
Difference from previous tested commit:  code diff
Commit date: 2014-06-03 19:12:00

# [ONE LINE DESCRIPTION OF CHANGE] # NEWS: [DETAILED DESCRIPTION OF CHANGE] # ---------------------------------------- # Unit test status: [Pass/Fail/Not Run] # Integration test status: [Number of changed tests / Not Run] # [NAME_OF_CHANGED_TEST_1]: explanation of change explanation of change ... # explanation of change, cont'd. # [NAME_OF_CHANGED_TEST_2]: explanation of change #+BugFix [BUG_NUMBER] [LINK_TO_BUG] # Uncomment and fill in the line above to indicate this commit # fixes a known bug. # On branch master # Your branch and 'origin/master' have diverged, # and have 1 and 8 different commit(s) each, respectively. # # Changes to be committed: # (use "git reset HEAD <file>..." to unstage) # # modified: database/chemical/residue_type_sets/fa_standard/patches.txt # modified: source/src/apps/pilot/awatkins/hbs_creator.cc # modified: source/src/apps/pilot/blivens/disulfides.hh # modified: source/src/apps/pilot/chrisk/domain_assemble.cc # modified: source/src/apps/pilot/dgront/JumpSpecificAbrelax.cc # modified: source/src/apps/pilot/doug/rotamer_prediction_benchmark.cc # modified: source/src/apps/pilot/jadolfbr/antibody_design/graft_design_cdrs.cc # modified: source/src/apps/pilot/james/dp_align.cc # modified: source/src/apps/pilot/johnk/constellation_list.cc # modified: source/src/apps/pilot/kale/examples/kick_with_balance.cc # modified: source/src/apps/pilot/kale/kic_refactor/original/KinematicMover.cc # modified: source/src/apps/pilot/kale/kic_refactor/original/apply.KinematicMover.cc # modified: source/src/apps/pilot/kale/kic_refactor/original/simple_apply.KinematicMover.cc # modified: source/src/apps/pilot/kdrew/ld_converter.cc # modified: source/src/apps/pilot/kdrew/oop_creator.cc # modified: source/src/apps/pilot/kdrew/oop_dock_design.cc # modified: source/src/apps/pilot/kdrew/scaffold_matcher.cc # modified: source/src/apps/pilot/neil/enumeration_test.cc # modified: source/src/apps/pilot/neil/matdes_dock.cc # modified: source/src/apps/pilot/olli/r_assign_clusters.cc # modified: source/src/apps/pilot/parin/parin_test.cc # modified: source/src/apps/pilot/ralford/mpframework_integration.cc # modified: source/src/apps/pilot/rhiju/coarse_rna_test.cc # modified: source/src/apps/pilot/rhiju/easy_target_test.cc # modified: source/src/apps/pilot/rhiju/legacy/stepwise_test.cc # modified: source/src/apps/pilot/rhiju/pack_phosphates.cc # modified: source/src/apps/pilot/rhiju/rna_graft.cc # modified: source/src/apps/pilot/rhiju/rna_test.cc # modified: source/src/apps/pilot/rhiju/screen_phosphates.cc # modified: source/src/apps/pilot/rmoretti/ligand_rpkmin_jd1.cc # modified: source/src/apps/pilot/sergey/PDBTest.cc # modified: source/src/apps/pilot/smlewis/FloppyTail_loop.cc # modified: source/src/apps/pilot/wendao/cenrot_jd2.cc # modified: source/src/apps/pilot/wendao/general_pair_counting.cc # modified: source/src/apps/pilot/will/options_will.py # modified: source/src/apps/pilot/will/smhybrid.cc # modified: source/src/apps/public/ligand_docking/arls_impl.py # modified: source/src/apps/public/ligand_docking/ligand_rpkmin.cc # modified: source/src/apps/public/ligand_docking/pdb_to_molfile.py # modified: source/src/apps/public/noncanonical_backbones/hbs_design.cc # modified: source/src/apps/public/noncanonical_backbones/oop_design.cc # modified: source/src/apps/public/rna_util/rna_thread.cc # modified: source/src/apps/public/stepwise/enumerate/rna/legacy/swa_rna_util.cc # modified: source/src/apps/public/stepwise/monte_carlo/swm.cc # modified: source/src/devel/denovo_design/ConnectJumps.cc # modified: source/src/protocols/rotamer_sampler/JumpRotamer.cc # modified: source/src/protocols/rotamer_sampler/rigid_body/RigidBodyRotamer.cc # modified: source/src/protocols/stepwise/monte_carlo/rna/RNA_AddDeleteMonteCarlo.cc # modified: source/src/protocols/stepwise/monte_carlo/rna/RNA_O2PrimeMover.cc # modified: source/src/protocols/stepwise/sampling/StepWiseConnectionSampler.cc # modified: source/src/protocols/stepwise/sampling/movemap/util.cc # modified: source/src/protocols/stepwise/sampling/rna/checker/RNA_ChainClosureChecker.cc # modified: source/src/protocols/stepwise/sampling/rna/checker/RNA_ChainClosureChecker.hh # modified: source/src/protocols/stepwise/sampling/rna/legacy/StepWiseRNA_PoseSetup.cc # modified: source/src/protocols/stepwise/sampling/rna/legacy/connection/StepWiseRNA_ConnectionSampler.cc # modified: source/src/protocols/stepwise/sampling/rna/sugar/StepWiseRNA_VirtualSugarSampler.cc # modified: source/src/protocols/stepwise/sampling/rna/sugar/util.cc # modified: source/src/protocols/stepwise/sampling/util.cc # modified: source/src/protocols/stepwise/screener/AnchorSugarScreener.hh # modified: source/test/core/chemical/carbohydrates/CarbohydrateInfo.cxxtest.hh # modified: source/test/protocols/match/ProteinUpstreamBuilder.cxxtest.hh # modified: source/test/protocols/rotamer_recovery/RRComparer.cxxtest.hh # modified: source/test/run.py # # Untracked files: # (use "git add <file>..." to include in what will be committed) # # source/a.out # source/external/boinc/

...


branch: master 「№56903」
Commited by: Tom Linsky
GitHub commit link: 「4a0df201677c8a06」
Difference from previous tested commit:  code diff
Commit date: 2014-06-03 19:07:47

Fix recently introduced bug in ConnectJumps were A was not recognized as a valid ABEGO type

...


branch: master 「№56902」
Commited by: Rhiju Das
GitHub commit link: 「f2279b540a047e99」
Difference from previous tested commit:  code diff
Commit date: 2014-06-03 18:33:20

comming fix to find/replace of general to align. Thanks, Doug, for catching this.

...


branch: master 「№56901」
Commited by: Sergey Lyskov
GitHub commit link: 「fd4b98d729ba7a62」
Difference from previous tested commit:  code diff
Commit date: 2014-06-03 17:54:12

Updating run.py script so it now print scons output for cases when platform could not be found

...


< 1 .. 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 .. 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