Merge pull request #6021 from RosettaCommons/woodsh17/mem_geo_pore
MP pore compatible with FaMPEnv and FaMPSolv score terms
New membrane geometries compatible with franklin2019 score function
notify author
notify list [rosetta-logs@googlegroups.com]
Merge pull request #6425 from RosettaCommons/guangfeng/galiganddock_vsx_update
Added options to report the number of hydrogen bonds between the ligand and selected residues.
notify author
notify list [rosetta-logs@googlegroups.com]
Merge pull request #6421 from RosettaCommons/vmullig/update_layer_selector_xsd
Update the XSD for the Layer selector.
It drives me nuts having to search through the code for the default values. This fills in some "XRW TO DO" lines.
notify author
notify list [rosetta-logs@googlegroups.com]
Merge pull request #6419 from RosettaCommons/guangfeng/galiganddock_vsx_update
Added the following major updates in GALigandDock:
1. Added template docking in GALigandDock. When a template complex structure is provided, GALigandDock will align ligands to the template ligand using maximum common substructure from RDKit with slight perturbation in non-aligned torsions and rigid body. Atom feature alignment is also performed after template alignment;
2. Added a simple entropy model to estimate the ligand entropy using the number of rotational bonds in a ligand;
3. Added buried unsatisfied hydrogen bonds estimation in GALigandDock;
4. A few minor bugfixes and code improvements.
notify author
notify list [rosetta-logs@googlegroups.com]
attaching glycans to other residues (#6415)
* An edit of the SimpleGlycosylateMover so that a linker atom can be specified on the residue to be glycosylated. Even the wrong atom, so long as it is in the residue, triggers a change in the code pathway so users will need to be cautious. Rosetta still finds the right patch for the residue if it exists and is functional (and it is the only glycosylation-related patch for that residue). There is an onus on the user to check functionality when using the new feature; old features perform the same.
* Adding an integration test to test the functionality of the mover.
notify author
notify list [rosetta-logs@googlegroups.com]
Merge pull request #6418 from RosettaCommons/roccomoretti/gcc13
Fix compilation for GCC 13.1
Address a bunch of warnings which popped up.
GCC 13 seems to have some more aggressive settings on warnings, which resulted in a number of warnings which can't directly be fixed. For now I've just turned off treating those warnings as errors in the compilation settings. If other people want to take a look at figuring out a work-around, I encourage them to do so.
notify author
notify list [rosetta-logs@googlegroups.com]
Merge pull request #6336 from RosettaCommons/roccomoretti/fix_slrl_patched
Fix issue with PDB_ROTAMERS for NCAAS.
Using PDB_ROTAMERS conformer files with NCAAs has an issue when you have patched residues (e.g. terminal).
Because the C-terminus patch adds an additional heavy atom, that causes the SingleLigandRotamerLibrary to hard exit.
Update the code to be more forgiving about missing atoms in the rotamers file, though attempt to maintain a hard error if we're missing conformer-defining atoms. (This will hopefully catch issues where the entire conformer file is malformed.)
notify author
notify list [rosetta-logs@googlegroups.com]
Merge pull request #6408 from RosettaCommons/moritzertelt/SetTemp_add_Metric
Adds an option to the the RunSimpleMetrics mover to set the values of a PerResidueRealMetric to the pdb_info()->temperature, which than ends up in the b-factor column of the output pdb. This makes it easy to visualize the values of a per residue metric using PyMol/ChimeraX.
notify author
notify list [rosetta-logs@googlegroups.com]