You are here

Solved

The problem has been solved

Error with etable_atom_pair_energies()

Category: 
Scoring

I am new to Pyrosetta and programing and I am learning how to use Pyrosetta. So when I was practicing scoring with Workshop #3 bullet point 5, I came across a error, and I have no idea what's wrong with.

Here is what I did. 

r1 = pose.residue(24)

r2 = pose.residue(20)

a1 = r1.atom("N")

a2 = r1.atom("O")

etable_atom_pair_energies(a1, a2, scorefxn)

Post Situation: 

Error when using "generate_resfile_from_pose" function

Category: 
Design

hello every one,

I am learning how to use pyrosetta, when i study the workshop6, i meet a problem about generate_resfile_from_pose function.

 

My code:

from pyrosetta import *
from pyrosetta.toolbox import generate_resfile_from_pdb, generate_resfile_from_pose, mutate_residue
pose = pose_from_pdb('ref.pdb')
pymover.apply(pose)

# scoring
score = create_score_function("ref2015")

generate_resfile_from_pose(pose, 'pose.resfile')

 

 

the error returns to me:

Post Situation: 

about deNovoProteinMimeticsGen2

Category: 
PyRosetta

Good morning everyone~ 

Recently, I had read the paper entitled "De novo design of potent and selective mimics of IL-2 and IL-15”

And I am very interesting in it, and I want to learning how to performing it in using pyrosetta. 

However, in the Code availability section, I can not find any information about the submodule 

Post Situation: 

molfile to params polymer python errors

Category: 
Chemically Modified Residues

I am trying to generate parameters for a non-cannonical amino acid using the molfile_to_params_polymer.py script using python 2.7.5.python molfile_to_params_polymer.py --clobber --polymer --no-pdb --name OCT -k OCT.kin OCT.mol

Edit: this is where I found the python script that is giving the errors.  /path/rosetta_demos/public/design_with_ncaa/scripts/python/apps/public/molfile_to_params_polymer.py

I get the error:

Traceback (most recent call last):

  File "test_molfile_to_params_polymer.py", line 1995, in <module>

Post Situation: 

Relax output mmCIF file to a particular path

Category: 
Structure prediction

Hello, how can I specify the path of a Relax output mmCIF file?

I know that I can specify the path of a Relax output pdb file using the flag "-out:path:pdb Sample/Subdirectory." I can specify the Relax output to be an mmCIF file with the flag "-out:mmCIF." However, the flag "-out:path:mmCIF Sample/Subdirectory" doesn't work. When I do this, I get a pdb file in the current working directory, and a message that says "The following options have been set, but have not yet been used: -out:path:mmCIF Sample/Subdirectory/"

Post Situation: 

InterfaceAnalyzer packstat score = 0.000

Category: 
Scoring

Hello

I am using the InterfaceAnalyzer to obtain packing scores of antibody-antigen strucutres from the PDB database but the packstat score always ends up being 0 for some reason. I am specifying for the activation of packstat calculation as can be seen in my flags.txt file below

-in:file:s 1A14_atomlines.pdb
-interface HL_N
-compute_packstat = 1
-out:file:score_only 1a14_interface.out

The output file is attached below. 

Post Situation: 

Rosetta-based projects using and licensing

Category: 
Compilation

Dear Rosetta Team,

Is it possible to share a code of my Rosetta-dependent non-profit research project and upload it to a publicly accessible GitHub repository licensed under open source license? Is Rosetta License restricts that?

For example, I have "project" like this:

1. Source files that links to Rosetta headers:

Post Situation: 

SPLINE EPR_DISTANCE Constraint Error

Category: 
Scoring

Hello,

I'm getting an unusal error when using SPLINE EPR_DISTANCE constraints with the score.linuxgccrelease function. I generated some structures ab initio using SPLINE EPR_DISTANCE constraints with rosetta_scripts.linuxgccrelease and I wanted to rescore the binary output file with some different constraint weights using score.linuxgccrelease. However, if my input constraint file (cst_fa_file) to the score.linuxgccrelease release function contains any SPLINE EPR_DISTANCE constraints, I get:

Post Situation: 

Pages