Rosetta
Namespaces | Functions | Variables
T500_Packing.py File Reference

Namespaces

 test.T500_Packing
 

Functions

def test.T500_Packing.elim_everything_except_G (pose, sfxn, task, graph, rotamer_sets)
 

Variables

 test.T500_Packing.extra_options
 
 test.T500_Packing.pose = core.import_pose.pose_from_file("../test/data/test_in.pdb")
 
 test.T500_Packing.scorefxn = get_fa_scorefxn()
 
 test.T500_Packing.task_pack = standard_packer_task(pose)
 
 test.T500_Packing.pack = protocols.minimization_packing.PackRotamersMover( scorefxn, task_pack )
 
 test.T500_Packing.rotamer_trials = protocols.minimization_packing.RotamerTrialsMover(scorefxn, task_pack)
 
 test.T500_Packing.task_design = core.pack.task.TaskFactory.create_packer_task(pose)
 
 test.T500_Packing.tf = standard_task_factory()
 
 test.T500_Packing.pr = core.pack.task.operation.PreventRepacking()
 
 test.T500_Packing.elimer = core.pack.rotamer_set.PyRotamerEliminator()
 
 test.T500_Packing.elimerTO = core.pack.rotamer_set.PyRotamerEliminatorTaskOperation()
 
 test.T500_Packing.pr2 = protocols.minimization_packing.PackRotamersMover()
 
 test.T500_Packing.op_list = pyrosetta.rosetta.std.list_std_shared_ptr_core_pack_task_operation_TaskOperation_t()
 
 test.T500_Packing.pose2 = pose_from_sequence( "FRED" )