This is a test version of Biostars. For the public version, visit https://www.biostars.org.
PyRosetta: pose_from_pdb results in a RuntimeError: unidentifiable C++ exception

I am going through the PyRosetta tutorials (http://www.pyrosetta.org/tutorials#TOC-PyRosetta-Workshops), specifically Workshop #2: PyRosetta.

Executing pose_from_pdb("1YY8.clean.pdb") results in a RuntimeError: unidentifiable C++ exception.

Any ideas why this is happening?

rosetta

1 answer

A silly mistake. I forgot to execute rosetta.init(). Sorry, I am just a beginner with PyRosetta.

Log in to answer this question.