The script shows how to assess a protein conformation using DOPE.
8 def create_representation():
14 def add_dope(m, prot):
23 dpc.add_pair_filter(f)
30 print "creating representation"
31 (m,prot)=create_representation()
33 print "creating DOPE score function"
37 print "DOPE SCORE ::",m.evaluate(
False)