ligand.py script problem

Member Site Forums PyRosetta PyRosetta – Scripts ligand.py script problem

  • This topic has 1 reply, 2 voices, and was last updated 13 years ago by Anonymous.
Viewing 1 reply thread
  • Author
    Posts
    • #982
      Anonymous

        Hello all…

        I’m new in PyRosetta and I’m doing the tutorial by the tutorial scripts. There’s a problem with the ligand.py script in the ligand_docking section.
        File “ligand.py”, line 22, in
        slide_into_contact = FaDockingSlideTogether( dock_jump )
        NameError: name ‘FaDockingSlideTogether’ is not defined

        Any suggestion???

        Thanks in advance

        Yasser

      • #5898
        Anonymous

          Try:

          rosetta.protocols.docking.FaDockingSlideIntoContact(jump)

          Which came from looking at classes in the Rosetta source code.

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