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.
Attachment | Size |
---|---|
![]() | 2.84 KB |
Post Situation:
CcdLoopClosureMover
; was very recently renamedCCDLoopClosureMover
. 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 scriptD080_Loop_modeling.py
in the demo folder for an example. ~Labonte