Skip to main content
PyRosetta Interface
License: PyRosetta is licensed under Custom (PyRosetta Software License) and has restrictions around commercial use and may require explicit attribution when utilized. Please refer to the license for full terms.

This constraint is open source. Any third-party models, product names, or trademarks referenced are the property of their respective owners, and Proto is not affiliated with them.


Go to Tool Page
evo-design/proto-language/proto_language/constraint/protein_structure/pyrosetta_interface_constraint.py
View source
Copy citation
Constraint contributors
Score PyRosetta interface metrics from attached complex structures.

API Reference

ConfigPyRosettaInterfaceConfig Source
Configuration for PyRosetta interface metric scoring.
List[string]
Target-side chain labels in the attached complex structure.
string
default:"B"
Binder chain label in the attached complex structure.
enum
default:"interface_dG"
PyRosetta interface metric to score.Options: interface_sc, interface_hbonds, interface_dG, interface_dSASA, interface_packstat, interface_hydrophobicity, surface_hydrophobicity, delta_unsat_hbonds
enum
default:"lower"
Whether higher or lower metric values are better.Options: higher, lower
number
default:"-10.0"
Metric value treated as satisfied.
number
default:"10.0"
Metric distance from desired value at which the score reaches 1.
PyRosettaInterfaceAnalyzerConfig
PyRosetta interface analyzer configuration.

Usage

python

Metadata