Rosetta
|
Go to the source code of this file.
Namespaces | |
test.T500_Packing | |
Variables | |
tuple | test.T500_Packing.pose = pose_from_pdb("../test/data/test_in.pdb") |
tuple | test.T500_Packing.scorefxn = get_fa_scorefxn() |
tuple | test.T500_Packing.task_pack = standard_packer_task(pose) |
tuple | test.T500_Packing.pack = protocols.simple_moves.PackRotamersMover( scorefxn, task_pack ) |
tuple | test.T500_Packing.rotamer_trials = protocols.simple_moves.RotamerTrialsMover(scorefxn, task_pack) |
tuple | test.T500_Packing.task_design = TaskFactory.create_packer_task(pose) |
tuple | test.T500_Packing.tf = standard_task_factory() |
tuple | test.T500_Packing.pr = PreventRepacking() |