branch: master 「№59204」
Commited by: Sergey Lyskov
GitHub commit link: 「c8d350e827f28218」 「№1933」
Difference from previous tested commit:  code diff
Commit date: 2017-01-04 15:03:35

Merge pull request #1933 from RosettaCommons/sergey/f Fixing mpi integration test script for cases when more then one extras was specified as platform.

...


branch: master 「№59203」
Commited by: Frank DiMaio
GitHub commit link: 「d99217e1057bd41a」 「№1934」
Difference from previous tested commit:  code diff
Commit date: 2017-01-04 14:22:56

Merge pull request #1934 from RosettaCommons/dimaio/hybrid_dna_chainnumbers Fix chain IDs for hybridize with RNA/DNA

...


branch: master 「№59202」
Commited by: Andrew Leaver-Fay
GitHub commit link: 「d4ec3249095cc6b9」 「№1923」
Difference from previous tested commit:  code diff
Commit date: 2017-01-04 08:23:08

Merge pull request #1923 from RosettaCommons/aleaverfay/jd3_silent_file_io aleaverfay/jd3_silent_file_io This pull request addresses three significant shortcomings of JD3: - a lack of silent file support, - the StandardJobQueen caches stored Poses if they were read from PDBs, - the StandardJobQueen had no way to deallocate Poses once they were done with This PR addresses these all at once. The JobDistributor now allows the JobQueen to send inter-process "deallocation messages," which it will deliver to the JobQueens on remote nodes. These messages will be used by the StandardJobQueen, for instance, to deallocate Poses that are no longer being used. In the near future, the SJQ will also use these messages to deallocate no-longer-needed Resources being held by the ResourceManager. The JobQueens are now obliged to assign PoseIDs to each of their poses so that they can then use the PoseDeallocationMessage as a way to signal to remote nodes that a Pose is no longer needed. The SJQ does this. Thus she will now deallocate Poses that were read in from either a PDB or a SilentFile. One drawback, however, is that if a Pose is read in multiple times in separate <Job>...</Job> blocks within a job-definition file, then it will be read from disk multiple times. However, it will only be read from disk a single time per process if it appears only once in a job-def file, or if it is input using the command line (e.g. in -in:file:s, or -in:file:silent), regardless of the "nstruct" count. There is now a SilentFilePoseInputter that delivers Poses to the JQ. Before this PR is closed, there will be a SilentFilePoseOutputter, too. To allow different Pose input options for different jobs within a single job definition file, the structure of silent file reading had to be altered so that the global options system could be wholly avoided if desired. To that end, a new class SilentFileOptions, now can be initialized with a default constructor (to read from the global options system) or from a (possibly-non-global) OptionCollection object. It also has a "parse-my-tag"-like function to read from a TagCOP. AFTER SILENT FILE OPTION CONSTRUCTION, NO PART OF SILENT FILE IO READS DIRECTLY FROM THE OPTIONS SYSTEM.

...


branch: master 「№59201」
Commited by: Andrew Watkins
GitHub commit link: 「1392a179558001c3」 「№1932」
Difference from previous tested commit:  code diff
Commit date: 2017-01-03 21:56:29

Merge pull request #1932 from RosettaCommons/everyday847/minor_farfar_homology_bug Fix a minor bug with fragment homology elimination and noncanonicals

...


branch: master 「№59200」
Commited by: Andrew Watkins
GitHub commit link: 「06622ef3eaef96be」 「№1930」
Difference from previous tested commit:  code diff
Commit date: 2017-01-03 17:03:04

Merge pull request #1930 from RosettaCommons/everyday847/reasonable_location_for_vdwrep Move the VDW_GridEnergy to protocols/scoring

...


branch: master 「№59199」
Commited by: Andrew Leaver-Fay
GitHub commit link: 「d610dbcac7de639b」 「№1928」
Difference from previous tested commit:  code diff
Commit date: 2017-01-03 08:20:52

Merge pull request #1928 from RosettaCommons/Cyrus/mergetarget From Steven Lewis: This is mostly small features I did in in the summer/fall of 2016 and never got around to testing and PRing until just now. Features: * smlewis/fix_README - improving the front README, based on a better understanding of our forking policy, thanks to @aleaverfay @kwikwag * smlewis/FT_clangstatic_fix - fix a clangstatic bug @roccomoretti pointed out (it was a copy paste error) * smlewis/cyrus/ss_printer_for_commons - fixes to the HELIX/SHEET printer so that the records are ordered properly in large/multichain structures where the numbering restarts per chain. This integration test (secondary_structure_output) will change, as it now has a long enough input to have triggered this bug. smlewis/cyrus/LoopLengthChange_restype: LoopLengthChange takes a residue type char for what to insert/ Resolves RC issue RosettaCommons/main#1700. Adds integration test. smlewis/cyrus/actccm_atompair_bounded - AddConstraintsToCurrentConformationMover constraint choice improvements. Adds integration test. This code already had an integration test testing different aspects of the Mover; I made a second test so that it multithreads more efficiently.

...


branch: master 「№59198」
Commited by: Andrew Watkins
GitHub commit link: 「076c7f9961551379」 「№1925」
Difference from previous tested commit:  code diff
Commit date: 2016-12-31 12:01:55

Merge pull request #1925 from RosettaCommons/everyday847/approximate_fragment_matches Exclude homologous fragments with generous sequence matching.

...


branch: master 「№59197」
Commited by: Rhiju Das
GitHub commit link: 「04305de1f81630e2」 「№1924」
Difference from previous tested commit:  code diff
Commit date: 2016-12-31 10:39:53

Merge pull request #1924 from RosettaCommons/rhiju/minor_stepwise_fixes_rna_puzzle18_movie Rhiju/minor stepwise fixes rna puzzle18 movie one integration test changes (align_pdb no longer being treated as 'pseudo-native')

...


branch: master 「№59196」
Commited by: Andrew Watkins
GitHub commit link: 「348a9bc7ed797510」 「№1922」
Difference from previous tested commit:  code diff
Commit date: 2016-12-30 16:06:26

Merge pull request #1922 from RosettaCommons/everyday847/immediately_valuable_alterations Immediately valuable code improvement

Vikram K. Mulligan 8 years
The MPI-mode integration test failure is spurious. It's a little problem with the test that I need to fix that's occasionally causing spurious changes, and can safely be ignored.
...


branch: master 「№59195」
Commited by: Rebecca Alford
GitHub commit link: 「08f3748c67043d57」 「№1920」
Difference from previous tested commit:  code diff
Commit date: 2016-12-29 08:32:03

Merge pull request #1920 from RosettaCommons/rfalford12/PyMol_to_PyMOL Fix Misspellings of PyMOL ======================= PyMOL is spelled with a capital MOL - however, some recent PyRosetta4 code uses PyMol. We decided that our Rosetta naming should be consistent with the name of the program. So, I renamed every instance of PyMol to PyMOL. These changes will also be reflected in the newest version of the PyRosetta workshops.

Vikram K. Mulligan 8 years
The MPI-mode integration test failure is spurious. It's a little problem with the test that I need to fix that's occasionally causing spurious changes, and can safely be ignored.
...


branch: master 「№59194」
Commited by: Rhiju Das
GitHub commit link: 「fb77c732b4f08b6c」 「№1918」
Difference from previous tested commit:  code diff
Commit date: 2016-12-26 20:23:32

Merge pull request #1918 from RosettaCommons/rhiju/reorganize_sampler_dirs Rhiju/reorganize sampler dirs + cppcheck issues, but stemming from @everyday847 prior commit. + some code duplication, but will remove in next PR's.

...


branch: master 「№59193」
Commited by: Vikram K. Mulligan
GitHub commit link: 「4ef4fe7807896995」 「№1913」
Difference from previous tested commit:  code diff
Commit date: 2016-12-23 18:28:31

Merge pull request #1913 from RosettaCommons/vmullig/cycpep_align Add a mover to align a quasi-symmetric peptide to the origin and Z-axis, for true symmetry setup Currently I do this with some manual editing of PDB files, a script, and the minimizer, but a specialized mover could do this more easily and more efficiently. This will be a needed part of the symmetric cyclic peptide design pipeline. Tasks: - [x] Create the mover with Jared's code template scripts. - [x] Register it. - [x] Add options to parse_my_tag() for specifying symmetry. - [x] XSD information for these. - [x] Add length check and symmetry check (with the CycpepSymmetryFilter) to apply() function. - [x] Add origin alignment to apply() function. - [x] Add Z-axis alignment to apply() function. - [x] Ensure above handles non-protein residues properly (ignores them). - [x] Allow auto-detection of symmetry. - [x] In parse_my_tag(). - [x] XSD information. - [x] In apply() function. - [x] Add option to delete all but a selected repeat: - [x] To parse_my_tag(). - [x] XSD information. - [x] To apply() function. - [x] Ensure this deletes non-protein residues like TBMB. (Symmetric versions can be added back after symmetry is set up, using the ThreefoldCrosslinkerMover.) - [x] Document this deletion of non-protein residues. - [x] Unit tests. - [x] Integration test. - [x] Beauty. - [x] Documentation.

...


branch: master 「№59192」
Commited by: Andrew Watkins
GitHub commit link: 「0fca958287da21d4」 「№1915」
Difference from previous tested commit:  code diff
Commit date: 2016-12-23 02:14:59

Merge pull request #1915 from RosettaCommons/everyday847/align_pdb_farfar Use the '-align_pdb' restraint in FARFAR runs

Rhiju Das 8 years
hey andy you broke cppcheck -- please fix!
Andy Watkins 8 years
whoops; will do.
...


branch: master 「№59191」
Commited by: Rhiju Das
GitHub commit link: 「8dd1802058b3db4b」 「№1914」
Difference from previous tested commit:  code diff
Commit date: 2016-12-22 18:46:23

Merge pull request #1914 from RosettaCommons/rhiju/restore_thermal_sampler_original Rhiju/restore thermal sampler original `thermal_sampler` integration test changes -- actually now it reproduces exactly the behavior of `thermal_sampler_original.cc` (as developed by Fang & Kalli in 2014-2015).

...


branch: master 「№59190」
Commited by: Rhiju Das
GitHub commit link: 「d1fb417170cf82f5」 「№1910」
Difference from previous tested commit:  code diff
Commit date: 2016-12-22 11:22:37

Merge pull request #1910 from RosettaCommons/rhiju/recces_mover Rhiju/recces mover Some code duplication introduced (but will eventually delete prior code -- this is part of a bigger refactoring project).

...


branch: master 「№59189」
Commited by: Vikram K. Mulligan
GitHub commit link: 「78f7089ff4e32e3d」 「№1846」
Difference from previous tested commit:  code diff
Commit date: 2016-12-21 05:07:36

Merge pull request #1846 from RosettaCommons/vmullig/symm_predict Adding options to simple_cycpep_predict app for only sampling symmetric conformations. Integration test changes to simple_cycpep_predict integration tests are expected. Tasks: - [x] Add the options. - [x] Have them do something. - [x] Integration test. - [x] Add mirroring integration test. - [x] Mute unnecessary output in integration test. - [x] Find and fix bug in CycpepSymmetryFilter. - Added a unit test for this, but can't really reproduce the bug, if it exists. It could be that it was a problem with where the filter was applied, and that the asymmetry was introduced in the final relaxation... - [x] Add GenKIC perturber for copying DoFs (addresses issue #1877). - [x] Integration test - [x] Allow perturber to steal DoFs from non-loop residues, too. - [x] Ensure that anchor_res DoFs are properly grabbed in simple_cycpep_predict. - [x] Add mirroring option. - [x] Add mirroring option to integration test. - [x] Hook this in to the simple_cycpep_predict app in symmetry mode. - [x] Document GenKIC perturber. - [x] Document new flags for simple_cycpep_predict. - [x] Have simple_cycpep_predict ignore linkers when doing RMSD calculation (addresses issue #1879). - [x] Add option to simple_cycpep_predict to connect ALL cysteines with TBMB (addresses issue #1879). - [x] Document this. - [x] Fix issue with output structure numbering in simple_cycpep_predict, so that every output structure in MPI mode has a unique name and number. - [x] Beauty. - [x] Documentation. Put off to a future pull request: - Add support for multiple natives to simple_cycpep_predict.

...


< 1 .. 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 .. 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