pose_from_pdb gives RuntimeError: unidentifiable C++ exception?

Member Site Forums PyRosetta PyRosetta – General pose_from_pdb gives RuntimeError: unidentifiable C++ exception?

Viewing 1 reply thread
  • Author
    Posts
    • #2083
      Anonymous

        I am following this tutorial:

        http://graylab.jhu.edu/pyrosetta/downloads/documentation/Workshop2_PyRosetta_Intro.pdf

        When I get to the line:

        pose = pose_from_pdb(“1YY8.clean.pdb”)

        it results in an error:

        RuntimeError Traceback (most recent call last)
        in ()
        —-> 1 pose = pose_from_pdb(“1YY8.clean.pdb”)

        RuntimeError: unidentifiable C++ exception

        What’s wrong? I am using Ubuntu 14.04.1, PyRosetta 12.04LTS r24, and Rosetta 2014.35.57232_bundle.

      • #10652
        Anonymous

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

      Viewing 1 reply thread
      • You must be logged in to reply to this topic.