[Solved]NameError

Member Site Forums PyRosetta PyRosetta – General [Solved]NameError

Viewing 1 reply thread
  • Author
    Posts
    • #446
      Anonymous

        Solved by Alex

        Thanks

      • #4340
        Anonymous

          You have to use the name of the Pose object, e.g. if you created the Pose with

          my_pose = Pose()

          print my_pose.residue(2)

          There is a typo in the User’s Manual (page 11 and 12).

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