PyRosetta.notebooks
PyRosetta.notebooks copied to clipboard
Jupyter Notebooks for learning the PyRosetta platform for biomolecular structure prediction and design
Fixed typo in step 3: accepting/rejection move
Hi team, Thanks for a great resource. I've been struggling for a few days to troubleshoot this issue. I'm getting a very cryptic index error when trying to run the...
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...
clarify the input file is in inputs/
Hi, I am using Pyrosetta to model different peptides in low and high resolution with algorithms such as CCD and KIC and so far it is working fine. Even though...
What is really missing is an example of snugdock usage with pyrosetta
Creating the second fast relax object without setting its scorefunction and attempting to apply it will create a segmentation fault. Also the import for fast relax is above in the...
The following two sections are missing. Chapter 1.0 How to Get Started 1.1 PyRosetta Google Drive Setup 1.2 PyRosetta Google Drive Usage Example But maybe there's a reason for that?...
Hi PyRosetta team, I encountered a Python version conflict issue when initializing PyRosetta in google colab (when running: from pyrosetta import * and init() code block). I was wondering if...