You are here
Unsolved
The problem hasn't been solved
Question about py import rosetta.core
When I run the py file,it occured:
from rosetta.core.scoring.sasa import SasaCalc
ModuleNotFoundError: No module named 'rosetta.core'
I don't know how to handle it, thanks for every help
Questions of Cartesian_ddG calculation in PyRosetta
Dear All,
I am new to PyRosetta and I am trying to calculate the ddG after point-mutation. The calculation logic is like the following:
1) clean the pdb file and use cartesian relax to minimize its energy
2) perform the point mutation with mutate_residue() function
3) calculate the score before and after the mutation to gain the ddG
However, the ddG data I got was always positive values and have large differences from the benchmark.
I need help with cst file the paper: De Novo Computational Design of Retro-Aldol Enzymes
How i can do cst file this theozyme?
Collect data about the modelling
Design strategy - One chain at a time OR two chains together?
Hello folks,
this is a conceptual question.
The protein I am working with has 2 domains (2 chains), and I would like to redesign part of the surface of each domain AND the interface between those domains.
I see two possibilities here (maybe there are more):
Option #1- Break the design into three smaller problems - i.e., design only chain A, then design only chain B, and finally, design the interface (5 residues + 7 residues + 11 residues).
Protein design: Ligand binding between two units of a homodimer
any examples of calling SnugDock from pyrosetta?
I am writing a python script that will do docking for my antibody-antigen samples, however, I could not find any SnugDock code examples with pyrosetta. Could you please give at least one?
ERROR: APBS failed to generate the result file.
Hello all,
I am running the protocol from here https://github.com/LPDI-EPFL/RosettaSurf/tree/main/scripts/interleukin_benchmark. The .xml script works fine however I keep getting the following error at the end:
simple_cycpep_predict with N-term acetylation
Hi all,