You are here

PyRosetta

Windows Dunbrack10.lib.bin "out dated"

Category: 
PyRosetta

I seem to be having an issue with getting the binary version of the Dunbrack library to load properly in PyRosetta on Windows and I was wondering if anyone knows if there is a fix for it. Obviously it takes about 30 seconds or so to load the Dunbrack libraries from text so it can turn into a rate-limiting step if you have to read these files a lot.

Post Situation: 

London

Category: 
PyRosetta

I was wondering of there are any PyRosetta people based in London? Does the forum know of any research people or groups in London? I have a little project in mind....

Thanks

Mark

Post Situation: 

pose_from_pdb gives RuntimeError: unidentifiable C++ exception?

Category: 
PyRosetta

I am following this tutorial:

http://graylab.jhu.edu/pyrosetta/downloads/documentation/Workshop2_PyRos...

When I get to the line:

pose = pose_from_pdb("1YY8.clean.pdb")

it results in an error:

RuntimeError Traceback (most recent call last)
<ipython-input-9-755d9c16f3f1> in <module>()
----> 1 pose = pose_from_pdb("1YY8.clean.pdb")

RuntimeError: unidentifiable C++ exception

Post Situation: 

Coordinates in pose do not match those in PDB

Category: 
PyRosetta

When I load a PDB file the coordinates for residue 18 (R1A) reported by pyrosetta do not match those found in the PDB. An example notebook is attached.

What is the reason for this mismatch and how could I fix it? Is it connected to the internal coordinates of R1A.params?

The CB atoms of the other residues (ALA)  are correct.

Thank you for your help and best regards,

Ajasja

Post Situation: 

Generating random number using numeric.random

Category: 
PyRosetta

Hello,

I'm developing a new protocol using PyRosetta. I hoped to use Rosetta's built-in random functions (numeric::random::gaussian for example) but couldn't find them in PyRosetta under numeric (numeric.random does not exist)
Is there a way to access them?
I remember reading that having a good random generator for stochastic highly-parallelized application is quite important. Does it make sense to use Python's built-in random class in case it did not work with Rosetta's?

Thank you!

Post Situation: 

Pages

Subscribe to RSS - PyRosetta