CYANA structure calculation with automated NOESY assignment (e-NMR - Extend-NMR Workshop)

From CYANA Wiki
Jump to navigation Jump to search

In this practical we calculate the structure of the protein NapD using as input the chemical shift assignments and unassigned NOESY peak lists. The input data are in the ‘CYANA’ directory of the Workshop computers:

NapD.seq
amino acid sequence
13C-Noesy-hsqc.peaks
peak list from 3D 13C-resolved NOESY spectrum
15N-Noesy-hsqc.peaks
peak list from 3D 15N-resolved NOESY spectrum
13C-Noesy-hsqc_aro.peaks
peak list from 3D aromatic 13C-resolved NOESY spectrum
NapD.prot
1H, 13C, and 15N chemical shift list
talos.aco
dihedral angle restraints
init.cya
initialization macro
AUTO.cya
macro for the structure calculation


Combined automated NOESY cross peak assignment and structure calculation are performed with the macro file AUTO.cya:

peaks       := 13C-Noesy-hsqc.peaks,15N-Noesy-hsqc.peaks,13C-Noesy-hsqc_aro.peaks  # Peak lists in XEASY format
prot        := NapD.prot                   # names of chemical shift lists
restraints  := talos.aco                   # additional (non-NOE) restraints
tolerance   := 0.03,0.03,0.45              # shift tolerances: H, H', C/N', C/N
#calibration_constant:=6.7E5,8.2E5,8.0E4   # calibration constants, automatic if empty
structures  := 100,20                      # number of initial, final structures
steps       := 10000                       # number of torsion angle dynamics steps
randomseed  := 434726                      # random number generator seed

noeassign peaks=$peaks prot=$prot autoaco  # perform NOESY assignment/structure calculation

First several variables are set: The variable peaks gives the names of the input peak lists, separated by commas without intervening blanks. The variable prot gives the name(s) of the input chemical shift list(s). If a single name is given as in the example, it specifies that a single chemical shift list file with this name will be used for all peak lists. Alternatively, it is possible to specify a separate chemical shift list for each peak list as a comma-separated list of file names. The variable restraints specifies the names of input files with additional conformational restraints that will be used together with the upper distance bounds that will be derived from the NOESY peaks. If there are several file names, they must be separated by commas without intervening blanks. The variable tolerance specifies the tolerances for the matching of chemical shifts. It is used for a consistency check of the peaks that have assignments in the input peak lists, and for the automated NOESY cross peak assignment. The calibration constants for the peak lists can be given by the variable calibration as a comma-separated list of values in the order of the peak list names given by the variable peaks. If the variable calibration is not given, the calibration parameters are determined automatically such that the median of the upper distance limits for each peak list equals the value of the variable calibration_dref. The variable calibration_dref can have a single value that applies to all peak lists, or separate values for each peak list. This variable is not used when the calibration constants are given explicitly by the variable calibration_constant.

demo.pdb

Seven cycles of combined automated NOESY assignment and structure calculation are performed, followed by a final structure calculation. In each cycle and in the final structure calculation 100 conformers are calculated using the standard simulated annealing schedule with 10000 torsion angle dynamics steps per conformer. The 20 conformers with the lowest final target function values are analyzed. An overview table of these 20 best conformers is saved in the file final.ovw, and their coordinates are written to the PDB file final.pdb. The corresponding files from the intermediate cycles 1-7 are called cycle1.*, cycle2.*, etc.

An overview table of the complete calculation can be obtained with the command cyanatable (at the Unix prompt) during or after the completion of the calculation.