branch: master 「№61768」
Commited by: Sergey Lyskov
GitHub commit link: 「be58cfdca5c2795c」 「№5629」
Difference from previous tested commit:  code diff
Commit date: 2021-10-01 14:48:59

Merge pull request #5629 from RosettaCommons/update_Mcluster_9-30-21 updating ROSIE stabilize-cluster script

...


branch: master 「№61767」
Commited by: Jared Adolf-Bryfogle
GitHub commit link: 「0a7104d1807126ec」 「№5603」
Difference from previous tested commit:  code diff
Commit date: 2021-10-01 12:36:55

Merge pull request #5603 from RosettaCommons/jadolfbr/mrs_fixes Fix some issues with MultistageRosettaScripts This PR fixes the following. - Enable MRS to actually work well with ParsedProtocol and control-flow. - Enable MRS to not have a filter for every stage. If there is no filter, we add a TrueFilter. - Disable all_results_are_not_in. This causes a lot of problems where the job just hangs.

...


branch: master 「№61766」
Commited by: Vikram K. Mulligan
GitHub commit link: 「eb8fb36f113ee288」
Difference from previous tested commit:  code diff
Commit date: 2021-09-29 15:37:15

beautifying

...


branch: master 「№61765」
Commited by: Vikram K. Mulligan
GitHub commit link: 「996f0d3a04d99910」 「№5622」
Difference from previous tested commit:  code diff
Commit date: 2021-09-28 20:21:07

Merge pull request #5622 from RosettaCommons/vmullig/fix_generate_mainchain_potential_copy_constructor Mistake in GenerateMainchainPotential copy constructor. This wasn't properly copying, and was creating a compilation error on Mac/clang. Now it should work properly.

...


branch: master 「№61764」
Commited by: David E Kim
GitHub commit link: 「42cb675926be44c4」 「№5625」
Difference from previous tested commit:  code diff
Commit date: 2021-09-28 19:33:52

Merge pull request #5625 from RosettaCommons/davidekim/fix_structprofilemover Removed unused variable error.

...


branch: master 「№61763」
Commited by: Carson Adams
GitHub commit link: 「ae30c728c0fd1312」 「№5504」
Difference from previous tested commit:  code diff
Commit date: 2021-09-28 18:55:34

Merge pull request #5504 from RosettaCommons/cadams/periodicity Added "edensity::periodicity" boolean for boundary behavior in density coordinates

...


branch: master 「№61762」
Commited by: David E Kim
GitHub commit link: 「92cf66f2391c3f51」 「№5621」
Difference from previous tested commit:  code diff
Commit date: 2021-09-28 16:14:29

Merge pull request #5621 from RosettaCommons/davidekim/fix_structprofile_pilotapp Fixed line that creates StructProfileMover.

...


branch: master 「№61761」
Commited by: David E Kim
GitHub commit link: 「2c78e412924ddd52」 「№5619」
Difference from previous tested commit:  code diff
Commit date: 2021-09-28 14:12:23

Merge pull request #5619 from RosettaCommons/davidekim/cnorn_structprofilemoveradditions Added Chris Norn's code to generate pssm in psiblast format.

...


branch: master 「№61760」
Commited by: Andreas Füglistaler
GitHub commit link: 「edd4d65db8dc9db9」 「№5611」
Difference from previous tested commit:  code diff
Commit date: 2021-09-23 10:36:54

Merge pull request #5611 from RosettaCommons/glis-glis/iphold_integration Integration test for iphold option of ligand_dock

...


branch: master 「№61759」
Commited by: Steven Lewis
GitHub commit link: 「4d5a9693c0319517」 「№5607」
Difference from previous tested commit:  code diff
Commit date: 2021-09-22 20:45:44

Merge pull request #5607 from CyrusBiotechnology/forcommons/hybridize_fix_disulf HybridizeProtocol: expose disulf_file_ internal HybridizeProtocol has two constructors. The default constructor assumes data will come in via XML, and DOES check the value of the fix_disulf flag, storing it into an internal string disulf_file_ for later use. The argumented constructor sets class internals via either the arguments or hardcoded defaults and does NOT check the options system - in fact the code is there, commented out. Cyrus was bitten by this difference. In our fork I am unifying their behavior, but I am uninterested in taking responsibility for making that type of default change globally. (If it were to be properly fixed, HybridizeProtocol should just use a different flag entirely for the purpose; as it is the C++ code in HybridizeProtocol does writing TO the option system to disable this flag during template read-in, because the flag is active at PDB read in time and causes templates to be misread when present...it's, uh, highly nonstandard). Here I expose disulf_file_ via a standard getter/setter and offer a unit tests that checks A) getting and setting work, and B) that the current constructor behaviors are maintained. I'm fine if RosettaCommons chooses to change the constructor behaviors to match each other in a subsequent PR (I will be doing so in our fork). I fixed the const & ness of the argumented ctor as a side effect; it made writing the unit test simpler because you can't pass a const string to a nonconst ref argument. TY sergey for kicking windows tests and Rocco for prompt review

...


branch: master 「№61758」
Commited by: Morgan Nance
GitHub commit link: 「6d633abfadc90b09」 「№5609」
Difference from previous tested commit:  code diff
Commit date: 2021-09-21 18:13:01
scientific.sb_talaris13_docking scientific.sb_talaris13_fast_design

Merge pull request #5609 from RosettaCommons/mlnance_newline_patch Remove a newline in ScoreFunctionFactory

...
Test: linux.clang.scientific.sb_talaris13_docking

 View log

Loading...

 View log in dialog  View log in log in separate window


branch: master 「№61757」
Commited by: Andrew Leaver-Fay
GitHub commit link: 「1cdf90890c543030」 「№5184」
Difference from previous tested commit:  code diff
Commit date: 2021-09-20 16:36:21
scientific.sb_talaris13_docking

Merge pull request #5184 from RosettaCommons/aleaverfay/rs_schema_validator_singleton2 This commit adds a new singleton to construct the schema for RosettaScripts and to then hold the (expensive to construct) XMLSchemaValidator. This validator can then be requested repeatedly without requiring the costly construction of the schema or the costly construction of the validator. This should make repeated calls to the XMLObjects' methods much faster. Thanks @weitzner for hashing out this idea with me. Thanks @bkuhlman for bringing the problem to our attention. This is the alternative fix to the issue that PR #5179 was meant to address

...


branch: master 「№61756」
Commited by: James Eastwood
GitHub commit link: 「597e00b9557d50b5」 「№5592」
Difference from previous tested commit:  code diff
Commit date: 2021-09-17 15:31:45
scientific.sb_talaris13_docking

Merge pull request #5592 from RosettaCommons/jameseastwood/generalize_SequenceSymmetricAnnealer Generalize the SequenceSymmetricAnnealer to work with noncanonical residues

...


branch: master 「№61755」
Commited by: Henry Solberg
GitHub commit link: 「fb9c196193f2bc14」 「№5593」
Difference from previous tested commit:  code diff
Commit date: 2021-09-14 16:14:06

Merge pull request #5593 from RosettaCommons/solberg/foldit_reconciliation Old changes from Foldit that never got reintegrated into master

...


branch: master 「№61754」
Commited by: Jared Adolf-Bryfogle
GitHub commit link: 「3d716bec18969c3c」 「№5597」
Difference from previous tested commit:  code diff
Commit date: 2021-09-14 12:18:42

Merge pull request #5597 from RosettaCommons/jadolfbr/quick_fix2 Clean up code templates and fix score terms that were scoring virtual residues

...


branch: master 「№61753」
Commited by: Vikram K. Mulligan
GitHub commit link: 「28d4aa0ee0004549」 「№5596」
Difference from previous tested commit:  code diff
Commit date: 2021-09-14 03:33:16
scientific.sb_talaris13_docking

Merge pull request #5596 from RosettaCommons/vmullig/fix_single_residue_helix_error Fix spurious error in helical_bundle_predict when PsiPred predicts a single isolated residue of helix. The `helical_bundle_predict` application was being a bit too strict in its checks when new helices were defined. One check was producing an error if the last residue index of the helix was not strictly greater than the first residue index. This is unnecessarily strict since the rest of the code tolerates one-residue helices just fine: if extension beyond the defined helices is allowed, then nucleation at a single residue of helix produces one turn of helix (four helical residues), and if extension is _not_ allowed, then nucleation fails but the program continues on happily. Since PsiPred sometimes predicts a single residue to be helical, this check was creating spurious errors in a lot of structure prediction attempts. This pull request relaxes the check, so that now it checks that the end residue index is greater than _or equal to_ the start residue index in a helix. This also updates the documentation submodule to point to the latest master of the documentation repo.

...


< 1 .. 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 .. 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