The script shows how to assess a protein conformation using DOPE.
   12 def create_representation():
 
   16     prot = IMP.atom.get_by_type(mp0, IMP.atom.CHAIN_TYPE)[0]
 
   20 def add_dope(m, prot):
 
   21     ps = IMP.atom.get_by_type(prot, IMP.atom.ATOM_TYPE)
 
   39 print(
"creating representation")
 
   40 (m, prot) = create_representation()
 
   42 print(
"creating DOPE score function")
 
   46 print(
"DOPE SCORE ::", d.evaluate(
False))