Member Site Forums PyRosetta PyRosetta – Scripts ‘DockingProtocol’ object has no attribute ‘setup_foldtree’ Reply To: ‘DockingProtocol’ object has no attribute ‘setup_foldtree’

#5541
Anonymous

    Thanks, I’ve used the
    “dock_prot.set_autofold_tree=True”
    and the script goes further, then it complains about
    “recover_sidechains = ReturnSidechainMover(starting_p)”
    since it is not defined, I made it to
    “recover_sidechains = ReturnSidechainMover(p)”
    and again the script goes further but as soon as it reaches
    “docking_highres = DockingHighRes( scorefxn_high_min, dock_jump )”
    it complains again and I was not able to find out what is the option to be set, I understood that he misses one option which I could figure out, so I commented that line and the script continues. Then it reaches
    “jd.native_pose = starting_p”
    and complains, with changing it to again to
    “jd.native_pose = p”
    it proceeds and needs ‘just’ to comment out “print
    “high resolution stage docking””
    and
    “docking_highres.apply(p)”
    and finally it writes
    “docking complete!”.
    So if you could help me to resolve the highres docking stuff, I’ll be happy user:-)

    Thanks in advance!

    KK