branch: master 「№58244」
Commited by: Vikram K. Mulligan
GitHub commit link: 「89c9cdbb90cb7477」 「№869」
Difference from previous tested commit:  code diff
Commit date: 2015-10-24 03:25:36

Merge pull request #869 from RosettaCommons/vmullig/peppredict_boinc Make the simple_cycpep_predict app into something that runs on BOINC Tasks completed: Promote simple_cycpep_predict to a public app. Move much of its core functionality to protocols. Move options to options_rosetta.py. Load options from the options system on initialization, and store values in private member variables. Modify the minirosetta app to allow the SimpleCycpepPredictApplication class to be called. Add support for BOINC graphics. Figure out inputs and outputs. Figure out a reasonable definition of a work unit. Add RMSD output to the score in the output silent file. Test. Gave the BOINC graphics a little bit of a facelift while I was at it. (Rosetta@Home did celebrate its tenth birthday earlier this month, so it was about time.) Beauty. Documentation.

...


branch: master 「№58243」
Commited by: Andrew Leaver-Fay
GitHub commit link: 「752389624ee1e760」
Difference from previous tested commit:  code diff
Commit date: 2015-10-23 15:46:26

Adding a talaris2014_cart weight set, with reference energies fit with optE.

...


branch: master 「№58242」
Commited by: Tom Linsky
GitHub commit link: 「488b457ca0ed3182」 「№866」
Difference from previous tested commit:  code diff
Commit date: 2015-10-23 02:36:01

Merge pull request #866 from RosettaCommons/tlinsky/rotamer_boltz_max Add compute_max option to RotamerBoltzmannWeight

...


branch: master 「№58241」
Commited by: Tom Linsky
GitHub commit link: 「05592f6be1c58e20」 「№868」
Difference from previous tested commit:  code diff
Commit date: 2015-10-22 23:39:40

Merge pull request #868 from RosettaCommons/tlinsky/tomponents Improved support for non-polymeric bonds in denovo_design classes - the usual 15 unstable integration tests fail

...


branch: master 「№58240」
Commited by: Tom Linsky
GitHub commit link: 「3171c80e5cfb93be」 「№867」
Difference from previous tested commit:  code diff
Commit date: 2015-10-22 16:44:37

Merge pull request #867 from RosettaCommons/tlinsky/matchermover_residue_selector Instead of a positions file, the MatcherMover can use ResidueSelector

...


branch: master 「№58239」
Commited by: Andrew Watkins
GitHub commit link: 「034260ee58cd64cf」 「№854」
Difference from previous tested commit:  code diff
Commit date: 2015-10-22 08:54:12

Merge pull request #854 from RosettaCommons/everyday847/include-what-you-use Now that we build under Windows/PyRosetta, we are ready to merge. There is a lot of work left to be done in this domain, but it will be done under separate pull requests--this one is already substantial in size. Basic/numeric/utility/core1/core2 are done (but could always use separate passes), as well as a couple public apps. It is not fun to attempt this from a Mac, as the Linux builds are more persnickety. And I really wish I had the opportunity to locally test the Windows build--maybe, just maybe, I'll set that up before I try again.

...


branch: master 「№58238」
Commited by: Sergey Lyskov
GitHub commit link: 「9ab00014477db75a」
Difference from previous tested commit:  code diff
Commit date: 2015-10-21 17:19:49

Fixing PyRosetta on Mac OS El Capitan

...


branch: master 「№58237」
Commited by: Tom Linsky
GitHub commit link: 「c6e0a2317b4217db」 「№865」
Difference from previous tested commit:  code diff
Commit date: 2015-10-21 15:07:59

Merge pull request #865 from RosettaCommons/tlinsky/consensusdesign_option Add include_adjacent_residues option to ConsensusLoopDesign. In the pull request, 16 integration tests failed, but I believe these are the ones that have been showing instability.

...


branch: master 「№58236」
Commited by: Tom Linsky
GitHub commit link: 「9b577fbee0edc434」 「№863」
Difference from previous tested commit:  code diff
Commit date: 2015-10-20 21:55:29

Merge pull request #863 from RosettaCommons/tlinsky/ss_selector_fix Register secondarystructure selector

...


branch: master 「№58235」
Commited by: Tom Linsky
GitHub commit link: 「c0dbe17f6ede370e」 「№498」
Difference from previous tested commit:  code diff
Commit date: 2015-10-20 13:53:50

Merge pull request #498 from RosettaCommons/tlinsky/coreresperelement Add CoreResiduesPerElement filter -- Integration test changes expected for sweep_respair_energies, database_jd2_compact_io, database_jd2_io, and features

...


branch: master 「№58234」
Commited by: Sergey Lyskov
GitHub commit link: 「f6549502cff83eb1」 「№859」
Difference from previous tested commit:  code diff
Commit date: 2015-10-19 14:11:32

Merge pull request #859 from RosettaCommons/PyRosetta Adding bindings for std::list<> for basic types, fixing namespace build import orders

...


branch: master 「№58233」
Commited by: Sergey Lyskov
GitHub commit link: 「6ecc3ada0343026f」 「№860」
Difference from previous tested commit:  code diff
Commit date: 2015-10-18 20:55:13

Merge pull request #860 from RosettaCommons/revert-676-tjacobs2/sewing_motifs Revert #676 "Tjacobs2/sewing motifs"

...


branch: master 「№58232」
Commited by: Jared Adolf-Bryfogle
GitHub commit link: 「0ad3873ab091d136」 「№726」
Difference from previous tested commit:  code diff
Commit date: 2015-10-16 14:58:17

Merge pull request #726 from RosettaCommons/jadolfbr/antibody_design Updates to RAbD and IAM Rosetta Antibody Design Changes ---------------------------------------------- Add two new antibody design protocols to more evenly sample lengths and clusters from the ab db for design. (even_cluster_mc and even_length_and_cluster_mc). Seem to work very well for analyzing potential binding surface during preliminary design runs. Make RAbD program fail more gracefully when -s or -l is forgotten. Change a few names of options to make them more consistent with the rest of the protocol. -instructions -> -cdr_instructions -base_instructions -> -base_cdr_instructions -benchmark_graft_design -> -random_start Run IAM (InterfaceAnalyzerMover) at end of run on each ensemble by default. Add score information to output score file for each PDB (See below). Run a dualspace relax on each output PDB and ensemble by default. Run IAM on these as well. Name them special for post-design analysis. Antibody design enums now have their own manager class. Bugfixes ------------ Fix a major bug where sequence design fallback strategy was overriding the primary strategy. Add function to test this in unit test. Fix 'hopping' which can occur for conservative sequence design (design a residue, then use that residue for a possible new set of conservative restypes). Here, we keep track of the native positions and the sequence of the grafted CDR structures/sequences by a separate class (antibody/design/NativeAntibodySeq) that is set in the pose DataCache, which accounts for possible pose-length changes and works with our monte carlo algorithm. Add util functions to help with this. Add unit test for this. Now, we always run conservative design as one would think. No val to arg mutations in L1 stability position ever again. That hydrogen bond you created was just too tempting, wasn't it Rosetta! Fix deterministic graft-permutations. This is not enabled yet, but will allow you to try all possible CDR combinations. The next step is to integrate this into JD3, where it could be actually useful on a cluster for center member trials... IAM ----- Fix up InterfaceAnalyzer to not rely on the main global calculator. Separate logic of IntergroupNeighborsCalculator into its own class, which is called by IAM. This allows IAM to be integrated into any protocol with any number of PDBs. Add a function to IAM to add score information for the pose instead of the Job to be called after analysis. This enables any protocol to use IAM and output score information. Add output of number of hydrogen bonds to IAM. Test Changes ------------------ Antibody Designer integration test changes expected. All integration tests which test or use IAM will change with the addition of an additional score in the output score file.

...


branch: master 「№58231」
Commited by: Tim Jacobs
GitHub commit link: 「c9c15cef84ffcc17」 「№676」
Difference from previous tested commit:  code diff
Commit date: 2015-10-16 13:02:50

Merge pull request #676 from RosettaCommons/tjacobs2/sewing_motifs Committing the SEWING framework for de novo backbone generation into master. Integration tests expected for features and features_database_schema. Also, two new integration tests have been added: continuous_sewing_hasher and discontinuous_sewing_hasher.

...


branch: master 「№58230」
Commited by: Jared Adolf-Bryfogle
GitHub commit link: 「6734c20df1c2e232」
Difference from previous tested commit:  code diff
Commit date: 2015-10-16 03:55:20

fix features mpi test.

...


branch: master 「№58229」
Commited by: Jared Adolf-Bryfogle
GitHub commit link: 「0f9eab7f4057914a」
Difference from previous tested commit:  code diff
Commit date: 2015-10-15 20:23:08

fix neighbor residue repacking through the FullControlWindow in the pyrosetta toolkit GUI.

...


< 1 .. 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 .. 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