Generating Topology and Coordinates Files Using xLeap (AmberTools V1.5) Parameter and example files:

Download and copy the parameter files to respective directories (see commands below).

cp leaprc.zinc $AMBERHOME/dat/leap/cmd cp znb.lib hin.lib hydroxide.lib $AMBERHOME/dat/leap/lib cp frcmod.zinc $AMBERHOME/dat/parm

Launch xLeap by typing the following command in c shell of X11: $AMBERHOME/exe/xleap –s –f $AMBERHOME/dat/leap/cmd/leaprc.ff99SB

Type the following commands in xLeap: source $AMBERHOME/dat/leap/cmd/leaprc.zinc m = loadpdb revised_zinc.pdb addions m counterion 0 solvatebox m TIP3PBOX 10.0 saveamberparm m prmtop prmcrd

Notes: xLeap does not recognize $AMBERHOME and you need to replace it with an actual path to the amber directory (e.g., /Applications/amber11).

"revised_zinc.pdb" is a pdb file that has been revised as follows:

Change the residue and atom names of the zinc divalent cation to ZNB and Zn, respectively. ZNB is the residue name of the tetrahedron-shaped zinc divalent cation and has 4 peripheral dummy atoms attached to the central zinc atom. xLeap will automatically add these dummies if they are not defined in the pdb file.

Change the residue name of the zinc-coordinating water molecule to HO- (hydroxide).

Change HIS and CYS to HIN and CYM, respectively, if these residues coordinate the zinc ion. HIN and CYM are anionic forms(阴离子形式) of histidine and cysteine, respectively.

Change GLU and ASP to GLH and ASH, respectively, if these residues form a hydrogen bond with HIN, HO-, or CYM. GLH and ASH are the neutral forms(电中性形式) of glutamic and aspartic acids, respectively. Swap the coordinates of OE1 and OE2 of GLH or ASH if OE1 is closer to the hydrogen bond acceptor of HIN, HO-, or CYM than OE2 (see below).

Original_zinc.pdb
ATOM 1622 OE1 GLU C 94 30.263 40.009 33.982 1.00 31.93 O
ATOM 1623 OE2 GLU C 94 30.708 38.077 34.933 1.00 33.98 O1-
Revised_zinc.pdb
ATOM 1622 OE1 GLH C 94 30.708 38.077 34.933 1.00 33.98 O
ATOM 1623 OE2 GLH C 94 30.263 40.009 33.982 1.00 31.93 O1-

"counterion" is either Na+ or Cl-.

"prmtop" and "prmcrd" are topology and coordinate files, respectively, for sander and/or pmemd

Ignore the "4n unknown element" message, wherein n is the number of the zinc ion in the protein, after "m = loadpdb revised_zinc.pdb." This benign message is caused by the lack of dummy atoms defined in the pdb file.

Table 1. The Most Recent Amber Force Field Parameters for Tetrahedron-Shaped Zinc Divalent Cation Used by the Cationic Dummy Atom (CaDA) Approach to Zinc Protein Simulations (Feb 25, 2005)

Q & A

Q: Energy minimization failed independent of what zinc protein was used.

A: This is likely due to special characters in leaprc.zinc, hin.lib, znb.lib, hydroxide.lib, or frcmod.zinc. These characters are introduced after copying the files from one operating system to the other. If you initially download the files to a Windows system, you need to follow the procedure below to make these files work properly in a Unix or Linux system.

  1. Download and save the .zip files to a windows system
  2. Transfer the .zip files to a Unix or Linux system
  3. Change the ".zip" extension to ".gz"
  4. Unzip the .gz files with the "gunzip" command
  5. Add ".lib" extension to the hin, znb, and hydroxide files
  6. Add ".zinc" extension to the leaprc and frcmod files

Another possibility is that the residue or atom name is not labeled correctly (see PDF file).

Q: The four dummy atoms do not point towards their respective coordinates after energy minimization.

A: This happens when DIELC is not 1.0 as the CaCA parameters are developed for DIELC = 1.0.

Q: The hydroxide always fused with one of the dummy atoms leading to an infinite electrostatic energy, when minimizing a protein containing a hydroxide-bound, tetrahedron-shaped zinc divalent cation.

A: This happens when the atom type of the dummy atom is mistakenly defined as "H" as it should be "DZ."

Q: The xLeap procedure failed when using 2CAB.pdb (carbonic anhydrase form B). However, the same procedure worked when using 1G54.pdb (carbonic anhydrase II).

A: This problem is caused by the 4 lines after the zinc atom line in the 2CAB.pdb (see below). Simply delete these lines and the procedure should work with 2CAB.pdb as well.

Q: Can the CaDA parameters be used with the ff03 force field?

A: The CaDA parameters work with all AMBER all-atom force fields excluding implicit solvent models.

引自:http://mayoresearch.mayo.edu/mayo/research/camdl/zinc_protein.cfm

Zn离子参数的更多相关文章

  1. 乙醇脱氢酶力场文件的处理(含ZN,NAD,乙醇)

    很多蛋白质在行驶生物催化反应(如ATP水解,氨基酸的乙酰化,CoA的去乙酰化,甲基化等等)都需要金属离子(Mg,Zn,Ca等等)的参与,换句话说,金属离子对蛋白功能是必须的.模拟金属酶体系,现在也是分 ...

  2. [综] Latent Dirichlet Allocation(LDA)主题模型算法

    多项分布 http://szjc.math168.com/book/ebookdetail.aspx?cateid=1&&sectionid=983 二项分布和多项分布 http:// ...

  3. C#基础整理参数

    基本概念 把数据传入方法中,可以使方法有多个返回值. 参数的传递 值参数,通过将实参的值复制到形参的方式传递数据.值参数的实参可以是变量或者是表达式

  4. Caffe学习系列(17):模型各层数据和参数可视化

    cifar10的各层数据和参数可视化 .caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1p ...

  5. C/C++ 跨平台交叉编译、静态库/动态库编译、MinGW、Cygwin、CodeBlocks使用原理及链接参数选项

    目录 . 引言 . 交叉编译 . Cygwin简介 . 静态库编译及使用 . 动态库编译及使用 . MinGW简介 . CodeBlocks简介 0. 引言 UNIX是一个注册商标,是要满足一大堆条件 ...

  6. android-exploitme(四):参数篡改

    今天我们来测试请求中参数的篡改,这个在web安全测试中是常用的,拦截请求包,修改参数,提交 1.  首先我们需要启动模拟器,并使用本机的代理(加上参数-partition-size的目的是为了可以往a ...

  7. 自定义分页标签,并使分页标签能获得url中的参数

    如题,要实现一个分页功能,其次,要让分页标签“智能一点”,在分页时能自动带上url后面的参数 <tag> <description>分页标签</description&g ...

  8. C#中的ref与out参数(本文仅作为个人笔记)

    假如一个方法的参数(形参)是引用类型,那么使用那个参数来进行的任何修改都会改变参数引用的数据.但这里的关键在于,虽然引用的数据发生了变化,但参数本生没有改变——它仍然引用的是一个对象.换句话说,虽然可 ...

  9. javaweb请求编码 url编码 响应编码 乱码问题 post编码 get请求编码 中文乱码问题 GET POST参数乱码问题 url乱码问题 get post请求乱码 字符编码

     乱码是一个经常出现的问题 请求中,参数传递的过程中也是经常出现乱码的问题 本文主要整理了请求乱码中的问题以及解决思路   先要理解一个概念前提: 编码就是把图形变成数值码所以说: 图形的字符  -- ...

随机推荐

  1. 重装系统必做之——更换Windows系统的默认临时文件的存储目录

    作为一名计算机爱好者,重装电脑是家常便饭,但是重装电脑的目的无非就是: 1.操作系统更新换代: 2.系统速度太慢: 或者更多.... 我们大多数目的都是上述中第2点,有时候是否仅仅重装系统而忽略了一些 ...

  2. 02.Hibernate映射基础

    前言:Hibernate的核心功能是根据数据库到实体类的映射,自动从数据库绑定数据到实体类.使我们操作实体类(Java对象)就能对数据库进行增.删.查.改,而不用调用JDBC API使数据操作变得简单 ...

  3. Android系统Recovery工作原理

    Android系统Recovery工作原理之使用update.zip升级过程分析(一)---update.zip包的制作 http://blog.csdn.net/mu0206mu/article/d ...

  4. 【bzoj1085】[SCOI2005]骑士精神

    1085: [SCOI2005]骑士精神 Time Limit: 10 Sec  Memory Limit: 162 MBSubmit: 1757  Solved: 961[Submit][Statu ...

  5. BZOJ 1088

    真是智商不够, 智商题:.... 假如:第1,2个格子已知,然后根据第二列的情况,就可以把所有满足的情况推出来,又萌萌哒.. 无耻攒字数: #include<stdio.h> using ...

  6. Tomcat server分端口部署web项目

    <?xml version='1.0' encoding='utf-8'?> <Server port="8006" shutdown="SHUTDOW ...

  7. Ogre1.8.1 Basic Tutorial 6 - The Ogre Startup Sequence

    原文地址:http://www.ogre3d.org/tikiwiki/tiki-index.php?page=Basic+Tutorial+6&structure=Tutorials 1. ...

  8. jboss 占用cpu 100%

    通过Java thread dump分析找到耗费CPU最高的源代码 分类: 9. Java2010-04-11 23:06 9272人阅读 评论(4) 收藏 举报 threadjavaeclipse插 ...

  9. delphi 中几种多线程操作方式

    在了解多线程之前我们先了解一下进程和线程的关系 一个程序至少有一个主进程,一个进程至少有一个线程. 为了保证线程的安全性请大家看看下面介绍 Delphi多线程同步的一些处理方案大家可以参考:http: ...

  10. Apache POI 解析 microsoft word 图片文字都不放过

    http://blog.csdn.net/njchenyi/article/details/6894500 http://haohaoxuexi.iteye.com/blog/2031335