RosettaCommons / PyRosetta.notebooks

Jupyter Notebooks for learning the PyRosetta platform for biomolecular structure prediction and design
https://rosettacommons.github.io/PyRosetta.notebooks/
MIT License
447 stars 145 forks source link

How to customize the scoring function? #78

Open HGX-001 opened 2 years ago

HGX-001 commented 2 years ago

For example, I want to use python to customize a dynamic custom scoring function on top of the scoring function that comes with pyrosetta, and I've looked at the tutorials and can't seem to find a clear way to solve this problem. A clear answer would be greatly appreciated.