You are here

Solved

The problem has been solved

Problems with output control

Category: 
Compilation

Dear all,

I am new to rosetta. I am studying the Rosetta tutorials and I am there is a problem with output path control. I followed the tutorial 4 (controlling input and output) and type the following command in the section "Setting output paths" of this tutorial into my CentOS 7 linux shell:

$> $ROSETTA3/bin/score_jd2.default.linuxgccrelease -in:file:s input_files/1qys.pdb -out:pdb -out:path output_files

Post Situation: 

generate_nonstandard_residue_set Exception

Category: 
PyRosetta

generate_nonstandard_residue_set is giving me an error I don't understand. Can anyone tell what I'm doing wrong here?

In [2]: %paste
from rosetta import *
from pyrosetta import *
init()
params_paths = utility.vector1_string()
params_paths.extend(["GUA.params"])

In [3]: nonstandard_residue_set = generate_nonstandard_residue_set( params_paths )
---------------------------------------------------------------------------

Post Situation: 

Total score for individual residue

Category: 
Scoring

Dear PyRosetta People,

 

I am trying to find the total score of an individual residue. This is my script so far:

 

scorefxn = get_fa_scorefxn()
scorefxn(pose)
AA_Score = pose.energies().residue_total_energies(5)
print(AA_Score)

 

It seems i get a massive print out, and when repeated for different residues gives the exact same values, so i am sure my script is wrong.

 

What is the correct way to get the total score for just 1 amino acid?

Post Situation: 

Cutout part of a protein

Category: 
PyRosetta

Hello People,

 

I am trying to find a way to cut out part of a protein and save to a new .pdb file.

 

So i have a protein and i want to cut out a section (from amino acid 315 to 330 for example), and save that cut out (and maintain the original 3D structure) into a new .pdb file.

 

I tried searching if there is a built-in PyRosetta function/method that does this, or if there is a script that does this, but i could not find.

 

Anyone can help me or guide me?

 

Post Situation: 

Creating rotamers, computing pairwise and total energies

Category: 
PyRosetta

I just started working with PyRosetta, and i stumbled upon a lot of questions.

I would like to introduce rotamers, and calculate their pairwise energies, and the total energy of the system with given rotamers.

To test, i created a very simple PDB that consist only 2 amino acid. 

I have the following code:

Post Situation: 

Docking Prepack protocol working or not ?

Category: 
Docking
Scoring

Hi Rosetta community, 

I'm running the prepack protocol using as input a PDB file containing a dimer (chain A and B). The protocol seemed to work ("... reported success in 3 seconds") but I get the following warning : 

[ WARNING ] When switching to a fa_standard ResidueTypeSet:  Pose already contains fa_standard ResidueTypes.

and my score_sc file contains 0.000 for the total score for every generated structure.

Here the command I used to run prepack:

Post Situation: 

constraints

Category: 
Nucleic Acids

My pose has DNA strands and I am trying to constrain the blunt ends.

Each DNA chain is numbered starting from 1. Why can't Rosetta find the atoms?

Here is my constraint:

AtomPair C1* 1C  C1* 35D  HARMONIC 12.028 1.00

And here is the error:

[ERROR] Exception caught by JobDistributor for job VGK8_v2_0001Atom 'C1* 1359' not found

 

Post Situation: 

Pages