Advertisement
ProzacR

MD_mcx45_vandenyje_ikrautas_isoflurane/notes

Jun 27th, 2017
545
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.30 KB | None | 0 0
  1. #ikrauti HIS turetu nustumti/pritraukti isoflurane ^_^
  2. #kur rugstys veikia jos kitaip, su NH4Cl nesusije!
  3. #jau seniau padaryta kaip jie didina kilpu judruma
  4. #isoflurane prep:
  5. #R ir S pervadinti skirtingai, kad butu
  6. export PATH=$PATH:/home/vytautas/bin/amber16/bin/ && export AMBERHOME=/home/vytautas/bin/amber16
  7. acpype -i isofluraneR.pdb
  8. acpype -i isofluraneS.pdb
  9. #atomtypes antra iskomentuoti, nes tas pats
  10.  
  11. gmx pdb2gmx -f Cx45_model_01pus.pdb -o mcx45_processed.gro -ff amber99sb-ildn -water spce -ignh -his
  12. #AMBER99SB-ILDN
  13. #pirmiau HD1 nebuvo dabar 66
  14. #104HIS HD1 tik buvo.
  15. gmx editconf -f mcx45_processed.gro -o mcx45_newbox.gro -c -d 1 -bt cubic
  16. #new box volume :3332.52 (nm^3)
  17. #furane konc.: 3 mM str.
  18. #furane vnt. paskaiciuot:
  19. #kazkur 6 vnt. turetu ciua plaukioti tada (3 R ir 3 S)
  20. #http://www.gromacs.org/Documentation/How-tos/Mixed_Solvents
  21. gmx insert-molecules -nmol 3 -f mcx45_newbox.gro -ci isofluraneR.acpype/isofluraneR_GMX.gro -o mcx45_isofR.gro
  22. gmx insert-molecules -nmol 3 -f mcx45_isofR.gro -ci isofluraneS.acpype/isofluraneS_GMX.gro -o mcx45_isof.gro
  23.  
  24. gmx solvate -cp mcx45_isof.gro -cs spc216.gro -o mcx45_solv.gro -p topol.top
  25. # npt/nvt buvo daug save pratrinta.
  26. # o kitkas pagal
  27. # http://www.bevanlab.biochem.vt.edu/Pages/Personal/justin/gmx-tutorials/lysozyme/
  28. gmx grompp -f ions.mdp -c mcx45_solv.gro -p topol.top -o ions.tpr
  29. #42 vnt. CL reikes.
  30. gmx genion -s ions.tpr -o mcx45_solv_ions.gro -p topol.top -nn 42
  31. #minim:
  32. gmx grompp -quiet -f minim.mdp -c mcx45_solv_ions.gro -p topol.top -o em.tpr
  33. gmx mdrun -quiet -v -deffnm em
  34. #nvt:
  35. gmx grompp -quiet -f nvt.mdp -c em.gro -p topol.top -o nvt.tpr
  36. gmx mdrun -quiet -v -deffnm nvt
  37. #npt:
  38. gmx grompp -quiet -f npt.mdp -c nvt.gro -t nvt.cpt -p topol.top -o npt.tpr
  39. gmx mdrun -quiet -v -deffnm npt
  40. #md:
  41. gmx grompp -quiet -f md.mdp -c npt.gro -t npt.cpt -p topol.top -o md_0_1.tpr
  42. gmx mdrun -quiet -v -deffnm md_0_1
  43. gmx trjconv -quiet -pbc mol -f md_0_1.trr -fit trans -s md_0_1.tpr -o md_0_1.pdb
  44. #plumed md:
  45. /home/vytautas/bin/plumed/gromacs-2016.1/bin/gmx grompp -quiet -f md.mdp -c md_0_1.gro -t md_0_1.cpt -p topol.top -o md_0_p.tpr
  46. /home/vytautas/bin/plumed/gromacs-2016.1/bin/gmx mdrun -quiet -v -deffnm md_0_p -plumed plumed.dat
  47.  
  48. #rmsd
  49. gmx rms -s npt.gro -f md_0_1.xtc
  50. gmx rmsf -s md_0_1.tpr -f md_0_1.xtc -res
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement