Skip to content

bio-grids/md-silver-nps

Repository files navigation

Procedures

Cleaning protein

grep -v HOH FimH.pdb > FimH_clean.pdb

Creating topology

gmx pdb2gmx -f FimH_clean.pdb -o FimH_processed.gro -water spce

Defining the Unit Cell & Adding Solvent

gmx editconf -f FimH_processed.gro -o FimH_newbox.gro -c -d 1.0 -bt cubic

gmx solvate -cp FimH_newbox.gro -cs spc216.gro -o FimH_solv.gro -p topol.top

Adding ions

gmx grompp -f ions.mdp -c FimH_solv.gro -p topol.top -o ions.tpr

gmx genion -s ions.tpr -o FimH_solv_ions.gro -p topol.top -pname AG -nname CL -neutral

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published