 
 
 
 
 
   
Now, the protein needs to be solvated, i.e., put inside water, to more closely resemble the cellular environment. You will do so in two ways, placing ubiquitin in:
You will utilize a prepared tcl script to create the water sphere. It is called wat_sphere.tcl and is located in your 1-1-build directory. The syntax of the script itself is given in Appendix G.
|  source wat_sphere.tcl | 
![\framebox[\textwidth]{
\begin{minipage}{.2\textwidth}
\includegraphics[width=2...
...eded to achieve equilibration and saves computational effort.}
\end{minipage} }](img23.png) 
We will check the appearance of the immersed molecule by loading the molecule with both structural and coordinate information.
 New Molecule... in the VMD Main window. In the Molecule File Browser use the Browse... button to find the file ubq_ws.psf.  Load it by pressing the Load button.
 New Molecule... in the VMD Main window. In the Molecule File Browser use the Browse... button to find the file ubq_ws.psf.  Load it by pressing the Load button. 
 , find the file ubq_ws.pdb, and load it by pressing the Load button.
, find the file ubq_ws.pdb, and load it by pressing the Load button. 
You should be able to see your ubiquitin molecule in the center of a beautiful sphere of water. Changing the representations in VMD will enable you to see it better.
 Delete Molecule.
 Delete Molecule. 
 Tk Console.  In the VMD TkCon window of your VMD session type:
 Tk Console.  In the VMD TkCon window of your VMD session type:
| package require solvate | |
| solvate ubq.psf ubq.pdb -t 5 -o ubq_wb | 
The package require solvate command loads the solvate package, so that VMD will be able to call it.
The solvate package will put your protein (described in ubq.psf and ubq.pdb) in a box of water. The -t option creates the water box dimensions such that there is a layer of water 5Å in each direction from the atom with the largest coordinate in that direction. The -o option creates the output files ubq_wb.pdb and ubq_wb.psf for ubiquitin with the water box. You will also obtain the files combine.pdb and combine.psf which may be eliminated. They are intermediate files used by the solvate program to transport information into VMD.
 
 
 New Molecule.  In the Molecule File Browser use the Browse... button to find the file ubq_wb.psf.  Load it by pressing the Load button.  This will load the structural information into VMD.
 New Molecule.  In the Molecule File Browser use the Browse... button to find the file ubq_wb.psf.  Load it by pressing the Load button.  This will load the structural information into VMD. 
| set everyone [atomselect top all] | |
| measure minmax $everyone | 
 ,
,  and
 and  coordinates of the entire protein-water system.
 coordinates of the entire protein-water system. 
 are
  returned as 10.44 and 51.12, respectively,
 are
  returned as 10.44 and 51.12, respectively,  -coordinate of the center of the
  box would be
-coordinate of the center of the
  box would be 
 .  Alternatively, one can use tcl
  scripting in VMD to find the center of the box by typing
.  Alternatively, one can use tcl
  scripting in VMD to find the center of the box by typing
| measure center $everyone | 
 Quit in the     VMD Main window.
 Quit in the     VMD Main window. 
| ![\begin{figure}\begin{center}
\par
\par
\latex{
\includegraphics[scale=0.5]{pictures/tut_unit01_wb_ws}
}
\end{center}
\end{figure}](img31.png) | 
Now that you have the pdb and psf files for solvated ubiquitin, along with the parameter file for proteins in general, you only need a NAMD configuration file to be able to minimize and equilibrate your ubiquitin-water system. In the next two sections, you will edit a NAMD configuration file provided to you in order to gain a beginner's understanding of its function.
 
| copy ubq.pdb ..  common | |
| copy ubq.psf ..  common | |
| copy ubq_w* ..  common | 
 common to see which files you have copied.
common to see which files you have copied. 
 
 
 
 
