branch: master 「№60952」
Commited by: Vikram K. Mulligan
GitHub commit link: 「9a99040f0cda4fbf」 「№4216」
Difference from previous tested commit:  code diff
Commit date: 2019-09-27 23:51:10

Merge pull request #4216 from RosettaCommons/vmullig/add_options_to_simple_cycpep_predict_incremental_merge1 Incremental merge #1 of improvements to simple_cycpep_predict. This adds support for automatically computing RMSD and PNear from the lowest-energy structure sampled rather than from a user-supplied native. This pull request should be merged before pull request #4197.

...


branch: master 「№60951」
Commited by: Jared Adolf-Bryfogle
GitHub commit link: 「035ea544b36ce3f2」 「№4214」
Difference from previous tested commit:  code diff
Commit date: 2019-09-27 16:34:19

Merge pull request #4214 from RosettaCommons/jadolfbr/fix_rabd This PR fixes a major bug that caused the xml interface for RAbD to fail. This also adds a short integration test and an extra setter in the mover.

Rocco Moretti 5 years
Bisection isn't complete yet, but this commit likely broke the integration.ubsan test. (https://b3.graylab.jhu.edu/test/553770). Generally this particular failure is related to an uninitialized bool variable.
...


branch: master 「№60950」
Commited by: Jing Zhou
GitHub commit link: 「27130602f169674b」 「№4031」
Difference from previous tested commit:  code diff
Commit date: 2019-09-27 11:32:27

Merge pull request #4031 from RosettaCommons/jingzhougithub/add_cst_to_snugdock enable constraints in snugdock

...


branch: master 「№60949」
Commited by: Jeliazko Jeliazkov
GitHub commit link: 「450f4168154cdd04」 「№4249」
Difference from previous tested commit:  code diff
Commit date: 2019-09-27 01:57:39

Merge pull request #4249 from RosettaCommons/lqtza/add_core6_to_xcode_template Fix broken Xcode template

...


branch: master 「№60948」
Commited by: Jack Maguire
GitHub commit link: 「93456a567a8125ca」 「№4242」
Difference from previous tested commit:  code diff
Commit date: 2019-09-26 14:24:44

Merge pull request #4242 from RosettaCommons/JackMaguire/floats_core Revive extras=rosetta_float, part 2 Sequel to #4241 , partial replacement of #4240 Just modifying src/core in this PR

...


branch: master 「№60947」
Commited by: Vikram K. Mulligan
GitHub commit link: 「e2d67bffe8a01fd1」 「№4247」
Difference from previous tested commit:  code diff
Commit date: 2019-09-25 13:57:47

Merge pull request #4247 from RosettaCommons/vmullig/fix_bind2nd_error Fix MacOS/clang compilation error due to deprecated std::bind2nd(). Dropping in the following as a replacement: ```c++ //std::bind2nd( &myfxn, old_parameter ); std::bind( &myfxn, std::placeholder::_1, old_parameter ); ```

...


branch: master 「№60946」
Commited by: Yang Hsia
GitHub commit link: 「22b523d13be504fd」 「№4212」
Difference from previous tested commit:  code diff
Commit date: 2019-09-24 19:15:51

Merge pull request #4212 from RosettaCommons/yhsia/asu_output -output_only_asymmetric_unit to preserve PDBInfoLabel and filter comments

...


branch: master 「№60945」
Commited by: Rocco Moretti
GitHub commit link: 「04d3e581085629b0」 「№3770」
Difference from previous tested commit:  code diff
Commit date: 2019-09-24 11:07:52

Merge pull request #3770 from RosettaCommons/roccomoretti/const_restype_split Split ResidueType into separate modifiable and "finalized" classes. Our current ResidueType layout leaves something to be desired. Right now we have an odd prefinalized/finalized state distinction in a single class, with a whole host of duplicated data which may-or-may not be valid based on the (semantic and non-queriable) state of ResidueType. To fix this, I'm splitting the ResidueType into two (three if you count the common base class). The vast majority of usage with be of the (always-finalized) plain ResidueType class, which has the conventional name-and-index implementation, with an internal struct-of-arrays layout. For most people, the interaction with ResidueTypes will be the same. What does change is the interface for people who are modifying ResidueTypes. These people don't work with the plain ResidueType class, but with a new ModResidueType class, which uses VD's (and names) as the primary accessor, with atomic information represented in a graph. (While there is an implicit atom order, accessing by index is highly discouraged in favor of the VD interface, as atoms could be added/deleted at any time, and there isn't necessarily the same bb/sc/hydro order that the plain ResidueType has.) The only way to make a (non-modifiable) ResidueType is through building and converting a ModResidueType. (You can also convert a plain ResidueType back to a ModResidueType for further alteration.) The ResidueType factory function/constructor takes over the function of the (now-removed) finalize() function. (A common base class which stores non-atom-dependent data simplifies things.) This should make working with (Mod)ResidueTypes in their modifiable form easier, as there's less redundant information, and all information there is should all be valid and up-to-date throughout the lifetime. (Versus some data/functions being contingent on being finalized.) A side effect should be that ResidueTypes become slightly smaller (as they no longer have redundant atom information), and that compilation times become shorter because ResidueType no longer has to include the highly-templated boost::graph headers. (These are limited to the ModResidueType class, which is included in many fewer compilation units.)

...


branch: master 「№60944」
Commited by: Rocco Moretti
GitHub commit link: 「dffa7ecdbaabcae8」 「№4246」
Difference from previous tested commit:  code diff
Commit date: 2019-09-24 10:13:39

Merge pull request #4246 from RosettaCommons/roccomoretti/silent_warning_update Update number-of-atoms-differ silent file message. Give better/additional information about potential causes.

...


branch: master 「№60943」
Commited by: Andrew Leaver-Fay
GitHub commit link: 「bd4d9acbca68f827」 「№4238」
Difference from previous tested commit:  code diff
Commit date: 2019-09-23 09:23:11

Merge pull request #4238 from RosettaCommons/aleaverfay/sjq_ilj_construction_bug Fixing bug w/ MSRS following JD3 refactor (Issue #4234). The MRSJobQueen had operated with the knowledge/assumption that the job_node index stored in the StandardInnerLarvalJob referred to the preliminary job node from which the later job node descended. The When the JD3 refactor went through back in January, the JobExtractor began using the job-node index stored in the InnerLarvalJob to record the node of origin for a job. The logic for when you declare one job node complete and move on to the next job node depended on the proper labeling of InnerLarvalJobs with their node of origin. However, multistage rosetta scripts was not labeling ILJ's with the job node but instead with the preliminary job node. This meant that multistage rosetta script jobs stopped working; it seems likely that everyone who has tried to use MSRS since January would have been unable to get it to run properly. (Thanks @odaunc for bringing this bug to Jack's and my attention!) It turns out that the integration tests for multistage_rosetta_scripts were not failing before because they were run using the VanillaJobDistributor, and the VanillaJobDistributor is so simple that it does not use the JobExtractor at all. In order to test JD3 applications in single threaded code, I'm making the VJD as similar as possible to the other JDs (Thanks for this suggestion, @JackMaguire ). It was a good thing I did this! It turns out that MRSJQ has/had a different idea of what the JobDAG would look like from the SJQ. The MRSJQ thinks that an n-stage protocol should have n nodes in the JobDAG. The SJQ thinks that if there are m input Poses, that the first m nodes in the JobDAG will represent one input Pose apiece. The VJD-version of the MRS integration test was exiting with an assertion failure. There's actually a one-line solution to this inconsistency/discrepancy, in job-dag philosophy, which is that when the MRSJQ calls the SJQ::create_and_init_inner_larval_job_from_prelim for the very first stage, the MRSJQ should pass "1" for the job-node index. (This "fix" is relative to earlier in this PR, because I am the one to have put the wrong value for this parameter.) This means that the InnerLarvalJobs that the SJQ constructs for the preliminary-job-node will have a different job-node index than the InnerLavalJobs that the MRSJQ constructs and that will actually be used to construct LarvalJobs. This discrepancy likely has no consequences, but should be noted. This PR causes several cosmetic integration test changes as all JD3 applications now will use the JobExtractor and the JobExtractor is more verbose in its interactions with the JobQueen.

...


branch: master 「№60942」
Commited by: Jack Maguire
GitHub commit link: 「85b7e01ca038e87a」 「№4241」
Difference from previous tested commit:  code diff
Commit date: 2019-09-21 09:23:56

Merge pull request #4241 from RosettaCommons/JackMaguire/floats_protocols #4240 is a monster, so @lyskov had the great idea to divide it up into multiple merges. This PR only merges the code in src/protocols and a handful of upstream files in src/numeric. Here, we are replacing doubles with core::Reals and hoping no tests fail.

...


branch: master 「№60941」
Commited by: Patrick Salveson
GitHub commit link: 「b1784e3eb15f601c」 「№4235」
Difference from previous tested commit:  code diff
Commit date: 2019-09-20 14:10:55

Merge pull request #4235 from RosettaCommons/psalveso/beta_phi_selector PhiSelector selects both alpha and beta AAs

...


branch: master 「№60940」
Commited by: Daniel Farrell
GitHub commit link: 「f3cd88e4837a35eb」 「№4233」
Difference from previous tested commit:  code diff
Commit date: 2019-09-19 02:40:11

Merge pull request #4233 from RosettaCommons/danpf/fix_static_build update static builds to core.6 split

...


branch: master 「№60939」
Commited by: Daniel Farrell
GitHub commit link: 「be849b1d783d2578」 「№4230」
Difference from previous tested commit:  code diff
Commit date: 2019-09-18 10:56:34

Merge pull request #4230 from RosettaCommons/danpf/rosettaES_script_2to3 convert rosetta EnumerativeSampling script from python2 to python3

Vikram K. Mulligan 5 years
Note: The debug-mode simple_cycpep_predict test jumped from 48 minutes (last good run) to 78 minutes (this run).
...


branch: master 「№60938」
Commited by: Julia Koehler Leman
GitHub commit link: 「4a130c306224cefe」 「№4223」
Difference from previous tested commit:  code diff
Commit date: 2019-09-18 10:38:26

Merge pull request #4223 from RosettaCommons/zivba/FPD_scientific FlexPepDock scientific test from Ziv. Thanks, Ziv!

...


branch: master 「№60937」
Commited by: Vikram K. Mulligan
GitHub commit link: 「d6e940ba64c067d9」 「№4225」
Difference from previous tested commit:  code diff
Commit date: 2019-09-18 02:15:56

Merge pull request #4225 from RosettaCommons/vmullig/no_nbr_atom_error Adding check for NBR_ATOM and NBR_RADIUS lines in params files. Currently, a params file without a NBR_ATOM line results in a very cryptic error when you try to score a pose containing that residue. Since a params file is really a Rosetta input, and users might provide their own, this isn't ideal: we should have proper error-handling with an informative error message if badly-formatted or incomplete inputs are provided. This pull request adds an explicit check for NBR_ATOM and NBR_RADIUS lines on params file read.

...


< 1 .. 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 .. 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