loop modeling error ‘CcdLoopClosureMover’ object is not callable

Member Site Forums PyRosetta PyRosetta – Scripts loop modeling error ‘CcdLoopClosureMover’ object is not callable

Viewing 1 reply thread
  • Author
    Posts
    • #1734
      Anonymous

        m using the current release “PyRosetta v2.012” it stucked, error is given bellow
        the “loops.py” script which i m using have been attached with this post this script is provided online its not my own script: thanks

        Error Log++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++Error Log
        core.chemical.ResidueTypeSet: Finished initializing centroid residue type set.
        Created 1980 residue types
        set up job distributor
        randomizing loop
        low res loop modeling
        Traceback (most recent call last):
        File “loops.py”, line 89, in
        ccd(p)
        TypeError: ‘CcdLoopClosureMover’ object is not callable
        C:UsersZebrafishDesktopLOOPmodeingloop_modelingloop_modeling>python loops.

      • #10266
        Anonymous

          CcdLoopClosureMover; was very recently renamed CCDLoopClosureMover. This change has yet to make it into the online documentation. You will also need to set cut-point variants across the cut point. You can do this by using the function, add_single_cutpoint_variant(). See the demo script D080_Loop_modeling.py in the demo folder for an example. ~Labonte

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