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