# Example for: model.assess_ga341() env = environ() # Read a model previously generated by Modeller's automodel class mdl = model(env, file='../atom_files/1fdx.B99990001.pdb') # Set template-model sequence identity. (Not needed in this case, since # this is written by Modeller into the .pdb file.) mdl.seq_id = 37.037 score = mdl.assess_ga341()