The script shows how to assess a protein conformation using DOPE.
4 from __future__
import print_function
12 def create_representation():
20 def add_dope(m, prot):
29 dpc.add_pair_filter(f)
36 print(
"creating representation")
37 (m, prot) = create_representation()
39 print(
"creating DOPE score function")
43 print(
"DOPE SCORE ::", d.evaluate(
False))