dock reports several kinds of information as output which is either written to screen in interactive mode or written to file in batch mode. Each section of the output is discussed below.
The heading lists general information about the current job. The launch_time, host_name and working_directory fields are useful to help the user archive the run conditions. The memory_limit field refers to the amount of RAM in bytes available to the job. This is can at most be equal to the physical memory of the computer, but may be less if limits have been imposed on the users shell. If the job requires more RAM than is available, then execution is stopped and an error message is reported.
________________General_Parameters________________ ____________Multiple_Ligand_Parameters____________ ____________________File_Input____________________ |
All input parameters are echoed into the output. In fact, the output file may be used as an input file for another run. This is a useful technique to clean up an old, cluttered input file and make a tidy, well-organized input file.
This particular parameter list is nearly the shortest possible since most general parameters have been turned off. It is constructed automatically when dock is used to convert a molecule file format (see Molecule File Conversion on page 54 ).
If a parameter is not needed it is not reported in the output. The user can override this feature and force all parameters to be written out by using the -v flag (see Command-line Arguments on page 53 ).
_________________________Docking_Results_______________________ Intramolecular energy score : 12.18 Intermolecular energy score : -71.20 RMSD of best energy scorer (A) : 2.39 |
The docking results of each molecule are output as above. In terse mode (-t flag) all results are printed on a single line.
This particular output is from the flexible docking of a molecule.
This section of the output is generated if the user used the -p command-line flag (see Command-line Arguments on page 53 ). It is intended to help the user to understand the performance bottlenecks of a particular run and to make informed parameter choices. Since minimization can consume significant portions of cpu time, it is profiled in more detail.
This particular output is from a flexible docking run in which a majority of the cpu time is spent during the peripheral conformation search.