keyword | variable name | allowed values | default |
---|---|---|---|
ratio_minimum |
ratiom | 0.0 - 1.0 | 0.0 |
atom_minimum |
natmin | integer | 1 |
atom_maximum |
natmax | integer | 80 |
restart |
restr | yes no |
no |
number_save |
nsav | integer | 100 |
normalize_save |
nnsav | integer | 0 |
molecules_maximum |
moltot | integer | 10000 |
restart_interval |
molsav | integer | 100 |
initial_skip |
molskp | integer | 0 |
ratio_minimum
atom_minimum
atom_maximum
restart
specifies whether or not the SEARCH run will be a restart.
During a restart run, information is read from the ligand output files
specified in output_file_prefix
. The restart feature is useful because
runs can pick up where they were stopped by a system crash, or by being killed.
The information stored for restarts includes: the number of molecules examined
so far, the number the user wishes to save for each type of score, pointers to
the molecules that have the top scores so far, and the corresponding
rotation/translation matrices. Do not be alarmed to see non-PDB-format output
during a run or after a run is terminated abnormally; it is merely the restart
information. In the present implementation, the profile listed in OUTDOCK
describing the number of ligands in a particular contact score range only
includes the molecules examined in the current run. The minimum, mean, and
maximum contact scores are for the entire database (both pre- and
post-restart), as is the total number of molecules examined. Before restarting,
one should give the original OUTDOCK
a different file name, as the program will
try to create another OUTDOCK
.number_save
number_save
top-scoring
molecules will be written out in their best-scoring orientations. Values less
than 0 default to 100.normalize_save
normalize_save
top-scoring (after
normalization) molecules will be written out in their best-scoring
orientations. The output file name is derived from output_file_prefix
by appending the string norm. If normalize_save
is not specified or is
set to a negative number, it defaults to 0.molecules_maximum
molecules_maximum
molecules, all of the molecules will be examined (except for those skipped at
the beginning of the database, if any - see initial_skip
below). If the
database has more than molecules_maximum
molecules, then PDB output will
be generated after molecules_maximum
molecules have been examined.