Rosetta
Namespaces | Variables
Workshop3test.py File Reference

Namespaces

 test.Workshop3test
 

Variables

 test.Workshop3test.extra_options
 
 test.Workshop3test.ras = pose_from_file("../test/data/workshops/6Q21.clean.pdb")
 
 test.Workshop3test.scorefxn = create_score_function("ref2015")
 
 test.Workshop3test.scorefxn2 = ScoreFunction()
 
 test.Workshop3test.r1 = ras.residue(24)
 
 test.Workshop3test.r2 = ras.residue(20)
 
 test.Workshop3test.a1 = r1.atom_index("N")
 
 test.Workshop3test.a2 = r2.atom_index("O")
 
 test.Workshop3test.hbond_set = hbonds.HBondSet()
 
 test.Workshop3test.hset = ras.get_hbonds()
 
 test.Workshop3test.pose = pose_from_file("../test/data/workshops/1YY9.clean.pdb")
 
 test.Workshop3test.rsd1_num = pose.pdb_info().pdb2pose('D', 102)
 
 test.Workshop3test.rsd2_num = pose.pdb_info().pdb2pose('A', 408)
 
 test.Workshop3test.rsd1 = pose.residue(rsd1_num)
 
 test.Workshop3test.rsd2 = pose.residue(rsd2_num)
 
 test.Workshop3test.emap = EMapVector()
 
 test.Workshop3test.pymol = PyMOLMover()