首先导入pyrosetta并且,Create a simple poly-alanine pose with 10 residues for testing your folding algorithm. Store the pose in a variable called "polyA." 创建一个有着十个 alanine 残基的pose 来测试我们的算法,并将pose命名为 “polyA” #导入pyrosettafrompyrosettaimport*frompyrosetta.teachingimport*init...