|
|||||||||||||||||||||||||||||
Formatting AMBER pdb files for submission to the PDBThis document briefly explains through example how to format pdb files generated by AMBER during NMR structure refinement for submission to the protein data bank.For reference, updated information, and further documentation on completing a submission, visit the official PDB data deposition procedures page at Rutgers.
I have an awk script called amb2brook that lives in /sb/apps/bin/noarch which does most of the work for you. It reads a family of pdb files in the format created by ambpdb, and outputs them all into one file suitable for PDB deposition. It will take care of things like strand IDs, 4-letter atom names, MODEL and ENDMDL records, and adding null occupancy and B-factor fields. There is also some code in the script that handles HETATM records. The residue name(s) for this function are hardwired in, so to use this feature you'll need to make your own copy of amb2brook and slightly modify that section of the script. This should only require changing a residue name in one or two places. There are a couple of things you need to do in order to prepare your pdb files before processing them with amb2brook.
tintin:/home/jsmith/pdb% amb2brook *.rot.pdb > myfamily.pdbIn this example, myfamily.pdb should be ready for submission. Look it over, checking the MODEL records against your input pdb files to make sure nothing obvious went wrong. | |||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||