branch: master 「№58436」
Commited by: Tom Linsky
GitHub commit link: 「5a6dfe8c56b8d0ab」 「№1075」
Difference from previous tested commit:  code diff
Commit date: 2016-02-09 10:20:00

Merge pull request #1075 from RosettaCommons/tlinsky/tomponents Stability improvemnts to denovo_design classes

...


branch: master 「№58435」
Commited by: Tom Linsky
GitHub commit link: 「7777833002da0630」 「№1046」
Difference from previous tested commit:  code diff
Commit date: 2016-02-08 23:38:02

Merge pull request #1046 from RosettaCommons/tlinsky/parse_residue_selector_fix Parsing residue_selectors using getOption<>

...


branch: master 「№58434」
Commited by: Rebecca Alford
GitHub commit link: 「f5f73c9c03234c79」 「№1044」
Difference from previous tested commit:  code diff
Commit date: 2016-02-08 19:59:10

Merge pull request #1044 from RosettaCommons/rfalford12/step0_benchmarks Helix Tilt Angle Benchmark Movers & RosettaScripts for calculating the tilt angles of single trans-membrane spanning helices in the bilayer: In protocols/membrane/benchmark: MakeCanonicalhelix: Given a pose extended from sequence (using ExtendPoseMover) create a canonical alpha-helix using ideal helix dihedral angles (phi = -47 degrees, psi = -57 degrees, omega = 175 degrees ) from an optional start to end point. SampleTiltAngles: Given a single transmembrane spanning helix, calculate the energy vs. helix tilt angle and compare the energies from multiple scoring functions New Tests Unit test for MakeCanonicalHelix Integration test for SampleTiltAngles (based on RosettaScripts)

...


branch: master 「№58433」
Commited by: Tom Linsky
GitHub commit link: 「be40c9f188857d5b」 「№1069」
Difference from previous tested commit:  code diff
Commit date: 2016-02-08 04:32:55

Merge pull request #1069 from RosettaCommons/tlinsky/taskselector Add residue selector to select based on a task operation task_selector integration test is new

...


branch: master 「№58432」
Commited by: Rocco Moretti
GitHub commit link: 「ea84b24e5e76c18f」
Difference from previous tested commit:  code diff
Commit date: 2016-02-05 20:04:15

Allow BuildPeptide to build helical, not just extended, peptides New boolean -helix option. More generally, there are real-valued -phi and -psi options, which allow you to specify the values you want repeated.

...


branch: master 「№58431」
Commited by: Frank DiMaio
GitHub commit link: 「a5c093b8e38b58cb」 「№1074」
Difference from previous tested commit:  code diff
Commit date: 2016-02-05 17:23:28

Merge pull request #1074 from RosettaCommons/dimaio/fix_maprescale Fixing a bug in ScaleMapIntensities mover

...


branch: master 「№58430」
Commited by: possu
GitHub commit link: 「87f8712b0c1c36c9」 「№768」
Difference from previous tested commit:  code diff
Commit date: 2016-02-04 21:13:14

Merge pull request #768 from RosettaCommons/possu@u.washington.edu/repeat_update updates to remodel to include repeat protein building features 1) Remodel repeat features 2) improved symmetry handling in repeats 3) change default chain behavior to A 4) change CCDclosure mover output levels (it's otherwise hard to use the output) integration test changes: almost all are cosmetic from changing the output levels of CCD closure mover. Remodel related test changes are expected.

...


branch: master 「№58429」
Commited by: Frank DiMaio
GitHub commit link: 「8d29c81e9267da47」 「№1072」
Difference from previous tested commit:  code diff
Commit date: 2016-02-04 17:34:21

Merge pull request #1072 from RosettaCommons/dimaio/denstools_features Add a few new options to density_tools application

...


branch: master 「№58428」
Commited by: Steven Lewis
GitHub commit link: 「6b7588a99352d621」 「№1068」
Difference from previous tested commit:  code diff
Commit date: 2016-02-04 13:52:38

Merge pull request #1068 from RosettaCommons/smlewis/temp_partly_disable_AnchorFinder_itest disabling 3cy0, 3cy1, 3cy5 in AnchorFinder itest. They have cys-heme…

...


branch: master 「№58427」
Commited by: Sergey Lyskov
GitHub commit link: 「d25c674b5d94944d」
Difference from previous tested commit:  code diff
Commit date: 2016-02-03 11:20:33

Fixing line-endings in PyMOL server, this should fix import errors in some PyMOL versions.

...


branch: master 「№58426」
Commited by: Andrew Watkins
GitHub commit link: 「513126bcc7749d35」 「№1060」
Difference from previous tested commit:  code diff
Commit date: 2016-02-02 23:55:29

Merge pull request #1060 from RosettaCommons/xrw_file_data_refactor XRW -- Refactor RCSB file input and output in Rosetta

...


branch: master 「№58425」
Commited by: Rocco Moretti
GitHub commit link: 「62333518435106b2」 「№1062」
Difference from previous tested commit:  code diff
Commit date: 2016-02-01 20:58:46

Merge pull request #1062 from RosettaCommons/xrw_use_pdb_components Enable loading of PDB components This commit is part of the XRW effort, and enables loading of residue type definitions from the provided chemical components dictionary. To use, download the Chemical Components Dictionary components.cif (or components.cif.gz) from http://www.wwpdb.org/data/ccd to Rosetta/main/database/chemical/, and then pass the flag -load_PDB_components on the commandline. For the current version, you will also want the -ignore_waters flag, as water is one of the components. (This may be altered at some point, with the new PDB file reading code.) If Rosetta encounters a residue three letter code that it doesn't know, it will look in the chemical components dictionary for the definition, and create a corresponding ResidueType. It will also attempt loading in situations where the name3 may be ambiguous, and use the standard atom-name based resolution to pick the best match. If you have a ligand whose chemical identity does not match a PDB-standard residue, you will still need to provide the definition for the ResidueType yourself. Known limitations are that any ResidueType loaded from the Chemical Components Dictionary will be loaded as an independent, non-polymeric ligand. The ResidueTypes are also made as the PDB provides them, which may not match the tautomeric/protonation state you expect. Additionally, no rotamers are generated for these residues. The PDB components are also not loaded for centroid-mode poses. Certain three letter codes and poses may still have issues loading correctly. (This will be partially fixed by other XRW commits.) A number of cosmetic integration test changes are expected. (Mostly extra information printout.) (cf http://benchmark.graylab.jhu.edu/revision?id=3317&branch= and http://benchmark.graylab.jhu.edu/revision?id=3321&branch=) This branch also contains some fixes for PyRosetta and the external/cifparse library.

...


branch: master 「№58424」
Commited by: Rocco Moretti
GitHub commit link: 「86f0db0bca229031」 「№1063」
Difference from previous tested commit:  code diff
Commit date: 2016-01-31 09:21:42

Merge pull request #1063 from RosettaCommons/sacombs/check_UFF_atom_types Add UFF-based atom types for more elements This commit adds most elements to the full atom atom type set. The LJ parameters are derived from the UFF force field. The LK parameters are based on the approach already used for halogen and metal ions in Rosetta. (i.e. arbitrary guesses)

...


branch: master 「№58423」
Commited by: Hahnbeom Park
GitHub commit link: 「aa24a3aeb730dc8d」 「№1058」
Difference from previous tested commit:  code diff
Commit date: 2016-01-27 18:21:33

Merge pull request #1058 from RosettaCommons/revert-1054-hahnbeom/misc Revert "This commit contains two things;"

...


branch: master 「№58422」
Commited by: Andrew Watkins
GitHub commit link: 「6cc34cc23f3f92d2」
Difference from previous tested commit:  code diff
Commit date: 2016-01-27 18:14:04

reverting

...


branch: master 「№58421」
Commited by: Hahnbeom Park
GitHub commit link: 「a677687c043908e5」 「№1054」
Difference from previous tested commit:  code diff
Commit date: 2016-01-27 17:58:23

Merge pull request #1054 from RosettaCommons/hahnbeom/misc merge to latest master.

...


< 1 .. 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 .. 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