acc.edp , avb.edp , chi.edp , fix_hand.edp , find_helices.edp, find_strands.edp, matche3d.edp , phipsi.edp , set_chi.edp , set_phipsi.edp, sumw.edp and symmetry.edp .
The .edp macro file is used to save typing for a repeated
calculation. The default file type of the command file is .edp (for
both the VMS and the unix versions). The macros listed in this
section may also be used as templates. The .edp file saved using
the QUIT SAVE
command may also be modified as a template
macro file.
The following .edp files are available in the edp_data:
directory for the VMS version of EDPDB, and in the edp_data/
directory for the unix version. If one does not have a file of the
identical name in the current directory, the following examples can
be used directly.
Syntax:
@acc res_id
Examples:
1) Calculate the solvent accessible area of residue 99.
@acc 99
Syntax:
@avb
Examples:
1) Make a PDB format file of the B factor information.
@avb write avb.pdb
Syntax:
@chi
Examples:
1) Make a PDB format file of the chi angle information.
@chi write chi.pdb
Syntax:
@fix_hand
'h'
to those Ca atoms that have alpha conformation in
five successive residues,
or write a chain mark 's'
to those Ca atoms that have beta
conformation in five successive residues.
Syntax:
@find_helices
@find_strands
Syntax:
@match3d chain_mark_1 chain_mark_2
Examples:
1) Overlay molecule B to molecule A.
! read in molecules A and B. ! match3d mainly does two things. first it calculates ! the rotation-translation matrix from one molecule (B) ! to the other (A), named as b_to_a.dat in this ! example; second, it creates a PDB file, ! tmp.pdb of the rotated-translated molecule (B). ! the input PDB file(s) are reset to the oringinal ones ! at the end of the procedure. @match3d a b
Syntax:
@phipsi
Examples:
1) Make a PDB format file of the phipsi information.
@phipsi write phipsi.pdb
Syntax:
@set_chi residue_id chi_1 ...
Examples:
1) Set side chain torsional angles of the residue 12 (e.g. Lys) to
-60.0, 180.0, 180.0, 180.0 degrees.
@set_chi 12 -60.0 180.0 180.0 180.0
Syntax:
@set_phipsi residue_id phi psi
Examples:
1) Set backbone phi-psi angles of residue 12 to -60.0, -40.0 degrees.
@set_phipsi 12 -60.0 -40.0
Syntax:
@sumw
Examples:
1) Make a PDB format file of the solvent accessible area
information.
initial more from { ca } access @sumw write saa.pdb
Syntax:
@symmetry space_group_name
Examples:
1) To input symmetry operators for space group P212121.
@symmetry p212121