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