Rosetta 3.3
|
Namespaces | |
namespace | test::T500_Packing |
Variables | |
tuple | test::T500_Packing::pose = pose_from_pdb("test/data/test_in.pdb") |
tuple | test::T500_Packing::scorefxn = create_score_function('standard') |
tuple | test::T500_Packing::task_pack = standard_packer_task(pose) |
tuple | test::T500_Packing::pack = PackRotamersMover( scorefxn, task_pack ) |
tuple | test::T500_Packing::rotamer_trials = 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() |