You are here

Scoring

Show I be using beta_nov16 scorefxn?

Category: 
Scoring

ref2015 is the default at least in pyrosetta and is beta_july15 without the need for the boolean option `correction:beta_july15` to be set.

In the cartesian ddG paper, Park et al. 2016, beta_nov16 is made, which has several difference (below, code used here).

Post Situation: 

Atom-wise energy terms from nearest N-neighbors

Category: 
Scoring

Hello PyRosetta users,

Can you please advise me on how I should go about calculating atom-wise energy terms?

Should I simply sum pairwise energies for the nearest N-neighbours or is there a better way of doing this?

 

Thanks!

Post Situation: 

Individual Residue Energy

Category: 
Scoring

Hi everyone,

I'm trying to get the energies of individual residues in a pose and am encountering an error that I can't seem to find much information on. Here is a sample of my script:

from pyrosetta import *
from pyrosetta.rosetta import *
from pyrosetta.rosetta.core.scoring import *

pyrosetta.init('-ignore_zero_occupancy false')

pose = pose_from_pdb(pdb_file)

sfxn = create_score_function('ref2015.wts')

score = pose.energies().residue_total_energy(1)

And here is the error I encounter:

Post Situation: 

hbond_sr_bb and hbond_lr_bb for different chains

Category: 
Scoring

In the rosetta scoring function, what energy term describes backbone-backbone hydrogen bonding between residues on different protein chains

hbond_sr_bb                                Backbone-backbone hbonds close in primary sequence.  All hydrogen bonding terms support canonical and noncanonical types.
hbond_lr_bb                                Backbone-backbone hbonds distant in primary sequence.

 

Post Situation: 

Score function: unable to open input_files/1qys.pdb

Category: 
Scoring

Hello all, 

I am new to rosetta trying to follow the tutorials on line. I am currently working on with the mac binaries on MacOS mojave

Seems I cannot generate a score file in the working directory.

the following input is being done within source directory

INPUT: $ROSETTA3/bin/score_jd2.default.macosclangrelease -in:file:s input_files/1qys.pdb

 

Error:

ERROR: Cannot open file "input_files/1qys.pdb"

ERROR:: Exit from: src/core/import_pose/import_pose.cc line: 362

Post Situation: 

Pages

Subscribe to RSS - Scoring