AutoModel.get_model_filename() — get the model PDB/mmCIF name

get_model_filename(root_name, id1, id2, file_ext)
This routine returns the PDB or mmCIF file name of each generated model, usually of the form 'foo.B000X000Y.pdb' (where root_name (or sequence)=foo, id1=X, id2=Y, and file_ext=.pdb). You can redefine this routine if you don't like the standard naming scheme. For typical AutoModel usage, id1 is a constant and id2 is the model number, running from AutoModel.starting_model to AutoModel.ending_model.

See also LoopModel.get_loop_model_filename() and AutoModel.set_output_model_format().