Rosetta
|
Variables | |
extra_options | |
pose1 = pyrosetta.pose_from_sequence('ACDEFGHI') | |
gly_residue = pose1.residues[6] | |
pose2 = Pose() | |
pose3 = Pose() | |
ft = FoldTree() | |
pose = pyrosetta.pose_from_file('../test/data/test_in_short.pdb') | |
paired_residues = list() | |
primary_residue_selector | |
sequence_distance_minimum | |
secondary_residue_selector | |
neighborhood_distance_maximum | |
test.T020_Pose_Bindings.extra_options |
test.T020_Pose_Bindings.ft = FoldTree() |
Referenced by binder.add_relevant_includes(), MinTestMover.apply(), SetupMover.apply(), MPFindInterfaceTestMover.apply(), binder.binding_public_member_functions(), build_algned_linker(), build_toy_pose(), change_floating_sc_geometry(), doit(), PoseWrap.dump_pdb(), get_res_downstream_of_jump(), get_rsdrsd_jump(), InjectorMover.hash(), binder.is_std_function_bindable(), jumps_to_root(), main(), make_pose(), HubDenovo.make_start_pose(), make_two_trimers(), modify_foldtree(), PoseWrap.PoseWrap(), PoseWrap.replace_scattach_res(), run(), run_3bpy(), protocols::antibody::design::AntibodyDesignMoverGenerator.setup_dock_foldtree(), protocols::antibody::design::AntibodyDesignMoverGenerator.setup_general_min_foldtree(), strip_termini(), test_membrane_fold_tree(), and basic::Report.write().
test.T020_Pose_Bindings.gly_residue = pose1.residues[6] |
test.T020_Pose_Bindings.neighborhood_distance_maximum |
test.T020_Pose_Bindings.paired_residues = list() |
test.T020_Pose_Bindings.pose1 = pyrosetta.pose_from_sequence('ACDEFGHI') |
test.T020_Pose_Bindings.pose2 = Pose() |
test.T020_Pose_Bindings.pose3 = Pose() |
test.T020_Pose_Bindings.primary_residue_selector |
test.T020_Pose_Bindings.secondary_residue_selector |
test.T020_Pose_Bindings.sequence_distance_minimum |