Rosetta
Variables
test.Workshop2test Namespace Reference

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
 

Variable Documentation

◆ CA_xyz

test.Workshop2test.CA_xyz = pose.residue(5).xyz("CA")

◆ extra_options

test.Workshop2test.extra_options

◆ N_CA_vector

test.Workshop2test.N_CA_vector = CA_xyz - N_xyz

◆ N_xyz

test.Workshop2test.N_xyz = pose.residue(5).xyz("N")

◆ pose

test.Workshop2test.pose = pose_from_file("../test/data/workshops/1YY8.clean.pdb")

◆ R5C

test.Workshop2test.R5C = AtomID(3, 5)

◆ R5CA

test.Workshop2test.R5CA = AtomID(2, 5)

◆ R5N

test.Workshop2test.R5N = AtomID(1, 5)