|
Rosetta
|
Variables | |
| extra_options | |
| pose = pose_from_file("../test/data/workshops/1YY8.clean.pdb") | |
| R5N = AtomID(1, 5) | |
| R5CA = AtomID(2, 5) | |
| R5C = AtomID(3, 5) | |
| N_xyz = pose.residue(5).xyz("N") | |
| CA_xyz = pose.residue(5).xyz("CA") | |
| N_CA_vector = CA_xyz - N_xyz | |
| test.Workshop2test.CA_xyz = pose.residue(5).xyz("CA") |
Referenced by gpu_refold_test(), refold_first(), refold_second(), and refold_third().
| test.Workshop2test.extra_options |
| test.Workshop2test.N_xyz = pose.residue(5).xyz("N") |
| test.Workshop2test.pose = pose_from_file("../test/data/workshops/1YY8.clean.pdb") |
| test.Workshop2test.R5C = AtomID(3, 5) |
| test.Workshop2test.R5CA = AtomID(2, 5) |
| test.Workshop2test.R5N = AtomID(1, 5) |