Home
People
Faculty
Volkman
Methods
Index
Talos
Nmr intro
Diffusion
|
|
|
Brian F. Volkman, Ph.D. - Lab Methods
|
Using XLIST to identify short distances for candidate NOE assignments
Basic usage:
- Type 'xlist' to start program (/usr/local/bin must be in your search
path). I usually run the program from the directory of my current stage of
DYANA refinement.
- Answer prompts asking for filenames of chemical shift list and distance
file (defaults are set to 'finalar2.prot' and 'CalcDist.txt', so if these
files are in your current working dir, just hit return at each prompt)
- Follow instructions to retrieve distance (d residue_number) or shift (s residue_number) information for any residue in the protein. Chemical shift
assignments for this residue will be displayed, or close distances between
all protons of the specified residue and all other residues of the protein
(often a long list).
To prepare updated CalcDist file:
- Load most recent ensemble of DYANA structures into MOLMOL (ReadDG)
- Select all 1H atoms (SelectAtom '@H*')
- Calculate distances between all nearby atoms (CalcDist; set values as
desired in dialog window; defaults are OK, but I usually increase the
distance to 6 Angstroms; sometimes higher in order to find new long-range
NOEs). Make sure 'report' button is checked before clicking 'OK'
- Report window should pop up; once it is complete, click the 'Save'
button. By default, it will save the file 'CalcDist.txt' in the directory
from which MOLMOL was invoked.
Other notes:
- xlist source code (xlist.f) is located in ~volkman/bin.
- xlist can be recompiled easily (if you want to change the filename
defaults, for instance). Copy source code to your dir, modify and recompile
with g77:
g77 -o xlist xlist.f
|
|
       
|