This format is used for general molecule input and output of dock. Although previous versions of dock supported an extended PDB format to store molecule information, the current version now uses MOL2 as the primary molecule format. This format has the advantage of storing all the necessary information for atom features, position, and connectivity. It is also a standardized format that other modeling programs can read.
Please refer to sybyl documentation for format specifications.
Of the many record types in a MOL2 file, dock recognizes the following: MOLECULE, ATOM, BOND, SUBSTRUCTURE and SET. In the MOLECULE record, dock utilizes information about the molecule name and number of atoms, bonds, substructures and sets. In the ATOM record dock utilizes information about the atom names, types, coordinates, and partial charges. In the BOND record, dock utilizes the atom identifiers for the bond. In the SUBSTRUCTURE record, dock records the fields, but does not utilize them. The SET records are entirely optional. They are used only in special circumstances, like when Ligand Flexibility is considered..
This example file illustrates all the elements of the MOL2 file read and written by dock. It includes optional SET records which are used by the Ligand Flexibility routines.