NLYIQ WLKDG GPSSG RPPPS
Tryptophan cage在一般的環境下會摺疊成固定的立體結構、稱之為Trp-cage motif。立體結構可以從蛋白質結構資料庫的 1L2Y 下載。由於此結構是用NMR解出來的,會有許多相似的結構。下面的Tryptophan cage的分子動態模擬(molecular dynamics simulation)用NMR的第一個結構當作是初始結構(檔案名稱叫做1L2Ym1.pdb),參數設定參考Justin A. Lemkul寫的《GROMACS Tutorial:Lysozyme in Water》,在Mac上面跑模擬。指令如下:
- sudo port install gromacs
- port info gromacs
- gmx pdb2gmx -f 1L2Ym1.pdb -o processed.gro -ff oplsaa -water tip4p
- gmx editconf -f processed.gro -o newbox.gro -c -d 1.0 -bt cubic
- gmx solvate -cp newbox.gro -cs tip4p.gro -o solv.gro -p topol.top
- gmx grompp -f ions.mdp -c solv.gro -p topol.top -o ions.tpr
- gmx genion -s ions.tpr -o solv_ions.gro -p topol.top -nname CL -nn 1
選13 SOL - gmx grompp -f minim.mdp -c solv_ions.gro -p topol.top -o em.tpr
- gmx mdrun -nt 4 -v -deffnm em
- gmx grompp -f nvt.mdp -c em.gro -p topol.top -o nvt.tpr
- gmx mdrun -nt 4 -v -deffnm nvt
- gmx grompp -f npt.mdp -c nvt.gro -t nvt.cpt -p topol.top -o npt.tpr
- gmx mdrun -nt 4 -v -deffnm npt
- gmx grompp -f md.mdp -c npt.gro -t npt.cpt -p topol.top -o md.tpr
- gmx mdrun -nt 4 -v -deffnm md
- gmx trjconv -s md.tpr -f md.xtc -o md_0-1ns_noPBC.xtc -pbc mol -ur compact
選1 Protein - gmx rms -s em.tpr -f md_0-1ns_noPBC.xtc -tu ns -o rmsd.xvg
選4 Backbone、再選4 Backbone - gmx gyrate -s md.tpr -f md_0-1ns_noPBC.xtc -o gyrate.xvg
選1 Protein - gmx trjconv -s md.tpr -f md_0-1ns_noPBC.xtc -o md_0-1ns.pdb
選1 Proteins