The script shows how to assess a protein conformation using DOPE.
9 def create_representation():
17 def add_dope(m, prot):
26 dpc.add_pair_filter(f)
33 print "creating representation"
34 (m, prot) = create_representation()
36 print "creating DOPE score function"
40 print "DOPE SCORE ::", m.evaluate(
False)