branch: master 「№59669」
Commited by: Hahnbeom Park
GitHub commit link: 「45c8610306bd4418」 「№2496」
Difference from previous tested commit:  code diff
Commit date: 2017-08-29 15:23:07

Merge pull request #2496 from RosettaCommons/hahnbeom/casp12_tools Hahnbeom/casp12 tools

...


branch: master 「№59668」
Commited by: Adam Moyer
GitHub commit link: 「f3319ee4b500db83」 「№2483」
Difference from previous tested commit:  code diff
Commit date: 2017-08-29 14:13:31

Merge pull request #2483 from RosettaCommons/atom-moyer/pyrosetta-method2class_binding Added infrastructure for binding methods/attributes to classes in python.

...


branch: master 「№59667」
Commited by: Stephanie Contreras
GitHub commit link: 「2f3e4163867c7bcc」 「№2504」
Difference from previous tested commit:  code diff
Commit date: 2017-08-28 18:08:31

Merge pull request #2504 from RosettaCommons/sccontreras/sccontreras/updatesometracers noticed some tracers were outdated Expect integration test changes that use constraint TR output

...


branch: master 「№59666」
Commited by: Vikram K. Mulligan
GitHub commit link: 「f1b74cc7669136f3」
Difference from previous tested commit:  code diff
Commit date: 2017-08-28 17:40:30

Beautifying master.

...


branch: master 「№59665」
Commited by: Rocco Moretti
GitHub commit link: 「901f3e5af4318122」 「№2503」
Difference from previous tested commit:  code diff
Commit date: 2017-08-26 14:51:25

Merge pull request #2503 from RosettaCommons/roccomoretti/more_verbose_movemap_show Add additional information to MoveMap::show() output

...


branch: master 「№59664」
Commited by: Brahm Yachnin
GitHub commit link: 「fd72b4e2e0ddba12」 「№2474」
Difference from previous tested commit:  code diff
Commit date: 2017-08-25 15:49:54

Merge pull request #2474 from RosettaCommons/BYachnin/enzdes_covalent_metals_bugfix Set up covalent enzdes constraints to use -metal_connect patch.

...


branch: master 「№59663」
Commited by: Vikram K. Mulligan
GitHub commit link: 「292cd3892e7b7191」
Difference from previous tested commit:  code diff
Commit date: 2017-08-25 01:35:14

The beautifier test failure in master was driving me nuts. Beautifying FoldTree.cc.

...


branch: master 「№59662」
Commited by: Jared Adolf-Bryfogle
GitHub commit link: 「98e1dae212202eec」 「№2470」
Difference from previous tested commit:  code diff
Commit date: 2017-08-24 20:37:23

Merge pull request #2470 from RosettaCommons/conf_functions2 This PR moves GlycanTreeSet and most core torsion setter and getter functions to conformation. This now enables these functions to be called by conformation itself after the full torsion refactor that @JWLabonte is working on. This makes GlycanTreeSet a member of Conformation, enabling its use in a symmetric conformation as well. Further, it uses observer functions but is now not a PoseObserver, while still being an observer. Also Fixes a bug in GlycanTreeRelax where the later layer was not being properly modeled. Lastly, with the general move to Conformation, Labonte has refactored the align_virtual_atoms_to_carbohydrate_residue function to be run directly in Conformation during updates of torsions - keeping them up to date at all times.

...


branch: master 「№59661」
Commited by: Sergey Lyskov
GitHub commit link: 「0ddf0a8af1786492」
Difference from previous tested commit:  code diff
Commit date: 2017-08-24 16:10:48

Updating configuration option for Python-2.7 on Ubuntu

...


branch: master 「№59660」
Commited by: Sergey Lyskov
GitHub commit link: 「6bc6bc659ca41f09」 「№2481」
Difference from previous tested commit:  code diff
Commit date: 2017-08-24 15:14:51

Merge pull request #2481 from RosettaCommons/sergey/f Refactoring benchmark scripts: adding get_path_to_python_executable and updating build_pyrosetta.

...


branch: master 「№59659」
Commited by: Vikram K. Mulligan
GitHub commit link: 「300d24eb76728f83」 「№2497」
Difference from previous tested commit:  code diff
Commit date: 2017-08-24 02:38:45

Merge pull request #2497 from RosettaCommons/vmullig/thread_efficiency_incremental_merge_1 Incremental merge of thread efficiency tweaks Merging some of the changes from pull request #2479, since some of the other changes that are planned might take longer. This removes mutexes from core::chemical::ResidueProperties::get_variant_type_from_string() and core::chemical::ResidueProperties::get_property_from_string(), converting the relevant maps to const static data.

...


branch: master 「№59658」
Commited by: Andrew Watkins
GitHub commit link: 「cc0a1db524f1a46f」 「№331」
Difference from previous tested commit:  code diff
Commit date: 2017-08-24 02:20:47

Merge pull request #331 from RosettaCommons/vmullig/fifty_shades_of_rama Trying to get rid of the perverse behaviour in Rama if phi or psi is zero. Failing PyRosetta unit tests are in fact failing in master as well -- they're due to the new dunder code.

...


branch: master 「№59657」
Commited by: Jason K Lai
GitHub commit link: 「a1e6d752093a3e1b」 「№2487」
Difference from previous tested commit:  code diff
Commit date: 2017-08-23 14:25:41

Merge pull request #2487 from RosettaCommons/jklai/hydrate This PR adds in the default weights for score12 with the Hydrate/SPaDES protocol (other scoring function weights to come in the future). Also made a few fixes and optimizations that were identified by Andy Watkins. Thanks to him for identifying the issues and helping me with fixing them. The hydrate integration tests are expected to change. The other tests are not expected to change except for a few tests that had previously failed (clang code quality).

...


branch: master 「№59656」
Commited by: Jared Adolf-Bryfogle
GitHub commit link: 「d978e6f01ba91c65」 「№2472」
Difference from previous tested commit:  code diff
Commit date: 2017-08-22 21:09:22

Merge pull request #2472 from RosettaCommons/jadolfbr/symm_glycan_relax2 Major GlycanRelax Updates + BugFixes This PR adds/updates a few things: - Adds Symmetry Support to GlycanRelax/GlycanTreeRelax - Adds ResidueSelector Support to SimpleGlycosylateMover - Makes ALL glycan-based classes use ResidueSelectors instead of Movemaps. Users should not be using Movemaps ATM other than @JWLabonte. A Unit-Tested function is now in `core/pose/carbohydrates` that takes a ResidueSelector and returns a MoveMap. This will eventually be done through the MoveMap Factory if we will refactor stuff to use it. - Fixes bugs where the MoveMap was not properly being set for GlycanRelax as Movemaps + non-protein torsions are absolutely awful. - Fixes a bug where the ASN-linkage was not being properly sampled by the LinkageConformerMover - Enables more torsions to sample that were otherwise being turned off. - Adds option to minimize rings. - Adds pass-through GlycanRelax rounds option for GlycanTreeRelax - Add `--level` option to `run/test.py` - Make the Minimizer for GlycanRelax use the neighbor list now that I actually know what it is.

...


branch: master 「№59655」
Commited by: Andy Watkins
GitHub commit link: 「58ed64fed86eef49」
Difference from previous tested commit:  code diff
Commit date: 2017-08-22 18:20:14

Remove tracer output -- there was so much in one case that it timeout killed an itest, which is unacceptable

...


branch: master 「№59654」
Commited by: Jared Adolf-Bryfogle
GitHub commit link: 「9314ed8edc325ca3」 「№2492」
Difference from previous tested commit:  code diff
Commit date: 2017-08-22 13:59:27

Merge pull request #2492 from RosettaCommons/revert-2383-bfrenz/auto_glycan_with_links_records Revert "Bfrenz/auto glycan with links records" Reverts RosettaCommons/main#2383 This PR causes most of our straight-from-the-pdb benchmark structures to fail loading and breaks the logic of the option in the first place. @raemisch and I will work with @BrandonFrenz in order to get this into Rosetta in a way that does not break existing functionality or logic. In the interim, we will add a set of structures that need to load either as unit tests or an integration test now that we actually have them. Either way they would fail loading.

...


< 1 .. 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 .. 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