If the model contains multiple chains, only the first is evaluated by this method; if you wish to evaluate the model in a different chain, you should write out that single chain into a new model first. (The method was parameterized for use with single-chain proteins, so its use for multi-chain models is not recommended.)
# 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()