You are here

ligand.py script problem

2 posts / 0 new
Last post
ligand.py script problem
#1

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

Post Situation: 
Tue, 2011-07-19 10:02
almeida

Try:

rosetta.protocols.docking.FaDockingSlideIntoContact(jump)

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

Thu, 2011-07-21 14:35
msellers