A heterotrimer with N-terminal acetyl and C-terminal amide capping groups, a chlorine ion and water molecules


This tutorial shows how to generate a molecular topology file (.mtf) and a CNS coordinate file (.pdb) using the generate.inp task file, starting with a standard coordinate file as obtained from the PDB.

The structure with the PDB ID code 1bb1 is a heterotrimer with a few particularities:


To conform to the naming conventions adopted in the creation of capping.top, capping.param and protein_capping.link, a few simple modification must be made to the original PDB file:
The generate.inp task files also needs to be modified: In generate.inp, the standard library topology and parameter files for ions and water molecules are included by default. Please note that most parameter files are not included by default in the refinement task files. In general, the user has to take care that all the necessary parameter files are included.

The command to generate the files generate.mtf and generate.pdb is:

      cns_solve < generate.inp > generate.out  [6 seconds]
In the output file generate.pdb, the missing atoms mentioned above are included. A list of the atoms built is shown as REMARK statements at the top of the file.

Inspection of the generate.pdb output file shows that the first character of the CNS segment identifier is also used as chain identifier. In CNS, segment identifiers can be up to four characters long. This means, it would be possible to use, for example, the identifiers ION and WAT instead of just I and W. However, many other programs (including the graphics program O) can only handle the one-character chain identifiers and ignore the segment identifiers. For compatibility, it is therefore frequently much more convenient to use only one-character segment identifiers.


See also: Tools for building coordinates of hetero compounds

Script to run this tutorial
Back to tutorials   Previous section   Next section