You are here

Error in loop modeling protocol its showing error "NameError: name 'ccd_closure' is not defined"

2 posts / 0 new
Last post
Error in loop modeling protocol its showing error "NameError: name 'ccd_closure' is not defined"
#1

I stuck again loop modeling protocol test file is not running. its showing error "NameError: name 'ccd_closure' is not defined"

Log+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++log

setting up movers
core.fragments.ConstantLengthFragSet: finished reading top 200 3mer fragments fr
om file test_in.frag3
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_closure.apply(p)
NameError: name 'ccd_closure' is not defined

C:\Users\Zebrafish\Desktop\LOOPmodeing\loop_modeling\loop_modeling>

Post Situation: 
Sun, 2013-10-20 05:22
jai_INMAS

This is related to your previous question I answered. In the CCD refactor, ccd_closure was deprecated and removed. demo/D080_Loop_modeling.py should demonstrate how to run CCD in PyRosetta. ~Labonte

Mon, 2014-09-08 09:13
Labonte