Rosetta  2019.07
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Variables
test.Workshop2test Namespace Reference

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
 

Variable Documentation

tuple test.Workshop2test.CA_xyz = pose.residue(5)
test.Workshop2test.N_CA_vector = CA_xyz-N_xyz
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)