|
|
非常感谢!金属离子的mol2文件是有电荷的,我将金属离子的mol2修改了一下,然后运行的时候出现了这种错误,自己根据错误类型对应着将配体的mol2文件的原子标号改成了C1、C2...N1、H1这种,但是运行的时候出现了这种错误:MOL-H23。配体总共就只有22个H原子,不知道我的输入文件是哪里错了,求指导!
*=======================Building models==========================*
* *
******************************************************************
***Creating the small model...
It contains the residue 1-FE as normal.
It contains the residue 2-MOL as normal.
Totally there are 57 atoms in the small model.
Totally there are 269 electrons in the small model.
***Creating the standard model...
It contains the residue 1-FE as normal.
It contains the residue 2-MOL as normal.
Traceback (most recent call last):
File "/public/software/apps/amber20/bin/MCPB.py", line 643, in <module>
gene_model_files(orpdbf, ionids, addres, addbpairs, gname, ff_choice,
File "/public/software/apps/amber20/lib/python3.8/site-packages/pymsmt/mcpb/gene_model_files.py", line 1906, in gene_model_files
build_standard_model(mol, reslist, cutoff, msresids, outf, ionids,
File "/public/software/apps/amber20/lib/python3.8/site-packages/pymsmt/mcpb/gene_model_files.py", line 1471, in build_standard_model
attype = libdict[resname + '-' + atname][0]
KeyError: 'MOL-H23' |
|