Team:EPF-Lausanne/Modeling/Movies

From 2009.igem.org

(Difference between revisions)
(Removing all content from page)
 
(26 intermediate revisions not shown)
Line 1: Line 1:
-
We start with the PDB file of the protein, obtained through the Protein Data Bank.
 
-
1. We open VMD, and lauch our protein
 
-
 
-
2. Creation of the pdb file
 
-
In the Tk Console menu of VMD we open the VMD TkCon window, and type the following commands:
 
-
<br>set our_protein [atomselect top not water and not GOL]
 
-
<br>$our_protein writepdb our_protein.pdb
 
-
 
-
This will select all the protein except the water and except the glycerol, with the cofactor.
 
-
We have created the file our_protein.pdb, which contains the coordinates of the protein alone without hydrogens.
 
-
Quit VMD.
 
-
 
-
3. Creation of the psf file
 
-
There is 2 ways to create a psf:
 
-
* in VCMD, Extensions β†’ Modeling β†’ Automatic PSF Builder
 
-
 
-
* We first make a pgn file, which will be the target of psfgen.
 
-
In a Terminal window, open a text editor and type: 
 
-
<br>package require psfgen
 
-
<br>topology top all27 prot lipid.inp
 
-
<br>pdbalias residue HIS HSE
 
-
<br>pdbalias atom ILE CD1 CD
 
-
<br>segment U
 
-
<br>{pdb ubqp.pdb}
 
-
<br>coordpdb ubqp.pdb U
 
-
<br>guesscoord
 
-
<br>writepdb ubq.pdb
 
-
<br>writepsf ubq.psf
 

Latest revision as of 15:15, 21 July 2009