Amber learning note A8: Loop Dynamics of the HIV-1 Integrase Core Domain
1. Prepare Input File
$ tleap
>source leaprc.protein.ff14SB
----- Source: /home/wangq/Programs/amber16/dat/leap/cmd/leaprc.protein.ff14SB
----- Source of /home/wangq/Programs/amber16/dat/leap/cmd/leaprc.protein.ff14SB done
Log file: ./leap.log
Loading parameters: /home/wangq/Programs/amber16/dat/leap/parm/parm10.dat
Reading title:
PARM99 + frcmod.ff99SB + frcmod.parmbsc0 + OL3 for RNA
Loading parameters: /home/wangq/Programs/amber16/dat/leap/parm/frcmod.ff14SB
Reading force field modification type file (frcmod)
Reading title:
ff14SB protein backbone and sidechain parameters
Loading library: /home/wangq/Programs/amber16/dat/leap/lib/amino12.lib
Loading library: /home/wangq/Programs/amber16/dat/leap/lib/aminoct12.lib
Loading library: /home/wangq/Programs/amber16/dat/leap/lib/aminont12.lib
> loadoff mg.off
Loading library: ./mg.off
> mol = loadpdb wt1mg.pdb
Loading PDB file: ./wt1mg.pdb
Added missing heavy atom: .R<CGLN >.A<OXT >
total atoms in file:
Leap added missing atoms according to residue templates:
Heavy
H / lone pairs
> source leaprc.water.tip3p
----- Source: /home/wangq/Programs/amber16/dat/leap/cmd/leaprc.water.tip3p
----- Source of /home/wangq/Programs/amber16/dat/leap/cmd/leaprc.water.tip3p done
Loading library: /home/wangq/Programs/amber16/dat/leap/lib/atomic_ions.lib
Loading library: /home/wangq/Programs/amber16/dat/leap/lib/solvents.lib
Loading parameters: /home/wangq/Programs/amber16/dat/leap/parm/frcmod.ionsjc_tip3p
Reading force field modification type file (frcmod)
Reading title:
Monovalent ion parameters for Ewald and TIP3P water from Joung & Cheatham JPCB ()
Loading parameters: /home/wangq/Programs/amber16/dat/leap/parm/frcmod.ions234lm_126_tip3p
Reading force field modification type file (frcmod)
Reading title:
Li/Merz ion parameters of divalent to tetravalent ions for TIP3P water model (- normal usage set)
> solvateBox mol TIP3P 10
Solute vdw bounding box: 49.995 53.684 37.063
Total bounding box for atom centers: 69.995 73.684 57.063
Solvent unit box: 18.774 18.774 18.774
Total vdw box size: 73.439 76.851 60.149 angstroms.
Volume: 339472.593 A^
Total mass 162173.797 amu, Density 0.793 g/cc
Added residues.
> charge mol
Total unperturbed charge: 2.000000
Total perturbed charge: 2.000000
> addIons2 mol Cl- 0
Cl- ions required to neutralize.
Adding counter ions to "mol" using 1A grid
Grid extends from solute vdw + 2.51 to 8.51
Resolution: 1.00 Angstrom.
grid build: sec
Calculating grid charges
charges: sec
Placed Cl- in mol at (0.54, -17.17, 29.94).
Placed Cl- in mol at (34.54, -37.17, -19.06). Done adding ions.
addions: simply draw a grid around the solute and places ions at grid points where the energies are lowest. This approach will ignore water molecules in locating where to place the ion and if the chosen location overlaps a water molecule, the water is deleted and replaced with the ion.
addions2: it treats solvent molecules the same as solute.
> saveAmberParm mol wt1mg.parm7 wt1mg.crd
Checking Unit.
Building topology.
Building atom parameters.
Building bond parameters.
Building angle parameters.
Building proper torsion parameters.
Building improper torsion parameters.
total improper torsions applied
Building H-Bond parameters.
Incorporating Non-Bonded adjustments.
Not Marking per-residue atom chain types.
Marking per-residue atom chain types.
(Residues lacking connect0/connect1 -
these don't have chain types marked: res total affected CGLN
NCYS
WAT
)
(no restraints)
2. Energy Minimization
$ ambpdb -p wt1mg.parm7 -c wt1mg.crd > wt1mg_solvated.pdb
min.in
Minimization with Cartesian restraints for the solute
&cntrl
imin=, maxcyc=,
ntpr=,
ntr=,
&end
Group input for restrained atoms
100.0
RES
END
END
$ cp wt1mg.crd wt1mg.rst
$ sander -O -i min.in -p wt1mg.parm7 -c wt1mg.crd -r wt1mg_min.rst -o wt1mg_min_water.out -ref wt1mg.rst
min_all.in
Minimization of the entire molecular system
&cntrl
imin=, maxcyc=,
ntpr=,
&end
$ sander -O -i min_all.in -p wt1mg.parm7 -c wt1mg_min_water.rst -r wt1mg_min_all.rst -o wt1mg_min_all.out
3. Equilibration
eq_v.in
Heating up the system equilibration stage
&cntrl
nstlim=, dt=0.002, ntx=, irest=, ntpr=, ntwr=, ntwx=,
tempi =100.0, temp0=300.0, ntt=, tautp=2.0, ig=,
ntb=, ntp=,
ntc=, ntf=,
nrespa=,
&end
$ sander -O -i eq_v.in -p wt1mg.parm7 -c wt1mg_min_all.rst -r wt1mg_eq_v.rst -x wt1mg_eq_v.crd -o wt1mg_eq_v.out
$ grep TEMP wt1mg_eq_v.out | awk '{print $6, $9}' > temp.dat
eq_pt.in
Constant pressure constant temperature equilibration stage
&cntrl
nstlim=, dt=0.002, ntx=, irest=, ntpr=, ntwr=, ntwx=,
temp0=300.0, ntt=, tautp=2.0,
ntb=, ntp=,
ntc=, ntf=,
nrespa=,
&end
$ sander -O -i eq_pt.in -p wt1mg.parm7 -c wt1mg_eq_v.rst -r wt1mg_eq_pt.rst -x wt1mg_eq_pt.crd -o wt1mg_eq_pt.out
eq_pt1.in
Constant pressure constant temperature equilibration stage
&cntrl
nstlim=, dt=0.002, ntx=, irest=, ntpr=, ntwr=, ntwx=,
temp0=300.0, ntt=, tautp=2.0,
ntb=, ntp=,
ntc=, ntf=,
nrespa=,
&end
$ sander -O -i eq_pt1.in -p wt1mg.parm7 -c wt1mg_eq_v.rst -r wt1mg_eq_pt1.rst -x wt1mg_eq_pt1.crd -o wt1mg_eq_pt1.out
ptraj.in
trajin wt1mg_eq.crd
center :-
image center familiar
rms first out wt1mg_eq_rms.out :-@CA
trajout wt1mg_eq_nice.crd nobox
$ ptraj wt1mg.parm7 ptraj.in
4. Production
production.in
Constant pressure constant temperature production run
&cntrl
nstlim=, dt=0.002, ntx=, irest=, ntpr=, ntwr=, ntwx=,
temp0=300.0, ntt=, tautp=2.0,
ntb=, ntp=,
ntc=, ntf=,
nrespa=,
&end
5. Analysis
Amber learning note A8: Loop Dynamics of the HIV-1 Integrase Core Domain的更多相关文章
- Course Machine Learning Note
Machine Learning Note Introduction Introduction What is Machine Learning? Two definitions of Machine ...
- Learning note for Binding and validation
Summary of my learning note for WPF Binding Binding to DataSet. when we want to add new record, we s ...
- Learning Note: SQL Server VS Oracle–Database architecture
http://www.sqlpanda.com/2013/07/learning-note-sql-server-vs.html This is my learning note base on t ...
- shell learning note
shell learning note MAIN="/usr/local/" # 变量大写 STATUS="$MAIN/status" # 美元符加字符串是 ...
- 2014/09/30 Learning Note
Vbird Linux: Vim Learning: http://linux.vbird.org/linux_basic/0310vi.php Bash Shell: http://linux.vb ...
- [Angular2] @Ngrx/store and @Ngrx/effects learning note
Just sharing the learning experience related to @ngrx/store and @ngrx/effects. In my personal opinio ...
- Machine Learning Note Phase 1( Done!)
Machine Learning 这是第一份机器学习笔记,创建于2019年7月26日,完成于2019年8月2日. 该笔记包括如下部分: 引言(Introduction) 单变量线性回归(Linear ...
- Inheritance Learning Note
好几天没来学习了,昨晚把继承的又整理了一下.想把整理后的东西发到hexo博客上来,却发现命令行又失效了.前几天明明是好的,这几天又没有进行任何操作,网上搜了一下也没有招到合适的解决办法,无奈只能重装了 ...
- Machine Learning Note
[Andrew Ng NIPS2016演讲]<Nuts and Bolts of Applying Deep Learning (Andrew Ng) 中文详解:https://mp.weixi ...
随机推荐
- js常用校验
//验证金钱数字obj.regexMoney = function (money) { var reg = /(^[1-9]([0-9]+)?(\.[0-9]{1,2})?$)|(^(0){1}$)| ...
- 洛谷P1040 加分二叉树【记忆化搜索】
题目链接:https://www.luogu.org/problemnew/show/P1040 题意: 某一个二叉树的中序遍历是1~n,每个节点有一个分数(正整数). 二叉树的分数是左子树分数乘右子 ...
- Rodrigues Formula
https://en.wikipedia.org/wiki/Rodrigues%27_formula https://en.wikipedia.org/wiki/Rodrigues%27_rotati ...
- [ovs][dpdk] ovs-dpdk 线程数,收包队列,core绑定
http://docs.openvswitch.org/en/latest/intro/install/dpdk/?highlight=dpdk 绑定2,4,6, 8核 [root@vrouter1 ...
- jquery-- json字符串没有自动包装为 json对象
jquery 的一个坑 页面使用 ajax ,回调函数中获取后端返回的 json 格式数据(ajax 未显式指定返回值类型),后端controller方法标注 @ResponseBody 并返回一个 ...
- 20165336 2017-2018-2 《Java程序设计》第3周学习总结
20165336 2016-2017-2 <Java程序设计>第三周学习总结 教材学习内容总结 类名使用拉丁字母那么名字的首字母使用大写字母.每个单词的首字母应该大写. 成员变量在整个类内 ...
- 经典影响力传播模型LT模型、IC模型
一.LT模型:线性阈值模型 思想:当一个已经激活的节点去试图激活邻居节点而没有成功时,其对邻居节点的影响力被累积而不是被舍弃,这个贡献直到节点被激活或传播过程结束为止.该过程称为‘影响累积’. 过程: ...
- 什么是HDFS
HDFS是什么:HDFS即Hadoop分布式文件系统(Hadoop Distributed Filesystem),以流式数据访问模式来存储超大文件,运行于商用硬件集群上,是管理网络中跨多台计算机存储 ...
- Servlet----------通过 GenericServlet 开发Servlet
通过继承GenericServlet抽象类.只需要重写service()方法即可.(这个知识点了解即可) package cn.servlet; import java.io.IOException; ...
- iis子站点
在iis已有的站点下可以继续添加”应用程序”,就构成子站点:需要访问子站点app下的程序,只想在controller/action前,加个app就行,即app/controller/action 这样 ...