Good day to all,

I have encountered a small problem during model.evaluation, the normalized dope.py requires to load a built model as indicated below:
# Read a model previously generated by Modeller's automodel class
mdl = complete_pdb(env, '../atom_files/xxx.pdb'

right now the xxx should be replaced by the pdb code such as 1fdx, however my protein sequence is not yet deposited into PDB, thus it does not has pdb code, i just name it as MBL.B99990003.pdb (for example) after the atom_files:
mdl = complete_pdb(env, '../atom_files/MBL.B99990001.pdb'

 However, the error stated that the pdb file is not a valid file, so do any expert provide suggestion to solve this problem??

Your response is appreciated....

Regards,
Zhao Yang
Institute of Bioscience
UPM, 43400, Serdang
Selangor, Malaysia