You are here

loop modeling error 'CcdLoopClosureMover' object is not callable

2 posts / 0 new
Last post
loop modeling error 'CcdLoopClosureMover' object is not callable
#1

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:\Users\Zebrafish\Desktop\LOOPmodeing\loop_modeling\loop_modeling>python loops.

AttachmentSize
loops.py_.txt2.84 KB
Post Situation: 
Tue, 2013-10-22 01:23
jai_INMAS

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

Mon, 2014-09-08 09:07
Labonte