You are here

Unsolved

The problem hasn't been solved

Robetta

Category: 
Fragment Generation

I want to create Robetta locally on my high-powered home computer. Does anyone have detailed instructions on how to do this?

I would appreciate any help!

 

Post Situation: 

Error running D100_Docking.py

Category: 
Docking

Hello,

So I am trying to run the D100_Docking.py on PyRosetta4 that I have installed on Windows 10 Bash shell. I am just trying to use the script as is before attempting my own PDB files. Below is what I did, along with the errors:

 

Any help is greatly appreciated!

 

(base) jrodriguez@DESKTOP:/mnt/c/Windows/system32$ cd /mnt/c/Users/jrodriguez/Documents/PyRosetta4

Post Situation: 

Hydrogen Bonding Distances and Atom identification

Category: 
Scoring

We are using PyRosetta 2.83 to identify hydrogen bonds between atoms.  For example, take the following code:

pose = pose_from_pdb("/Users/kmolloy/Downloads/2ezk.pdb")
hbond_set = pose.get_hbonds()
hbond_set.show(pose, 5)
hbond_set.show(pose,7)

This results of running this code are shown below:

Post Situation: 

Error using ddg_monomer application (Assertion `pose.residue(resnum).name1() == wt` failed)

Category: 
Scoring

Hi, I've unsuccessfully tried to run ddg_monomer app. I want to study the estability of a small protein after some mutations. I have used a pre-minimized pdb file as an input file, but I have the following error (last lines):

apps.public.ddg.ddg_monomer: reading in mutfile
apps.public.ddg.ddg_monomer: wt is N resnum is 25 and mut is P
apps.public.ddg.ddg_monomer: wt is Y resnum is 60 and mut is H

Post Situation: 

How to provide multiple templates for Robetta with RosettaCM option?

Category: 
Structure prediction

The FAQ of robetta said "You can load multiple templates, modify the alignments, add constraints, and more before submitting.“ However, I cannot find the option for loading multiple templates on the Robetta webserver. Is that possible?

Post Situation: 

RosettaCM: threading okay, but hybridize loses many secondary structure

Category: 
Structure prediction

I use two templates to run the RosettaCM, each template representing different parts of the target. The threading step can retain most of the secondary structure. However, when doing the hybridize step, one part in the target loses half of its beta-sheets. Is this a common issue?

Post Situation: 

RosettaCM: "Ligands must be added to all templates"

Category: 
Structure prediction

The RosettaCM requires Ligands must be added to all templates with a non-zero weight in the XML file!

In my case, the templates represent different parts of the target, so some template includes the ligand while some template does not. Do I really need to add the ligand to the template that does not have the ligand?

If it is necessary, how to do it? It is not likely to use some alignment to "estimate" the ligand location in the template.

Post Situation: 

Pages