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

Variables

tuple pose1 = pyrosetta.pose_from_sequence('ACDEFGHI')
 
list gly_residue = pose1.residues[6]
 
tuple pose2 = Pose()
 
tuple pose3 = Pose()
 
tuple ft = FoldTree()
 
tuple pose = pyrosetta.pose_from_file('../test/data/test_in_short.pdb')
 
tuple paired_residues = list()
 

Variable Documentation

tuple test.T020_Pose_Bindings.ft = FoldTree()
list test.T020_Pose_Bindings.gly_residue = pose1.residues[6]
tuple test.T020_Pose_Bindings.paired_residues = list()
tuple test.T020_Pose_Bindings.pose = pyrosetta.pose_from_file('../test/data/test_in_short.pdb')
tuple test.T020_Pose_Bindings.pose1 = pyrosetta.pose_from_sequence('ACDEFGHI')
tuple test.T020_Pose_Bindings.pose2 = Pose()
tuple test.T020_Pose_Bindings.pose3 = Pose()