| 
    Rosetta
    
   | 
 
Variables | |
| sfxn = get_score_function() | |
| pose = pose_from_sequence("NNN") | |
| restype = pose.residue(2).type() | |
| singleton = core.scoring.lkball.LKBallDatabase.get_instance() | |
| water_builder_4_restype = singleton.get_water_builder_for_restype(restype) | |
| water_builders_list = water_builder_4_restype.builders() | |
| test.T150_core.pose = pose_from_sequence("NNN") | 
| test.T150_core.restype = pose.residue(2).type() | 
| test.T150_core.sfxn = get_score_function() | 
| test.T150_core.singleton = core.scoring.lkball.LKBallDatabase.get_instance() | 
| test.T150_core.water_builder_4_restype = singleton.get_water_builder_for_restype(restype) | 
| test.T150_core.water_builders_list = water_builder_4_restype.builders() |