|
本帖最后由 wyfgg 于 2022-10-25 10:19 编辑
对蛋白进行处理
- gmx pdb2gmx -f gsdmds.pdb -o gsdmds.gro -ignh
复制代码 报错
- Atom S in residue MET 105 was not found in rtp entry MET with 17 atoms while sorting atoms.
复制代码 请问这个报错的原因是什么?我可以删去这个原子继续进行吗?
——————————【一更】—————————————
我了解到部分蛋白结构在解析时会采用【硒代甲硫氨基酸标记】的方法,以获得蛋白结晶解析的三维结构,因此我将附件中的gsdmd.pdb中MSE残基名批量替换为MET残基名,相应的Se原子也替换为S,从而得到附件中的gsdmds.pdb。但是MET又是含S的,删除S应该是不正确的吧?
——————————【二更】—————————————
我删除了MET中的S,而后发现蛋白中的残基序号不是从1开始的,因此重新排序编号后生成gsdmds2.pdb,在对这个蛋白进行pdb2gmx处理时报错
- Residue 18 named GLU of a molecule in the input file was mapped to an entry in the topology database, but the atom CG used in that entry is not found in the input file. Perhaps your atom and/or residue naming needs to be fixed.
复制代码 这个报错让我很困惑的是,我删去这个残基,又有不同的残基报完全相同的错误,均是未找到【CG】,现在哭笑不得 ,不知道从何下手,蛋白是5wqt |
|