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 ...
随机推荐
- cobbler搭建本地的yum仓库源
cobbler自动化安装参考文档 https://www.cnblogs.com/minseo/p/8537266.html 使用cobbler可以快速搭建一个本地的yum仓库 cobbler rep ...
- JSCS: Please specify path to 'JSCS' package
JSCS: Please specify path to 'JSCS' package 1.webStrom提示: JSCS: Please specify path to 'JSCS' packag ...
- 【每日dp】 Gym - 101889E Enigma 数位dp 记忆化搜索
题意:给你一个长度为1000的串以及一个数n 让你将串中的‘?’填上数字 使得该串是n的倍数而且最小(没有前导零) 题解:dp,令dp[len][mod]为是否出现过 填到第len位,余数为mod 的 ...
- cm5.9.2安装spark启动报错解决办法
[root@db02 scala-2.11.5]# spark-shell Setting default log level to "WARN". To adjust loggi ...
- 关于ionic如何到最新版本
首先删除 我叫他它叫做依赖node_modules 文件夹然后修改 修改依赖版本package.json 各个文件的版本号接着下载 下载最新的依赖 会根据package.json 各个文件的版本号添加 ...
- 【编译原理】c++实现自上而下语法分析器
写在前面:本博客为本人原创,严禁任何形式的转载!本博客只允许放在博客园(.cnblogs.com),如果您在其他网站看到这篇博文,请通过下面这个唯一的合法链接转到原文! 本博客全网唯一合法URL:ht ...
- RHEL6.2 ORACLE11G
今天翻文件看到这个系统的安装截图才发现自己没写,补上. 惯例还是用到的所有参数均位于文末附录 启动虚拟机进入系统安装 选择跳过硬盘检测 选择语言 选择基本存储设备 设定主机名 设定口令 选择使用所有空 ...
- nodemcu使用心得1
1.简介 最近迷上了性价比超高的模块nodemcu,它是基于esp8266-12E的非常易用的模块.他可以用lua语言编程,带有丰富的库. 2.硬件 1)esp8266-12E单元模块原理图 经本人实 ...
- 元素class的增、删、查、toggle
比如有一个元素div <div class="btn user">我是div</div> 之前只知道元素有一个className可以来改动 元素的类名 但 ...
- vue指令v-html中使用过滤器filters功能
Vue 2.0 不再支持在 v-html 中使用过滤器 解决方法: 1:全局方法(推荐) 2:computed 属性 3:$options.filters(推荐) 1:使用全局方法: 可以在 Vue ...