The script shows how to assess a protein conformation using DOPE.
4 from __future__
import print_function
10 def create_representation():
18 def add_dope(m, prot):
27 dpc.add_pair_filter(f)
34 print(
"creating representation")
35 (m, prot) = create_representation()
37 print(
"creating DOPE score function")
41 print(
"DOPE SCORE ::", m.evaluate(
False))