You are here

Unsolved

The problem hasn't been solved

Script running, but returns no results

Hi,

I wrote a simple script to calculate the free energy. The PyRosetta was successfully initiated, but returned me nothing.
This is my script:

import rosetta
rosetta.init()
import sys

def deltaG(interface):
comp = rosetta.pose_from_pdb(interface)

f = rosetta.ScoreFunction()
f.set_weight(fa_atr,0.59)
f.set_weight(fa_rep,0.05)
f.set_weight(hbond_bb_sc,1)
f.set_weight(hbond_sc,1)
f.set_weight(fa_sol,0.37)
f.set_weight(p_aa_pp,0.29)
f.set_weight(ref,0.48)

print "delta G:", f(comp)
print f.show(comp)

def main():
interface = sys.argv[1]

Post Situation: 

Ultrafast shape recognition

I need some help about the paper"Ultrafast shape recognition for similarty search in molecular databases",in which a new method was introduced. I want to know if there is function in Pyrosetta to implement this method, if not I also want sth informatin about this question.

Thanks for your attention, and thanks for your help in advanced.(I am one Chinese, so forgive my poor english)

A new comer in this flied.

Post Situation: 

force hydrogen rebuild on input

Hi all,

Was just wondering, are there any options I can use to force Rosetta to ignore PDB defined hydrogens and rebuild all hydrogens (including non-polar) when loading into the score, relax, rosetta_scripts Apps? I particularly need to rebuild backbone non-polar hydrogens as these are bad in the input PDB files but Rosetta generally seems to leave these untouched.

I have tried the options:

-no_optH false
and
-skip_hydrogens true

Post Situation: 

Problem in 3D structure building of ss DNA aptamer

Dear Sir,
Hello!. I am Irshad Baig, pursuing PhD in Biochemistry.

I am writing you to seek your help regarding 3D structure prediction of ss DNA and ssDNA-Protein docking studies.

Infact, I am trying to build 3D model structure for my ss DNA aptamer, as i am further interested to study DNA -protein interaction through docking. However I did not succeed in building 3D struture for ss DNA aptamer.

Post Situation: 

ss DNA 3D Model Structure Building

Dear Sir,
Hello!. I am Irshad Baig, pursuing PhD in Biochemistry.

I am writing you to seek your help regarding 3D structure prediction of ss DNA and ssDNA-Protein docking studies.

Infact, I am trying to build 3D model structure for my ss DNA aptamer, as i am further interested to study DNA -protein interaction through docking. However, I did not succeed in building 3D struture for ss DNA aptamer.

Post Situation: 

ss DNA 3D Model Structure Building

Dear Sir,
Hello!. I am Irshad Baig, pursuing PhD in Biochemistry.

I am writing you to seek your help regarding 3D structure prediction of ss DNA and ssDNA-Protein docking studies.

Infact, I am trying to build 3D model structure for my ss DNA aptamer, as i am further interested to study DNA -protein interaction through docking. However I did not succeed in building 3D struture for ss DNA aptamer.

Post Situation: 

ERROR: Unable to open weights/patch file

I am trying to use python script under linux in which I import rosetta module('from rosetta import *) and use rosetta methods. But I got this error. What is the reason for that and does anyone know how to fix it?

ERROR: Unable to open weights/patch file. None of (./)standard or (./)standard.wts or /usr/local/share/PyRosetta/rosetta_database/scoring/weights/standard or /usr/local/share/PyRosetta/rosetta_database/scoring/weights/standard.wts exist
ERROR:: Exit from: src/core/scoring/ScoreFunction.cc line: 2967
Traceback (most recent call last):

Post Situation: 

Make Fragments

We can make fragment libraries from Free Web Server : Robetta Server or Rosetta.And I want to know more details about how to create the fragment libraries.I searched in the Rosetta user Guide,just found the paper(Gront D, Kulp DW, Vernon RM, Strauss CEM and Baker D, "Generalized fragment picking in Rosetta: design, protocols and applications", submitted to PLoS ONE)。Is there any paper about how to create the fragment libraries except that?

Post Situation: 

Pages

Subscribe to RSS - Unsolved