![]() |
Rosetta
2021.16
|
Variables | |
| tuple | pose = pose_from_file("../test/data/workshops/1YY8.clean.pdb") |
| tuple | R5N = AtomID(1, 5) |
| tuple | R5CA = AtomID(2, 5) |
| tuple | R5C = AtomID(3, 5) |
| tuple | N_xyz = pose.residue(5) |
| tuple | CA_xyz = pose.residue(5) |
| N_CA_vector = CA_xyz-N_xyz | |
| tuple test.Workshop2test.CA_xyz = pose.residue(5) |
| tuple test.Workshop2test.N_xyz = pose.residue(5) |
| tuple test.Workshop2test.pose = pose_from_file("../test/data/workshops/1YY8.clean.pdb") |
| tuple test.Workshop2test.R5C = AtomID(3, 5) |
| tuple test.Workshop2test.R5CA = AtomID(2, 5) |
| tuple test.Workshop2test.R5N = AtomID(1, 5) |
1.8.7