ProzacR

paskui dar leisti su ikrautais visais HIS

Jun 12th, 2017
360
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. gmx pdb2gmx -f Cx45_model_01pus.pdb -o mcx45_processed.gro -ff amber99sb-ildn -water spce -ignh
  2. #AMBER99SB-ILDN
  3. gmx editconf -f mcx45_processed.gro -o mcx45_newbox.gro -c -d 1 -bt cubic
  4. gmx solvate -cp mcx45_newbox.gro -cs spc216.gro -o mcx45_solv.gro -p topol.top
  5. # npt/nvt buvo daug save pratrinta.
  6. # o kitkas pagal
  7. # http://www.bevanlab.biochem.vt.edu/Pages/Personal/justin/gmx-tutorials/lysozyme/
  8. gmx grompp -f ions.mdp -c mcx45_solv.gro -p topol.top -o ions.tpr
  9. #48 vnt. NA reikes.
  10. gmx genion -s ions.tpr -o mcx45_solv_ions.gro -p topol.top -np 24
  11. #minim:
  12. gmx grompp -quiet -f minim.mdp -c mcx45_solv_ions.gro -p topol.top -o em.tpr
  13. gmx mdrun -quiet -v -deffnm em
  14. #nvt:
  15. gmx grompp -quiet -f nvt.mdp -c em.gro -p topol.top -o nvt.tpr
  16. gmx mdrun -quiet -v -deffnm nvt
  17. #npt:
  18. gmx grompp -quiet -f npt.mdp -c nvt.gro -t nvt.cpt -p topol.top -o npt.tpr
  19. gmx mdrun -quiet -v -deffnm npt
  20. #md:
  21. gmx grompp -quiet -f md.mdp -c npt.gro -t npt.cpt -p topol.top -o md_0_1.tpr
  22. gmx mdrun -quiet -v -deffnm md_0_1
  23. gmx trjconv -quiet -pbc mol -f md_0_1.trr -fit trans -s md_0_1.tpr -o md_0_1.pdb
  24. #plumed md:
  25. /home/vytautas/bin/plumed/gromacs-2016.1/bin/gmx grompp -quiet -f md.mdp -c npt.gro -t npt.cpt -p topol.top -o md_0_1.tpr
  26. /home/vytautas/bin/plumed/gromacs-2016.1/bin/gmx mdrun -quiet -v -deffnm md_0_1 -plumed plumed.dat
  27. #rmsd
  28. gmx rms -s npt.gro -f md_0_1.xtc
  29. gmx rmsf -s md_0_1.tpr -f md_0_1.xtc
  30.  
  31. #cia buvo neutralus HIS
  32. #paskui dar leisti su ikrautais visais HIS
Add Comment
Please, Sign In to add comment