branch: master 「№61608」
Commited by: Rocco Moretti
GitHub commit link: 「551c4818621a531b」 「№5303」
Difference from previous tested commit:  code diff
Commit date: 2021-03-29 20:32:46

Merge pull request #5303 from RosettaCommons/roccomoretti/membrane_in_pose Move old-style membrane info printing from tracer to Pose. Turn the noisy membrane output to debug level, and stick the info in the pose instead. The most recent set of info gets overwritten in the pose. In-Tracer output can be recovered with the option `-out:levels core.scoring.MembranePotential:debug`. To enable this in an easy-to-use fashion, Pose comments are now written to output PDBs when they're present. (They were already included in silent files.) Pose-comment read-in is still controlled by an option.

...


branch: master 「№61607」
Commited by: Sergey Lyskov
GitHub commit link: 「3c7c8ca0dddd4de6」 「№5319」
Difference from previous tested commit:  code diff
Commit date: 2021-03-29 19:35:28

Merge pull request #5319 from RosettaCommons/sergey/f fixing issues with Python-3 PyMOL scripts

...


branch: master 「№61606」
Commited by: Rocco Moretti
GitHub commit link: 「9cfcb2b83f948a44」 「№5310」
Difference from previous tested commit:  code diff
Commit date: 2021-03-29 13:31:04

Merge pull request #5310 from RosettaCommons/roccomoretti/speedup_glycopeptidedocking Speed up glycopeptide docking integration tests. The glycopeptide docking tests have been timing out on the test server with a magenta failure for some time now. These can be sped up (for the integration test, at least) by reducing the number of cycles being used in the refinement. Add options to permit this, and use them in the integration tests.

...


branch: master 「№61605」
Commited by: Brahm Yachnin
GitHub commit link: 「58921fe0a40fe202」
Difference from previous tested commit:  code diff
Commit date: 2021-03-28 18:06:31

RosettaAI: Setting rosetta_scripts_scripts submodule to latest origin/master version.

...


branch: master 「№61604」
Commited by: Vikram K. Mulligan
GitHub commit link: 「1c80030ac3dddd13」 「№5309」
Difference from previous tested commit:  code diff
Commit date: 2021-03-28 00:51:40

Merge pull request #5309 from RosettaCommons/vmullig/trRosetta_into_Rosetta_incremental_merge_2 Incremental merge 2 for putting trRosetta into Rosetta This merge adds the trRosettaConstraintGenerator and all its associated test files. It must be merged prior to pull request #5119. - [x] Pull request #5308 must be merged before this one. - [x] Need to fix a few test failures. - [x] Andy caught a bug: a3m files that contain a comment line that starts with an octothorp cause NaN errors. (And HHBlits produces a3m files with an initial comment line starting with an octothorp.) As a guide, once PR #5308 is merged, the stuff in this diagram that's in protocols.2 or basic will be in master already. This PR adds the trRosettaConstraintGenerator. The trRosettaProtocolMover, the trRosetta application, and the modifications to the AbinitioRelax application will be in a subsequent PR. ![image](https://user-images.githubusercontent.com/4205776/112569688-08256000-8dbb-11eb-8cfc-2eb28fe9d3dc.png)

...


branch: master 「№61603」
Commited by: Rocco Moretti
GitHub commit link: 「ed6a5560506cfd32」 「№5307」
Difference from previous tested commit:  code diff
Commit date: 2021-03-26 17:09:25

Merge pull request #5307 from RosettaCommons/roccomoretti/fix_advanced_docking Python3 updates in tools dir. This should hopefully fix the advanced_protein-protein_docking test on the test server.

...


branch: master 「№61602」
Commited by: Rocco Moretti
GitHub commit link: 「14730b1d0b988c5b」 「№5306」
Difference from previous tested commit:  code diff
Commit date: 2021-03-26 17:08:44

Merge pull request #5306 from RosettaCommons/roccomoretti/fix_clang_tidy_RNA Fix issue with Clang Tidy in RNA_CoarseDistEnergy in master. Virtual is redundant with override.

...


branch: master 「№61601」
Commited by: Vikram K. Mulligan
GitHub commit link: 「699ec9c33a981997」 「№5308」
Difference from previous tested commit:  code diff
Commit date: 2021-03-26 04:08:27

Merge pull request #5308 from RosettaCommons/Rosetta/trRosetta_into_Rosetta_incremental_merge_1 Incremental merge 1 for trRosetta integration into Rosetta This PR attempts to pull the basic trRosetta calculator functionality (the `trRosettaProtocolBase` and `trRosettaProtocol_v1` classes) into their own pull request, along with all the test files for this base functionality, while leaving the mover and constraint generator (and all of their tests) for a later pull request. It is intended to be merged before pull requests #5119 and #5309. As a guide, the infrastructure in basic in this image is already in master. This PR adds the stuff in protocols.2. Subsequent PRs will add the stuff that's higher up. ![image](https://user-images.githubusercontent.com/4205776/112569688-08256000-8dbb-11eb-8cfc-2eb28fe9d3dc.png)

...


branch: master 「№61600」
Commited by: Thomas Linsky
GitHub commit link: 「e7954d66c7692e9c」 「№5240」
Difference from previous tested commit:  code diff
Commit date: 2021-03-25 15:54:04

Merge pull request #5240 from RosettaCommons/tlinsky/update_denovo_design Update de novo fold architect code

...


branch: master 「№61599」
Commited by: Vikram K. Mulligan
GitHub commit link: 「6fe67310248c335b」 「№5225」
Difference from previous tested commit:  code diff
Commit date: 2021-03-24 21:59:47

Merge pull request #5225 from RosettaCommons/vmullig/citations_in_rosettascripts_info Ensure that the RosettaScripts -info flag writes out citation information as well. This was requested by someone a while back. TODO: - [x] Add functions to get citations for all relevant modules. - [x] Conversion function in `CitationManager` that takes a `CitationCollectionList` and writes human-readable citations to a `std::ostream`. - [x] Beauty. - [x] Check integration tests. - [x] Pull request #5224 must be merged before this one.

...


branch: master 「№61598」
Commited by: Vikram K. Mulligan
GitHub commit link: 「976bc1819fa86e42」 「№5301」
Difference from previous tested commit:  code diff
Commit date: 2021-03-24 17:51:52

Merge pull request #5301 from RosettaCommons/vmullig/init_native_in_rosettascripts Ensuring that movers have access to the native pose in RosettaScripts Currently, the ParsedProtocol's native pointer is never set, so `Mover::get_native_pose()` returns `nullptr`. This corrects that. At least one integration test changes (I now see GDT and RMSD being calculated in the Enzrevert_xml test, which is good). This PR also switches a few uses of `new` to `make_shared`. This may account for some random trajectory changes seen in the integration tests. This PR should be merged before #5119, which adds trRosetta into Rosetta.

...


branch: master 「№61597」
Commited by: Vikram K. Mulligan
GitHub commit link: 「84c211018eb4bbb5」 「№5224」
Difference from previous tested commit:  code diff
Commit date: 2021-03-24 17:11:19

Merge pull request #5224 from RosettaCommons/vmullig/citations_for_constraint_generators Add support for CitationManager citations to the ConstraintGenerators `ConstraintGenerators` are also RosettaScripts-scriptable. This PR ensures that their published references or unpublished author information are written out when they are used. This PR is a prerequisite for PR #5119, which puts trRosetta into Rosetta. Tasks: - [x] Add `provide_citation_info()` virtual function to `ConstraintGenerator` base class. - [x] Ensure that RosettaScripts/JD2 read this and register citations with the `CitationManager`. - [x] Add unpublished author info to the unpulblished constraint generators. - [x] Add `ConstraintGenerator` support to the RosettaScripts `-info` flag. - [x] Add a `ConstraintGenerator` example to the RosettaScripts `-info` integration test. - [x] Figure out why the output is currently empty and fix. --> ConstraintGenerator xsds were being assigned a funny name. Corrected now. - [x] Beauty. - [x] Check tests.

...


branch: master 「№61596」
Commited by: Vikram K. Mulligan
GitHub commit link: 「2be8bddcb7b92347」 「№5300」
Difference from previous tested commit:  code diff
Commit date: 2021-03-24 17:09:15

Merge pull request #5300 from RosettaCommons/revert-5293-vmullig/shush_membrane_potential Revert "Switching some noisy tracer output in the MembranePotential to debug output." @jkleman informs me that currently, this is the only way to get membrane information out. In the future, we should ensure that this is written out with the pose instead of to the tracer, but for now, we'll revert this. The discussion on the PR: Rocco: @jkleman What's the use case here? What are you using the results thus printed for, and how often do you need it? If it's not a frequent use case, simply adding -out:levels core.scoring.MembranePotential:debug to your command line when you need it should result in things printing like they did. If it is a frequent use case, then we probably should seriously consider better ways of getting the info, other than voluminous tracer printing. Me: I think it is a frequent use case. I agree: relying on tracer output for essential information is a bad idea. Best would be writing to the pose (on PDB output) and storing in binary silent files, but I don't have time to implement that at the moment, so temporarily I wanted to restore the old status quo. Julia: @roccomoretti yes, it's a frequent use case. For anyone using the old RosettaMembrane code, the tracer output is the only way to get the membrane information, i.e. how the protein is embedded into the membrane. Best case would be to put it into the pose directly but fixing this hasn't been the highest priority on my TODO list. This does not affect the new RosettaMP framework. So we'll come up with a better solution at some point, but for now we'll just make do with noisy tracers.

...


branch: master 「№61595」
Commited by: Rocco Moretti
GitHub commit link: 「db2473f1d6d5e9d0」 「№5286」
Difference from previous tested commit:  code diff
Commit date: 2021-03-23 09:22:08

Merge pull request #5286 from RosettaCommons/roccomoretti/DEER_abs Fix potential rounding in DEEROverlapMethod Clang 10 indicates issues with the abs() being used, as it's the C library (integer) abs() function, rather than the overloaded C++ library one. ("using integer absolute value function 'abs' when argument is of floating point type"). Prepending std:: should fix this. (If integer truncation is desired, then we should be more explicit about it.)

...


branch: master 「№61594」
Commited by: Andy Watkins
GitHub commit link: 「f15a3acf0ce8e1e8」 「№4083」
Difference from previous tested commit:  code diff
Commit date: 2021-03-23 03:25:02

Merge pull request #4083 from RosettaCommons/everyday847/tinyfold_rosetta Expand coarse_rna for toyfold model

...


branch: master 「№61593」
Commited by: Vikram K. Mulligan
GitHub commit link: 「8f53ba16bf3c5f07」 「№5236」
Difference from previous tested commit:  code diff
Commit date: 2021-03-23 03:05:44

Merge pull request #5236 from RosettaCommons/vmullig/hb_cen_soft_options Allow the hb_cen_soft option to be set from code without relying on the global options system. This is a prerequisite for getting trRosetta into Rosetta (e.g. for use by Foldit).

...


< 1 .. 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 .. 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