Merge pull request #5921 from RosettaCommons/JackMaguire/QOLSeleFuncs
This PR lets you call selector.selection_positions( pose ) directly to get a list of selected resids. I also added the equivalent feature for JumpSelectors
Thanks Jared for the review!
notify author
notify list [rosetta-logs@googlegroups.com]
Merge pull request #5909 from RosettaCommons/aleaverfay/fix_lr_bg_energy_accum_in_pack_daemon
Fixing a bug in MSD background long-range energy calc; only affected multistate
design runs.
Previously, long range two body energies for pairs of background residues
were not being accumulated into the background_energies_ which would lead
to 1) inaccurate representation of total energies of the states that
were being repacked and 2) a significant delta between those states and
poses that were not being packed at all.
This affected both the disulfide and rama_prepro terms.
Vikram K. Mulligan 3 years Note: this merge seems to have introduced a submodule regression.
Andrew Leaver-Fay 3 years I've spent all evening trying to figure this out, but as far as I can tell, the last time the rosetta_scripts_scripts submodule changed was with your commit 3 days ago, Vikram, which looks intentional.
https://github.com/RosettaCommons/main/commit/6b86053d25f8a318b4752cea116bffdd08982ec5
notify author
notify list [rosetta-logs@googlegroups.com]
Merge pull request #5916 from RosettaCommons/vmullig/fix_new_macos_errors
Fix issues flagged by latest clang on MacOS
The new version of clang on MacOS flags a bunch of issues in the code. Fixing these so that I can finish pull request #5915.
notify author
notify list [rosetta-logs@googlegroups.com]
Merge pull request #5914 from RosettaCommons/revert-5573-vmullig/citation_info_in_docs
Temporarily revert "Ensure that the CitationManager exports citation information in the auto-generated documentation"
Reverts RosettaCommons/main#5573
This PR created the following problems:
- Unit tests time out on older hardware.
- Profile tests use more memory.
Both are likely due to some subset of movers, filters, etc. loading large amounts of data on instantiation (since all movers, filters, etc. are now instantiated once during XSD generation). This likely needs to be fixed before re-merging this.
@JackMaguire @roccomoretti
notify author
notify list [rosetta-logs@googlegroups.com]
Merge pull request #5888 from RosettaCommons/BYachnin/add_setters_for_sheettopology_helixkink
Add getters and setters to HelixKinkFilter and SheetTopologyFilter
These classes have very little in the way of getters and setters to access and modify member data. This makes it tricky to use natively in PyRosetta without XML parsing. This PR simply adds getters and setters to the classes. Thanks Vikram for the review.
notify author
notify list [rosetta-logs@googlegroups.com]