Merge pull request #4126 from RosettaCommons/roccomoretti/fix_clang_8.0
Fix warnings when compiling with Clang 8.0
We were summing a string literal with an integer, which probably wasn't what we wanted to do.
notify author
notify list [rosetta-logs@googlegroups.com]
Merge pull request #4127 from RosettaCommons/JackMaguire/code_templates
Slight changes to code templates. Thanks to Jared and Vikram for the approvals!
notify author
notify list [rosetta-logs@googlegroups.com]
Merge pull request #4110 from RosettaCommons/jadolfbr/mmtf_pose_output
This PR adds an mmTFPoseOutputter and spec for JD3 output. It also adds directory creation during output (write_output) functions in the outputters. A bit of cleanup here and there.
notify author
notify list [rosetta-logs@googlegroups.com]
Merge pull request #4059 from RosettaCommons/rfalford12/membrane-pyrosetta-sci-benchmark
Membrane energy function scientific benchmarks part #3: ddG of mutation
=====
This pull request will add the ddG of mutation scientific benchmark tests for membrane energy functions. This test is part of a suite of four tests that can be used to compare implicit membrane models, and have been most recently used to demonstrate sizeable scientific improvements by franklin2019.
notify author
notify list [rosetta-logs@googlegroups.com]
Merge pull request #4119 from RosettaCommons/JWLabonte/tracers
AtomTree: Changing tracer volume on something that is not really an error
This merge will silence an error message given when the AtomTree cannot find a DoF for a torsion angle, even though the atoms exist. This often occurs in the case of cyclic systems. The way the code is currently written, Conformation will simply calculate the angles on the fly in such a case, so there is no need to report an error; Rosetta can handle this case just fine. If it can't, such as if being asked to minimize that DoF, it will fail later anyhow with a clear error message.
This merge will change about three dozen integration tests, which are currently outputting these errors while actually running to completion without any issue.
All unit tests pass. I have checked all integration test changes, and they are as expected.
notify author
notify list [rosetta-logs@googlegroups.com]