Rosetta
Variables
test.T008_Serialization Namespace Reference

Variables

 pose1 = pyrosetta.pose_from_sequence("ARNDCEQGHILKMFPSTWYV")
 
 pose2 = pyrosetta.pose_from_sequence("DDDDDD")
 
 oss = rosetta.std.ostringstream()
 
 arc = rosetta.cereal.BinaryOutputArchive(oss);
 
 pose1_l = pyrosetta.Pose()
 
 pose2_l = pyrosetta.Pose()
 
 iss = rosetta.std.istringstream( oss.bytes() )
 

Variable Documentation

◆ arc

test.T008_Serialization.arc = rosetta.cereal.BinaryOutputArchive(oss);

◆ iss

test.T008_Serialization.iss = rosetta.std.istringstream( oss.bytes() )

◆ oss

test.T008_Serialization.oss = rosetta.std.ostringstream()

◆ pose1

test.T008_Serialization.pose1 = pyrosetta.pose_from_sequence("ARNDCEQGHILKMFPSTWYV")

◆ pose1_l

test.T008_Serialization.pose1_l = pyrosetta.Pose()

◆ pose2

test.T008_Serialization.pose2 = pyrosetta.pose_from_sequence("DDDDDD")

◆ pose2_l

test.T008_Serialization.pose2_l = pyrosetta.Pose()