|
This script is used for loop or fragment modeling to find residues
that are located within a cutoff of a given residue subset in a
larger protein. The output consists of two lines. The first line contains a
residue specification for all residues that are within the cutoff (including
the loop residues) that can be used with -l as command line argument
in other MMTSB tools. The second line contains a residue specification
including restraint force constants for use in minCHARMM.pl,
for example, to run minimizations where only the neighboring residues
of the modeled loop or fragment are kept flexible. The loop residues
are not included in the second residue list.
One or more PDB files (with different conformations for the same protein)
are read as input. The loop or fragment residues are specified with
-l as a list of residue ranges. The cutoff is changed with
-hard (default value: 16.0 A). A second, soft cutoff is set to
12.0 A by default and can be changed with -soft. Residues within
this smaller cutoff are expected to be restrained with a smaller force
constant while residues beyond the soft cutoff but within the main
cutoff are restrained to a much larger extent to allow for stress
relief but no significant structural rearrangements beyond the immediate
loop neighborhood. Force constants used in the second line of output
are by default 0.5 for residues within the soft cutoff and 10.0 kcal/mol
beyond. They can be changed by appending the new force constant to the cutoff
in the -hard and -soft options.
The -f option is available to read a list of files with different
protein conformations from an external file (or standard input if -
is given as the file name).
|